.fixed-background {
	/* background: url(../images/bg1.jpg) no-repeat 50% fixed !important; */
	background: url(../images/bg1-2.jpg) no-repeat 50% fixed !important;
}

.fixed-background.demo {
	/* background: url(../images/bg2.jpg) no-repeat 50% fixed !important; */
	background: url(../images/bg1-2-demo.jpg) no-repeat 50% fixed !important;
}

.card-body.card-no-border {
    padding: 1.75rem 0 !important;
}

.card-body.card-no-border.with-header {
    padding: 0 !important;
}

#app-container.condensed main, #app-container.condensed main {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

/* SLIM FORM */
@media (max-width:1439px) {
	#app-container.slim-form main {
		margin-left: 15% !important;
		margin-right: 15% !important;
	}
}


@media (max-width:767px) {
	#app-container.slim-form main {
		margin-left: 10% !important;
		margin-right: 10% !important;
	}
}

@media (max-width:575px) {
	#app-container.slim-form main {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
}

@media (max-width:419px) {
    #app-container.slim-form main {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

#app-container.demo .topnav .navbar{
	/*background-color: yellow !important;*/
	/*background-color: #ffd31d !important;*/
	background-color: #FDFFA9 !important;
}

.navbar .navbar-logo .logo{
	background: url(/resources/dore/img/logo-mpdn.png) no-repeat !important;
}

.navbar .navbar-logo .logo-mobile {
	background: url(/resources/dore/img/logo-mpdn-mobile.png) no-repeat !important;
	width: 38px;
	height: 38px;
}

.logo-single {
	background: url(/resources/dore/img/logo-mpdn.png) no-repeat !important;
}

#app-container.main-hidden .menu-button .main, #app-container.main-hidden .menu-button .sub, #app-container.menu-hidden .menu-button .main, #app-container.menu-hidden .menu-button .sub, #app-container.menu-sub-hidden .menu-button .sub, #app-container.sub-hidden .menu-button .sub {
	fill: #212121;
}

div.dataTables_wrapper div.dataTables_info {
    padding-left: 0.75rem;
}

.tombol-lapor-wrapper {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.tabel-mpdn tr.child td.child {
    padding-left: 15% !important;
}

.tabel-mpdn tr.child td.child ul {
    width: 70%;
}

.tabel-mpdn td.child span.dtr-title{
    min-width: 180px;
}

.tabel-mpdn td.child span.dtr-title .nomor-kolom {
    display: inline-block;
    padding-left: 5px;
}

.tabel-mpdn td.child span.dtr-data{
	width: calc(100% - 185px);
	display: inline-block;
}

/* FORM KEMATIAN */
.checkbox-inline, .checkbox-inline + .checkbox-inline {
	float: right;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-right: 5px !important;
    padding-bottom: 4px;
}
.control-ktp {
	margin: -5px;
	padding: 5px;
}
.info {
	margin-left:-22px;
	margin-right:-22px;
	padding:15px;
	margin-top:-10px;
	background-color: #d0e4e7;
	border: 1px solid rgba(49,149,165,.1);
	color: #3195a5;
}
.input-group-switch {
	padding: 8px;
    margin-top: 0px;
    border: 1px solid #d7d7d7;
	border-right: none;
}
.input-group-switch .custom-switch {
	position: relative;
	top: 2px;
    padding-left: 0;
}
.form-control:disabled {
	background-color: #d7d7d7 !important;
}
.form-control:disabled::placeholder {
	color: #6e6e6e !important;
}
#ktp:disabled {
	background-color: #eed3d5 !important;
	border-color: rgba(196,61,75,.1) !important;
}
#ktp:disabled::placeholder {
	color: #c43d4b !important;
}
#ktp.valid:disabled {
	background-color: #d3e2d6 !important;
	border-color: rgba(62,136,79,.1) !important;
}
#ktp.valid:disabled::placeholder {
	color: #3e884f !important;
}
.ktp-peringatan {
	color: #c43d4b;
	font-style: italic;
}
small.domisili-ket {
	font-size: 90%;
	font-style: italic;
	color: #b69329;
}

#select-primer,#select-dxantara,#select-dxdasar {
	background: #fff;
	color: #212121;
	border-color: #d7d7d7;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
	border-radius: .1rem;
	outline: initial !important;
	box-shadow: none !important;
	font-size: .8rem;
	padding: .75rem .75rem .5rem;
	line-height: 1.5;
	border: 1px solid #d7d7d7;
	cursor: pointer;
}

#select-primer.disabled,#select-dxantara.disabled,#select-dxdasar.disabled {
	background-color: #d7d7d7;
}

.icd10mm-item { display: table; }
.icd10mm-item > span:first-child {
	font-weight: bold;
	display: table-cell;
	width: 44px;
	margin: auto;
	vertical-align: middle;
}
.icd10mm-item > span {
	display: table-cell;
	font-size: 95%;
	font-style: italic;
}

/* HALAMAN DASHBOARD */
.pagination-mpdn .page-item {
	padding: 3px !important;
}

.tabel-resume {
	padding: 0.5rem !important;
}

#tabular, #tabularwil, .wrapper-tabular-header table {
	text-align: center;
	color: #000;
	font-weight: bold;
}
#tabularwil { font-size: 11px; }
#tabular th, #tabularwil th, .wrapper-tabular-header table th {
	text-align: center;
	color: #000;
	font-weight: bold;
	padding: 0.5rem 0.1rem;
	font-size: 0.7rem;
}
#tabular td, #tabularwil td { padding: 0.5rem 0.1rem; font-size: 0.75rem; }
#tabular tr td:first-child {
	font-size: 15px;
	text-align: left;
}
#tabularwil thead th {
	display: none;
}
#tabularwil tr th:first-child,
#tabularwil tr td:first-child,
.wrapper-tabular-header tr td:first-child,
.wrapper-tabular-header tr th:first-child {
	font-size: 12px;
	text-align: left;
}
#tabular td.btn-warning, .wrapper-tabular-header tr.total th.btn-warning { color: #fff; background-color: #b69329 !important; }
#tabular th.btn-secondary, #tabularwil th.btn-secondary { color: #fff }
#tabular td.active, #tabularwil td.active { background-color: #f5f5f5 }
#tabular td.active.btn-secondary, #tabularwil td.active.btn-secondary { background-color: #e7284a }
#tabular tr.total td, 
#tabularwil tr.total td,
tr.total th {
	background: #e0e0e0;
}
tr.total th:first-child {
	text-align: left !important;
}
#tabular thead th, #tabular tbody td, 
#tabularwil thead th, #tabularwil tbody td,
.wrapper-tabular-header thead th {
	border-right: solid 1px #ddd;
}
#tabular thead th:last-child, #tabular tbody td:last-child,
#tabularwil thead th:last-child, #tabularwil tbody td:last-child,
.wrapper-tabular-header thead th:last-child,
.wrapper-tabular-header tbody td:last-child {
	border-right: none;
}
.wrapper-tabular-header {
	width: 100%;
}
.wrapper-tabular {
	max-height: 352px;
	overflow-y: scroll;
	width: 100%;
	position: relative;
}
th .selected { color: #009999; display: inline-block; width: 0;}
th .selected:before {
	display: none;
	position: relative;
	right: 4px;
	top: 2px;
	width: 14px;
	content: "\e16c";
	font-family: 'clip-font';
}
.samar { color: #a0a0a0 !important; }
.value span { font-size: 0.9rem; }
.value strong { font-size: 1.4rem; }
.peta{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.peta path { fill: #f1f1f1; stroke: #b0b0b0; stroke-width: 1px; cursor: pointer; }
.peta path:hover:not(.disabled) { fill: #e0e0e0; }
.peta path.disabled { fill: #ffffff; }
.peta path.m1 { fill: #fde0dd; }
.peta path.m2 { fill: #fcc5c0; }
.peta path.m1:hover, .peta path.m2:hover { fill: #dd3497; }
.peta path.k1 { fill: #ffffe5; }
.peta path.k2 { fill: #f7fcb9; }
.peta path.k1:hover, .peta path.k2:hover { fill: #f7fcb9; }
.peta path.h1 { fill: #d9f0a3; }
.peta path.h2 { fill: #addd8e; }
.peta path.h1:hover, .peta path.h2:hover { fill: #41ab5d; }
.peta-legend .m1 { background-color: #fde0dd; padding: 4px 6px;}
.peta-legend .m2 { background-color: #fcc5c0; padding: 4px 6px;}
.peta-legend .k1 { background-color: #ffffe5; padding: 4px 6px;}
.peta-legend .k2 { background-color: #f7fcb9; padding: 4px 6px;}
.peta-legend .j1 { background-color: #d9f0a3; padding: 4px 6px;}
.peta-legend .j2 { background-color: #addd8e; padding: 4px 6px;}
/** TREEVIEW */
.treeview .list-group-item{cursor:pointer}.treeview span.indent{margin-left:10px;margin-right:10px}.treeview span.icon{width:12px;margin-right:5px}.treeview .node-disabled{color:silver;cursor:not-allowed}

form .halaman {display: none;}
form .halaman.aktif {display: block;}

/* Perbaiki Bug pada Selec2 Modal saat dimulai dari INVISIBLE */
.input-group>.select2-container--bootstrap {  flex: 1;  }
.select2-selection--multiple .select2-search.select2-search--inline { width: 100%; }
.select2-selection--multiple .select2-search__field { width: 100% !important; }

.navbar .header-icon#notificationButton .count, .navbar .header-icon.notification-button .count {
	color: #fff !important;
	background-color: #880a1f !important;
	border: 1px solid #880a1f !important;
}

#ganti-jabatan { display: none; }

#tlyPageGuideWrapper #tlyPageGuideToggles {
	z-index: 1000;
	top: 72px;
}

.tlyPageGuideWelcome {
	position: fixed !important;
}

/*
.tlyPageGuideWelcome button.btn-danger, #tlyPageGuideWelcome button.btn-danger {
	background-color: #dc3545;
	border-color: #dc3545;
}

.tlyPageGuideWelcome button.btn-success, #tlyPageGuideWelcome button.btn-success {
	background-color: #28a745;
	border-color: #28a745;
}

.tlyPageGuideWelcome button.btn-warning, #tlyPageGuideWelcome button.btn-warning {
	background-color: #ffc107;
	border-color: #ffc107;
}*/


/*CSS CUSTOM INPUT SMALL*/

.c-input-sm {
	position: relative
}

.c-input-sm input {
	background: none;
	outline: initial !important;
	border-radius: 15px;
	padding: .25rem .75rem;
	font-size: .76rem;
	line-height: 1.3;
	border: 1px solid #8f8f8f;
	color: #212121
}

.c-input-sm:after {
	font-size: 14px;
	color: #8f8f8f;
	position: absolute;
	right: 10px;
	text-align: center;
	cursor: pointer;
	top: 2px
}

/*Animasi Login*/
.container{
	z-index: 200;
	position: absolute;
	right: 0;
}


/* JAM DIGITAL */
#jam-digital {  padding-left: 10px;  }
#jam-digital span.tanggal {  font-size: 16px; padding-right: 12px;  }
#jam-digital span.jam {  font-size: 22px; color: #880a1f;  }
@media (max-width:419px) {
	#jam-digital span.tanggal { display: block; font-size: 13px; }
	#jam-digital span.jam { font-size: 18px; }
}

/* SWITCH APP CONTEXT */
.navbar .dropdown-menu.dropdown-menu-right { margin-top: -8px !important; }
.navbar .switch-context-app {  height: unset !important; width: 260px; }
.navbar .icon-menu-item.context-app { width: 100px; }
.navbar .icon-menu-item.active { color: #880a1f; }
.navbar .icon-menu-item.context-app i { font-size: 30px; line-height: 40px; }
.navbar .icon-menu-item.context-app.small span { font-size: .7rem; padding: 0; }
.switch-context-app .icon-menu-item span { display: block; }

/* NOTIFIKASI */
.notif-item.unreaded .notif-title { font-weight: bold; color: #000 !important; }
.notif-item.unreaded .notif-content { color: #000 !important; }
.notif-item.readed .notif-title { color: #a0a0a0 !important; }
.notif-item.readed .notif-content { color: #a0a0a0 !important; }

/* NILAI RESUME DASHBOARD */
.value .danger1 { color:yellow; background-color: red; }

.peringatan-wilayahmati {
	color: red;
	display: none;
	font-weight: normal;
	font-style:italic;
	position: absolute;
    right: 15px;
}


/* CSS ROUNDED DORE PURPLE BARU START */

@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,700");

html {
    width: 100%;
    height: 100%;
    background: #f8f8f8
}

:root {
    --theme-color-1: #880a1f;
    --theme-color-2: #e7284a;
    --theme-color-3: #fd5d3d;
    --theme-color-4: #843a47;
    --theme-color-5: #d8667a;
    --theme-color-6: #f69682;
    --theme-color-1-10: rgba(136, 10, 31, .1);
    --theme-color-2-10: rgba(231, 40, 74, .1);
    --theme-color-3-10: rgba(253, 93, 61, .1);
    --theme-color-4-10: rgba(132, 58, 71, .1);
    --theme-color-5-10: rgba(216, 102, 122, .1);
    --theme-color-6-10: hsla(10, 87%, 74%, .1);
    --primary-color: #212121;
    --foreground-color: #fff;
    --separator-color: #d7d7d7
}

body {
    font-family: Nunito, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    color: #212121;
    background: #f8f8f8
}

body.background {
    height: 100%
}

body.background main {
    margin: 0 !important;
    height: 100%
}

body.background main .container {
    height: 100%
}

.fixed-background {
    /*background: url(../images/bg1.jpg) no-repeat 50% fixed;*/
    background: url(../../../../mpdn/resources/global/images/bg1.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.disable-text-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.scroll {
    margin-right: -15px;
    padding-right: 15px;
    position: relative
}

::selection {
    background: #feb1a2
}

::-moz-selection {
    background: #feb1a2
}

.ps__thumb-y {
    background-color: #d7d7d7
}

/* LOGO */
.logo-single {
    width: 40px;
    height: 38px;
    /*background: url(../images/logo-scalev.png) no-repeat;*/
    background-position: 50%;
    margin-bottom: 60px
}

.logo-single,
h1 {
    display: inline-block
}

h1 {
    font-size: 1.75rem;
    padding-bottom: 10px
}

@media (max-width:767px) {
    h1 {
        font-size: 1.3rem;
        padding-top: .5rem
    }
}

h2 {
    font-size: 1.4rem
}

@media (max-width:767px) {
    h2 {
        font-size: 1.1rem
    }
}

h3 {
    font-size: 1.3rem;
    font-size: 1.2rem
}

@media (max-width:767px) {
    h3 {
        font-size: 1rem
    }
}

h4 {
    font-size: 1.15rem
}

@media (max-width:767px) {
    h4 {
        font-size: .9rem
    }
}

h5 {
    font-size: 1.1rem
}

@media (max-width:767px) {
    h5 {
        font-size: .9rem
    }
}

h6 {
    font-size: 1rem
}

@media (max-width:767px) {
    h6 {
        font-size: .85rem
    }
}

.depth-1 {
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04)
}

.depth-2 {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}

.r-0 {
    right: 0
}

.l-0 {
    left: 0
}

.list-item-heading {
    font-size: 1rem
}

.truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.min-width-zero {
    min-width: 0
}

.no-transition {
    transition: none !important
}

@media (max-width:767px) {
    .display-1 {
        font-size: 2.8rem
    }
}

@media (max-width:767px) {
    .display-2 {
        font-size: 2.6rem
    }
}

@media (max-width:767px) {
    .display-3 {
        font-size: 2.4rem
    }
}

@media (max-width:767px) {
    .display-4 {
        font-size: 2.2rem
    }
}

.lead {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2rem
}

@media (max-width:767px) {
    .lead {
        font-size: 1.1rem;
        line-height: 1.6rem
    }
}

.mb-5,
.my-5 {
    margin-bottom: 2rem !important
}

@media (max-width:575px) {
    .float-none-xs {
        float: none !important
    }
}

.main-heading,
.separator {
    border-bottom: 1px solid #d7d7d7
}

.alert-dismissible .close {
    padding: .5rem 1.25rem
}

.rounded {
    border-radius: 50px !important
}

.video-play-icon {
    width: 100%;
    height: 100%;
    position: absolute
}

.video-play-icon span {
    position: absolute;
    background: hsla(0, 0%, 100%, .7);
    height: 1.25em;
    border-radius: .75em;
    line-height: .65em;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.75em;
    width: 2em;
    text-align: center
}

.video-play-icon span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    font-size: 0;
    border-color: transparent transparent transparent #880a1f
}

.video-play-icon:active span,
.video-play-icon:hover span {
    background: hsla(0, 0%, 100%, .85)
}

.img-thumbnail,
.list-thumbnail {
    border-radius: .1rem;
    padding: 0;
    border: initial
}

.list-thumbnail {
    height: auto;
    max-width: unset;
    height: 85px;
    object-fit: cover;
    width: unset !important
}

@media (max-width:991px) {
    .list-thumbnail {
        height: 80px
    }
}

@media (max-width:575px) {
    .list-thumbnail {
        height: 70px
    }
}

@media (max-width:991px) {
    .list-thumbnail.responsive {
        width: unset;
        height: 135px
    }
}

@media (max-width:575px) {
    .list-thumbnail.responsive {
        width: 110px !important;
        height: 100%
    }
}

@media (max-width:419px) {
    .list-thumbnail.responsive {
        width: 90px !important;
        height: 100%
    }
}

.list-thumbnail.small {
    height: 60px;
    font-size: 1rem
}

@media (max-width:991px) {
    .list-thumbnail.small {
        height: 55px
    }
}

@media (max-width:575px) {
    .list-thumbnail.small {
        height: 50px
    }
}

.list-thumbnail.xsmall {
    height: 40px;
    font-size: 1rem
}

@media (max-width:991px) {
    .list-thumbnail.xsmall {
        height: 40px
    }
}

@media (max-width:575px) {
    .list-thumbnail.xsmall {
        height: 40px
    }
}

.list-thumbnail-letters {
    width: 85px;
    height: 85px;
    background: #880a1f;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.25rem;
    color: #fff
}

@media (max-width:991px) {
    .list-thumbnail-letters {
        width: 80px;
        height: 80px
    }
}

@media (max-width:575px) {
    .list-thumbnail-letters {
        width: 70px;
        height: 70px
    }
}

.list-thumbnail-letters.small {
    width: 60px;
    height: 60px;
    font-size: 1rem
}

@media (max-width:991px) {
    .list-thumbnail-letters.small {
        width: 55px;
        height: 55px
    }
}

@media (max-width:575px) {
    .list-thumbnail-letters.small {
        width: 50px;
        height: 50px
    }
}

a {
    color: #212121;
    transition: color .2s
}

a:active,
a:hover {
    text-decoration: initial;
    color: #880a1f
}

i.tanda { display: none; }
a:hover i.tanda { display: inline; }

.white {
    color: #fff !important
}

p {
    font-size: .85rem;
    line-height: 1.3rem;
    font-family: Nunito, sans-serif
}

.text-large {
    font-size: 1.9rem !important
}

.text-one {
    font-size: 1rem !important
}

.text-xlarge {
    font-size: 2.7rem !important
}

.text-small {
    font-size: .76rem !important;
    line-height: .9rem !important
}

.text-white {
    color: #fff !important
}

.text-zero {
    font-size: 0 !important
}

.text-extra-small {
    font-size: .7rem !important
}

.text-default {
    color: #212121 !important
}

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

.text-semi-muted {
    color: #8f8f8f !important
}

.font-weight-medium {
    font-weight: 500
}

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

.color-theme-1 {
    color: #880a1f
}

.color-theme-2 {
    color: #e7284a
}

#displayOptions a {
    cursor: pointer
}

#displayOptions a.active i {
    color: #880a1f
}

#displayOptions button {
    border-color: #8f8f8f;
    color: #8f8f8f
}

#displayOptions .btn-outline-dark:not(:disabled):not(.disabled).active,
#displayOptions .btn-outline-dark:not(:disabled):not(.disabled):active,
#displayOptions .show>.btn-outline-dark.dropdown-toggle,
#displayOptions button:hover {
    background-color: #880a1f;
    border-color: #880a1f;
    color: #fff
}

#displayOptions>span {
    padding-top: .1rem
}

#displayOptions .view-icon svg {
    width: 19px
}

#displayOptions .view-icon .view-icon-svg {
    fill: #8f8f8f
}

#displayOptions .view-icon.active .view-icon-svg,
#displayOptions .view-icon:hover .view-icon-svg {
    fill: #880a1f
}

.clearfix:after {
    content: "";
    clear: both;
    display: table
}

button {
    color: #212121;
    outline: initial !important
}

.btn-arrow {
    border-radius: 30px !important;
    width: 42px;
    height: 42px;
    line-height: 24px
}

.btn-arrow,
.btn-arrow i {
    display: inline-block;
    text-align: center
}

.btn-arrow i {
    font-size: 15px
}

.btn-sm.btn-arrow {
    width: 34px;
    height: 34px;
    line-height: 17px
}

.btn-sm.btn-arrow i {
    font-size: 13px;
    line-height: 10px
}

.btn {
    border-radius: 50px;
    outline: initial !important;
    box-shadow: none !important;
    font-size: .8rem;
    padding: .75rem 1.3rem .6rem
}

.btn,
.btn-shadow {
    transition: background-color;
    box-shadow: .1s linear
}

.btn-shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15), 0 1px 3px 1px rgba(0, 0, 0, .15) !important
}

.btn-shadow:focus,
.btn-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15), 0 4px 6px 2px rgba(0, 0, 0, .15) !important
}

.btn-empty {
    background: transparent !important
}

.btn-group-lg>.btn,
.btn-group-sm>.btn,
.btn-lg {
    border-radius: 50px
}

.btn.default {
    border-radius: .1rem
}

.btn-primary {
    background-color: #880a1f;
    border-color: #880a1f;
    color: #fff
}

.btn-primary:hover {
    color: #fff;
    background-color: #620716;
    border-color: #620716
}

.check-button {
    cursor: default !important
}

.check-button.btn-primary {
    background-color: #880a1f !important;
    border-color: #880a1f !important;
    opacity: 1
}

.check-button .custom-control {
    min-height: 1.1rem;
    margin-top: -7px
}

.dropdown-menu {
    font-size: .8rem;
    border-radius: .1rem;
    background: #fff;
    border-color: rgba(33, 33, 33, .15)
}

.dropdown-item {
    padding: .75rem 1.5rem;
    color: #212121
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f8f8f8;
    color: #212121
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #880a1f
}

.dropdown-divider {
    border-color: #d7d7d7
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #4f0612;
    border-color: #4f0612;
    color: #fff
}

.btn-secondary {
    background-color: #e7284a;
    border-color: #e7284a;
    color: #fff
}

.btn-secondary:hover {
    color: #fff;
    background-color: #cf1738;
    border-color: #cf1738
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #bd1533;
    border-color: #bd1533;
    color: #fff
}

.btn-primary.btn-primary-gradient {
    background: linear-gradient(90deg, #880a1f, #41050f)
}

.btn-primary.btn-primary-gradient:hover {
    background: linear-gradient(90deg, #880a1f, #620716)
}

.btn-primary-gradient:not(:disabled):not(.disabled).active,
.btn-primary-gradient:not(:disabled):not(.disabled):active,
.show>.btn-primary-gradient.dropdown-toggle {
    background: linear-gradient(90deg, #880a1f, #41050f)
}

.btn-secondary-gradient {
    background: linear-gradient(90deg, #e7284a, #af142f)
}

.btn-secondary-gradient:hover {
    background: linear-gradient(90deg, #e7284a, #cf1738)
}

.btn-secondary-gradient:not(:disabled):not(.disabled).active,
.btn-secondary-gradient:not(:disabled):not(.disabled):active,
.show>.btn-secondary-gradient.dropdown-toggle {
    background: linear-gradient(90deg, #e7284a, #af142f)
}

.btn-warning {
    background-color: #b69329;
    border-color: #b69329
}

.btn-danger,
.btn-danger:hover,
.btn-info,
.btn-info:hover,
.btn-outline-danger:hover,
.btn-outline-info:hover,
.btn-outline-success:hover,
.btn-outline-warning:hover,
.btn-success,
.btn-success:hover,
.btn-warning,
.btn-warning:hover {
    color: #fff
}

.btn-light {
    color: #131113;
    background-color: #ececec;
    border-color: #ececec
}

.btn-light:hover {
    color: #131113;
    background-color: silver;
    border-color: silver
}

.btn-dark {
    color: #ececec;
    background-color: #131113;
    border-color: #131113
}

.btn-dark:hover {
    color: #ececec;
    background-color: #060506;
    border-color: #060506
}

.btn-outline-dark {
    color: #131113;
    border-color: #131113
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #131113;
    border-color: #131113
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
    background-color: initial
}

.btn-outline-white:hover {
    color: #880a1f;
    background-color: #fff
}

.btn-outline-light {
    color: #ececec;
    border-color: #ececec
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #ececec;
    border-color: #ececec
}

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

.btn-outline-primary:hover {
    color: #fff;
    background-color: #880a1f;
    border-color: #880a1f
}

.btn-outline-theme-3 {
    background: unset;
    color: #fd5d3d;
    border-color: #fd5d3d
}

.btn-outline-theme-3:hover {
    background-color: #fd5d3d;
    border-color: #fd5d3d;
    color: #fff
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #880a1f;
    border-color: #880a1f;
    color: #fff
}

.btn-outline-secondary {
    color: #e7284a;
    border-color: #e7284a
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    background-color: #e7284a;
    border-color: #e7284a;
    color: #fff
}

.btn-header-light {
    color: #d7d7d7;
    border-color: transparent;
    background: transparent
}

.btn-header-light:hover {
    background-color: transparent;
    border-color: #d7d7d7
}

.btn-header-primary {
    color: #880a1f;
    border-color: transparent;
    background: transparent
}

.btn-header-primary:hover {
    background-color: transparent;
    border-color: #880a1f
}

.btn-header-secondary {
    color: #e7284a;
    border-color: transparent;
    background: transparent
}

.btn-header-secondary:hover {
    background-color: transparent;
    border-color: #e7284a
}

.btn-header-primary-light {
    color: #fd5d3d;
    border-color: transparent;
    background: transparent
}

.btn-header-primary-light:hover {
    background-color: transparent;
    border-color: #fd5d3d
}

.btn-group-xl>.btn,
.btn-xl {
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .05rem;
    padding: 1rem 3.5rem .9rem
}

.btn-group-lg>.btn,
.btn-lg {
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .05rem;
    padding: .75rem 2.6rem .6rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .5rem 1rem;
    font-size: .76rem;
    line-height: 1.5
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .25rem .75rem;
    font-size: .76rem;
    line-height: 1.3
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #880a1f;
    border-color: #880a1f;
    color: #fff
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #e7284a;
    border-color: #e7284a;
    color: #fff
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.btn-link {
    color: #880a1f;
    text-decoration: initial !important
}

.white-underline-link {
    color: #fff;
    text-decoration: underline
}

.white-underline-link:active,
.white-underline-link:hover {
    color: #fff;
    text-decoration: initial
}

.btn-link:hover {
    color: rgba(136, 10, 31, .7)
}

.btn-multiple-state {
    position: relative;
    transition: opacity .5s
}

.btn-multiple-state .icon,
.btn-multiple-state .spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .5s;
    color: #fff
}

.btn-multiple-state .icon i {
    vertical-align: text-bottom;
    font-size: 18px
}

.btn-multiple-state .label {
    transition: opacity .5s
}

.btn-multiple-state.show-spinner .label {
    opacity: 0
}

.btn-multiple-state.show-spinner .spinner {
    opacity: 1;
    visibility: visible
}

.btn-multiple-state.show-success .label {
    opacity: 0
}

.btn-multiple-state.show-success .icon.success {
    opacity: 1;
    visibility: visible
}

.btn-multiple-state.show-fail .label {
    opacity: 0
}

.btn-multiple-state.show-fail .icon.fail {
    opacity: 1;
    visibility: visible
}

.btn-multiple-state.btn-primary:disabled {
    opacity: 1;
    background: #580714;
    border-color: #580714
}

.btn-multiple-state.btn-secondary:disabled {
    opacity: 1;
    border-color: #c61635
}

.icon-button {
    padding: 0;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px
}

.icon-button.large {
    width: 44px;
    height: 44px;
    font-size: 18px
}

.icon-button.small-icon {
    font-size: 12px;
    line-height: 32px
}

.top-right-button {
    width: calc(100% - 80px)
}

@media (max-width:575px) {
    .top-right-button {
        padding-left: 0;
        padding-right: 0
    }
}

.top-right-button-single {
    width: unset
}

@media (max-width:991px) {
    .top-right-button-single {
        width: 100%
    }
}

.w-10 {
    width: 10% !important
}

.w-90 {
    width: 90% !important
}

.w-12 {
    width: 12% !important
}

.w-88 {
    width: 88% !important
}

.w-15 {
    width: 15% !important
}

.w-85 {
    width: 85% !important
}

.w-20 {
    width: 20% !important
}

.w-80 {
    width: 80% !important
}

.w-30 {
    width: 30% !important
}

.w-70 {
    width: 70% !important
}

.w-40 {
    width: 40% !important
}

.w-60 {
    width: 60% !important
}

@media (max-width:767px) {
    .w-xs-100 {
        width: 100% !important
    }
}

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

.border {
    border: 1px solid #f3f3f3 !important
}

.border-right {
    border-right: 1px solid #f3f3f3 !important
}

.border-left {
    border-left: 1px solid #f3f3f3 !important
}

.border-top {
    border-top: 1px solid #f3f3f3 !important
}

.border-bottom {
    border-bottom: 1px solid #f3f3f3 !important
}

.border-primary,
.border-theme-1 {
    border-color: #880a1f !important
}

.border-theme-2 {
    border-color: #e7284a !important
}

.border-theme-3 {
    border-color: #fd5d3d !important
}

.border-secondary {
    border-color: #212121 !important
}

.text-theme-2 {
    color: #e7284a !important
}

.text-theme-3 {
    color: #fd5d3d !important
}

.text-primary,
.text-theme-1 {
    color: #880a1f !important
}

.text-secondary {
    color: #212121 !important
}

.badge-theme-2,
.bg-theme-2 {
    background-color: #e7284a !important;
    color: #fff
}

.badge-theme-3,
.bg-theme-3 {
    background-color: #fd5d3d !important;
    color: #fff
}

.badge-primary,
.badge-theme-1,
.bg-primary,
.bg-theme-1 {
    background-color: #880a1f !important;
    color: #fff
}

.badge-secondary,
.bg-secondary {
    background-color: #e7284a !important;
    color: #fff
}

.badge-warning {
    background-color: #b69329
}

.badge-success {
    background-color: #3e884f
}

.badge-info {
    background-color: #3195a5
}

.badge-danger {
    background-color: #c43d4b
}

.badge-danger,
.badge-info,
.badge-success,
.badge-warning {
    color: #fff
}

.badge {
    padding: .6em .75em;
    font-size: 74%
}

.badge.badge-pill {
    padding-right: 1.25em;
    padding-left: 1.25em
}

.badge.badge-top-left {
    top: 10px;
    left: -7px
}

.badge.badge-top-left-2 {
    top: 40px;
    left: -7px
}

.badge.badge-top-right {
    top: 8px;
    right: -7px
}

.badge.badge-top-right-2 {
    top: 40px;
    right: -7px
}

.badge-light {
    background-color: #ececec;
    color: #131113
}

.badge-dark {
    background-color: #131113;
    color: #ececec
}

.badge-outline-primary,
.badge-outline-theme-1 {
    background: unset;
    border: 1px solid #880a1f;
    color: #880a1f
}

.badge-outline-secondary,
.badge-outline-theme-2 {
    background: unset;
    border: 1px solid #e7284a;
    color: #e7284a
}

.badge-outline-theme-3 {
    background: unset;
    border: 1px solid #fd5d3d;
    color: #fd5d3d
}

.badge-outline-success {
    background: unset;
    border: 1px solid #3e884f;
    color: #3e884f
}

.badge-outline-danger {
    background: unset;
    border: 1px solid #c43d4b;
    color: #c43d4b
}

.badge-outline-warning {
    background: unset;
    border: 1px solid #b69329;
    color: #b69329
}

.badge-outline-info {
    background: unset;
    border: 1px solid #3195a5;
    color: #3195a5
}

.badge-outline-light {
    background: unset;
    border: 1px solid #ececec;
    color: #ececec
}

.badge-outline-dark {
    background: unset;
    border: 1px solid #131113;
    color: #131113
}

@media (max-width:991px) {
    .breadcrumb-container .breadcrumb {
        padding: 0
    }
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "|"
}

.nav-tabs.separator-tabs {
    border-bottom: 1px solid #d7d7d7
}

.nav-tabs .nav-link {
    border: initial;
    padding-top: 1rem
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #fff
}

.nav-tabs .nav-item.show .nav-link:before,
.nav-tabs .nav-link.active:before {
    content: " ";
    background: #880a1f;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 0
}

.nav-tabs.separator-tabs .nav-item.show .nav-link:before,
.nav-tabs.separator-tabs .nav-link.active:before {
    content: " ";
    background: #880a1f;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    top: unset
}

.nav-tabs.separator-tabs .nav-link {
    border: initial;
    padding-top: 1rem;
    background: initial;
    padding-left: 0;
    padding-top: .5rem;
    padding-right: 0;
    margin-right: 1.5rem;
    font-weight: 600;
    letter-spacing: .5px;
    color: #8f8f8f
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: initial;
    position: relative;
    color: #880a1f
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: initial;
    color: #880a1f
}

.owl-stage {
    margin-bottom: 1.5rem
}

.owl-item,
.owl-stage {
    display: flex
}

.owl-item .card {
    display: flex;
    flex-grow: 1
}

.owl-item .card .w-50 {
    display: flex
}

.owl-item .card .card-body {
    flex-direction: column;
    display: flex;
    justify-content: space-between
}

.slider-nav .left-arrow,
.slider-nav .right-arrow {
    font-size: 20px;
    color: #880a1f;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    padding-top: 7px
}

.slider-nav .slider-dot-container {
    display: inline-block
}

.owl-dot,
.slick-dot {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #d7d7d7;
    outline: initial !important;
    border: initial;
    margin: 0 5px;
    padding: 0
}

.owl-dot.active,
.slick-dots li.slick-active button {
    background: #880a1f
}

.best-rated-items .owl-stage img {
    max-width: 230px
}

.slick .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
    outline: initial !important;
    height: unset
}

.slick .slick-slide.card {
    display: flex;
    flex-grow: 1
}

.slick .slick-slide.card .w-50 {
    display: flex
}

.slick .slick-slide.card .card-body {
    flex-direction: column;
    display: flex;
    justify-content: space-between
}

.slick-list {
    display: flex
}

.slick-track {
    padding-bottom: 30px;
    display: flex
}

@media (max-width:991px) {
    .carousel-center-col {
        padding-left: 0;
        padding-right: 0
    }
}

.slick-dots {
    list-style: none;
    padding: 0
}

.slick-dots li {
    display: inline-block
}

.navbar {
    background: #fff;
    /*height: 120px;*/
    height: 70px;
    padding: .75rem 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04)
}

.navbar #notificationDropdown {
    width: 260px;
    padding: 1.5rem;
    height: 280px;
    right: 15px
}

.navbar #iconMenuDropdown {
    width: 240px;
    padding: 1.5rem;
    height: 290px
}

.navbar .icon-menu-item {
    width: 90px;
    display: inline-block;
    text-align: center;
    margin-bottom: 1.7rem;
    color: #545454
}

.navbar .icon-menu-item i {
    font-size: 32px;
    line-height: 42px
}

.navbar .icon-menu-item span {
    text-align: center;
    padding: 0 10px;
    line-height: 14px
}

.navbar .icon-menu-item:focus,
.navbar .icon-menu-item:hover {
    color: #880a1f
}

.navbar .menu-button-mobile {
    color: #8f8f8f;
    text-align: center;
    margin-left: 15px
}

.navbar .menu-button-mobile svg {
    height: 12px;
    fill: #212121
}

@media (max-width:767px) {
    .navbar .menu-button-mobile {
        width: 20px
    }
}

.navbar .menu-button {
    color: #8f8f8f;
    width: 120px;
    text-align: center
}

.navbar .menu-button svg {
    height: 12px
}

.navbar .menu-button .main,
.navbar .menu-button .sub {
    fill: #212121;
    transition: fill .3s
}

.navbar .menu-button:hover {
    color: #880a1f
}

@media (max-width:767px) {
    .navbar .menu-button {
        width: 60px
    }
}

.navbar .navbar-left {
    flex-basis: 40%
}

.navbar .navbar-right {
    flex-basis: 40%;
    text-align: right
}

.navbar .navbar-right .user {
    padding-right: 60px
}

@media (max-width:1439px) {
    .navbar .navbar-right .user {
        padding-right: 50px
    }
}

@media (max-width:1199px) {
    .navbar .navbar-right .user {
        padding-right: 40px
    }
}

@media (max-width:767px) {
    .navbar .navbar-right .user {
        padding-right: 15px
    }
}


@media (max-width:767px) {
    .navbar .navbar-logo .logo {
        width: 110px
    }
}

.navbar .search {
    position: relative;
    width: 230px;
    border-radius: 20px;
    background: #f8f8f8
}

.navbar .search input {
    border: initial;
    background: transparent;
    outline: initial !important;
    padding: .5rem 1rem;
    line-height: 2;
    font-size: .8rem;
    width: 93%;
    color: #212121
}

.navbar .search .search-icon {
    font-size: 17px;
    border-radius: 10px;
    color: #d7d7d7;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -6px;
    right: 3px;
    text-align: center;
    cursor: pointer
}

.navbar .search .search-icon:hover {
    color: #880a1f
}

@media (max-width:991px) {
    .navbar .search {
        width: 115px
    }

    .navbar .search input {
        width: 85%
    }
}

@media (max-width:767px) {
    .navbar .search {
        width: 30px;
        height: 30px;
        background: initial;
        margin-left: .6rem;
        color: #6e6e6e
    }

    .navbar .search input {
        display: none
    }

    .navbar .search .search-icon {
        font-size: 17px;
        width: 30px;
        height: 30px;
        bottom: -3px;
        right: 0;
        color: inherit
    }

    .navbar .search.mobile-view {
        display: block;
        width: 100%;
        position: fixed;
        z-index: 2;
        background: #fff;
        left: 0;
        top: 0;
        height: 70px;
        margin-left: 15px
    }

    .navbar .search.mobile-view input {
        display: block;
        width: 100%;
        height: 70px;
        padding-left: 0
    }

    .navbar .search.mobile-view span {
        top: 50%;
        transform: translateY(-50%);
        right: 25px
    }
}

.navbar .header-icons {
    margin-right: .5rem
}

@media (max-width:575px) {
    .navbar .header-icons {
        margin-right: 0
    }
}

.navbar .header-icon {
    font-size: 16px;
    color: #8f8f8f;
    padding-left: .6rem;
    padding-right: .6rem;
    vertical-align: initial
}

@media (max-width:575px) {
    .navbar .header-icon {
        padding-left: .3rem;
        padding-right: .3rem
    }
}

.navbar .header-icon:hover {
    color: #880a1f
}

.navbar .header-icon#fullScreenButton i:last-of-type {
    display: none
}

.navbar .header-icon#notificationButton .count {
    font-size: 9px;
    color: #880a1f;
    border: 1px solid #880a1f;
    border-radius: 8px;
    position: absolute;
    width: 20px;
    height: 15px;
    text-align: center;
    font-weight: 700;
    top: 2px;
    right: 0px;
    line-height: 14px
}

@media (max-width:575px) {
    .navbar .header-icon#notificationButton .count {
        right: -1px
    }
}

.navbar .user {
    color: #6e6e6e;
    position: relative
}

.navbar .user img, .navbar .user span.avatar {
    margin-left: 10px;
    border-radius: 30px;
    width: 40px
}

@media (max-width:991px) {
    .navbar .user .name {
        display: none
    }
}

@media (max-width:767px) {
    .navbar .user {
        margin-left: 0
    }

    .navbar .user img {
        width: 30px
    }

    .navbar .user:after {
        font-size: 11px;
        width: 14px;
        height: 14px;
        bottom: -3px;
        right: -3px
    }
}

@media (max-width:1439px) {
    .navbar {
        height: 70px;
        padding: 0.75rem 0;
    }
}

@media (max-width:1199px) {
    .navbar {
        height: 60px;
        padding: 0.5rem 0;
    }
}

@media (max-width:767px) {
    .navbar {
        height: 50px;
        padding: 0.35rem 0;
    }
}

#app-container.main-hidden .menu-button .main,
#app-container.main-hidden .menu-button .sub,
#app-container.menu-hidden .menu-button .main,
#app-container.menu-hidden .menu-button .sub,
#app-container.menu-sub-hidden .menu-button .sub,
#app-container.sub-hidden .menu-button .sub {
    fill: #8f8f8f
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    padding-top: 120px;
    z-index: 5
}

.sidebar .main-menu {
    width: 120px;
    height: 100%;
    background: #fff;
    z-index: 3;
    position: fixed;
    padding-top: 2px;
    left: 0
}

.sidebar .main-menu .scroll {
    padding-right: unset;
    margin-right: unset
}

.sidebar .main-menu .scroll .ps__thumb-y {
    right: 0
}

.sidebar .main-menu.default-transition {
    transition: transform .3s;
    border-radius: 0 .75rem .75rem 0
}

.sidebar .main-menu ul li {
    position: relative
}

.sidebar .main-menu ul li span {
    text-align: center;
    padding: 0 10px;
    line-height: 14px
}

.sidebar .main-menu ul li a {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid #f3f3f3;
    color: #212121;
    transition: color .3s;
    transition: background .3s
}

.sidebar .main-menu ul li a:focus,
.sidebar .main-menu ul li a:hover {
    color: #880a1f;
    background: #fff9f9;
    /*background: #f8f8f8;
    border-radius: .75rem*/
    border-radius: 0 .75rem 0 0
}

.sidebar .main-menu ul li i {
    font-size: 32px;
    line-height: 42px
}

.sidebar .main-menu ul li.active a {
    color: #880a1f
}

.sidebar .main-menu ul li.active:after {
    content: " ";
    background: #880a1f;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    width: 6px;
    height: 90px;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

@media (max-width:1439px) {
    .sidebar .main-menu {
        width: 110px
    }
}

@media (max-width:1199px) {
    .sidebar .main-menu {
        width: 100px
    }
}

@media (max-width:767px) {
    .sidebar .main-menu {
        width: 90px
    }

    .sidebar .main-menu ul li i {
        font-size: 26px;
        line-height: 30px
    }

    .sidebar .main-menu ul li a {
        height: 90px
    }

    .sidebar .main-menu ul li.active:after {
        width: 3px;
        height: 60px;
    }
}

.sidebar .sub-menu {
    width: 230px;
    height: 100%;
    background: #fff;
    z-index: 2;
    position: fixed;
    left: 120px;
    border-left: 1px solid #f3f3f3;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}

.sidebar .sub-menu.default-transition {
    transition: transform .3s;
    border-radius: 0 .75rem .75rem 0
}

.sidebar .sub-menu .scroll {
    margin-top: 2px;
    margin-right: unset;
    padding-right: unset
}

.sidebar .sub-menu .scroll .ps__thumb-y {
    right: 0
}

.sidebar .sub-menu .ps {
    padding-top: 25px;
    padding-bottom: 25px
}

.sidebar .sub-menu ul {
    display: none
}

.sidebar .sub-menu ul li {
    margin-bottom: 10px;
    margin-left: 30px
}

.sidebar .sub-menu ul li a {
    font-size: 13px;
    display: block;
    padding: 8px 0
}

.sidebar .sub-menu ul li i {
    font-size: 1.3em;
    margin-right: 10px;
    color: #8f8f8f;
    vertical-align: sub
}

.sidebar .sub-menu ul li.active a,
.sidebar .sub-menu ul li.active i {
    color: #880a1f
}

@media (max-width:767px) {
    .sidebar .sub-menu ul li {
        margin-left: 15px
    }
}

@media (max-width:1439px) {
    .sidebar .sub-menu {
        left: 110px;
        width: 220px
    }
}

@media (max-width:1199px) {
    .sidebar .sub-menu {
        left: 100px;
        width: 200px
    }
}

@media (max-width:767px) {
    .sidebar .sub-menu {
        left: 90px;
        width: 190px
    }
}

@media (max-width:1439px) {
    .sidebar {
        padding-top: 70px
    }
}

@media (max-width:1199px) {
    .sidebar {
        padding-top: 60px
    }
}

@media (max-width:767px) {
    .sidebar {
        padding-top: 50px;
        box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04)
    }
}

#app-container.menu-hidden .sub-menu,
#app-container.menu-sub-hidden .sub-menu,
#app-container.sub-hidden .sub-menu {
    transform: translateX(-230px)
}

@media (max-width:1439px) {

    #app-container.menu-hidden .sub-menu,
    #app-container.menu-sub-hidden .sub-menu,
    #app-container.sub-hidden .sub-menu {
        transform: translateX(-220px)
    }
}

@media (max-width:1199px) {

    #app-container.menu-hidden .sub-menu,
    #app-container.menu-sub-hidden .sub-menu,
    #app-container.sub-hidden .sub-menu {
        transform: translateX(-200px)
    }
}

@media (max-width:767px) {

    #app-container.menu-hidden .sub-menu,
    #app-container.menu-sub-hidden .sub-menu,
    #app-container.sub-hidden .sub-menu {
        transform: translateX(-190px)
    }
}

#app-container.main-hidden .main-menu,
#app-container.menu-hidden .main-menu {
    transform: translateX(-120px)
}

@media (max-width:1439px) {

    #app-container.main-hidden .main-menu,
    #app-container.menu-hidden .main-menu {
        transform: translateX(-110px)
    }
}

@media (max-width:1199px) {

    #app-container.main-hidden .main-menu,
    #app-container.menu-hidden .main-menu {
        transform: translateX(-100px)
    }
}

@media (max-width:767px) {

    #app-container.main-hidden .main-menu,
    #app-container.menu-hidden .main-menu {
        transform: translateX(-90px)
    }
}

#app-container.main-hidden.sub-hidden .sub-menu,
#app-container.menu-hidden .sub-menu {
    transform: translateX(-350px)
}

@media (max-width:1439px) {

    #app-container.main-hidden.sub-hidden .sub-menu,
    #app-container.menu-hidden .sub-menu {
        transform: translateX(-330px)
    }
}

@media (max-width:1199px) {

    #app-container.main-hidden.sub-hidden .sub-menu,
    #app-container.menu-hidden .sub-menu {
        transform: translateX(-300px)
    }
}

@media (max-width:767px) {

    #app-container.main-hidden.sub-hidden .sub-menu,
    #app-container.menu-hidden .sub-menu {
        transform: translateX(-280px)
    }
}

#app-container.menu-main-hidden .main-menu {
    width: 0
}

#app-container.menu-main-hidden .sub-menu {
    left: 0
}

#app-container.menu-mobile .main-menu {
    transform: translateX(-90px)
}

#app-container.menu-mobile .sub-menu {
    transform: translateX(-330px)
}

#app-container.main-show-temporary .main-menu {
    transform: translateX(0)
}

#app-container.main-show-temporary .sub-menu {
    transform: translateX(-230px)
}

@media (max-width:1439px) {
    #app-container.main-show-temporary .main-menu {
        transform: translateX(0)
    }

    #app-container.main-show-temporary .sub-menu {
        transform: translateX(-220px)
    }
}

@media (max-width:1199px) {
    #app-container.main-show-temporary .main-menu {
        transform: translateX(0)
    }

    #app-container.main-show-temporary .sub-menu {
        transform: translateX(-200px)
    }
}

@media (max-width:767px) {
    #app-container.main-show-temporary .sub-menu {
        transform: translateX(-190px)
    }
}

#app-container.menu-main-hidden.menu-mobile.main-show-temporary .sub-menu,
#app-container.menu-mobile.sub-show-temporary .sub-menu,
#app-container.sub-show-temporary .sub-menu {
    transform: translateX(0)
}

#app-container.menu-main-hidden.menu-mobile.main-show-temporary .main-menu,
#app-container.menu-mobile.sub-show-temporary .main-menu,
#app-container.sub-show-temporary .main-menu {
    transform: translateX(0);
    border-radius: initial !important
}

.app-menu {
    z-index: 1;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    width: 280px;
    height: 100%;
    float: right;
    background: #fff;
    transition: transform .3s;
    position: fixed;
    right: 0;
    top: 120px
}

@media (max-width:1439px) {
    .app-menu {
        top: 90px
    }
}

@media (max-width:1199px) {
    .app-menu {
        top: 80px;
        transform: translateX(280px)
    }
}

@media (max-width:767px) {
    .app-menu {
        top: 70px
    }
}

.app-menu .scroll .ps__thumb-y {
    right: 0
}

.app-menu.shown {
    transform: translateX(0)
}

.app-menu .app-menu-button {
    position: absolute;
    left: -28px;
    background: #fff;
    top: 45px;
    padding: 12px 8px 12px 5px;
    border-radius: .2rem;
    color: #8f8f8f;
    box-shadow: -2px 0 5px rgba(0, 0, 0, .04);
    font-size: 15px;
    line-height: 0
}

@media (max-width:1439px) {
    .app-menu .app-menu-button {
        top: 36px
    }
}

@media (max-width:1199px) {
    .app-menu .app-menu-button {
        top: 27px
    }
}

@media (max-width:767px) {
    .app-menu .app-menu-button {
        top: 13px
    }
}

.app-menu ul li {
    margin-bottom: 5px
}

.app-menu ul li a {
    font-size: 13px;
    display: block;
    padding: 3px 0
}

.app-menu ul li a:hover i {
    color: #880a1f
}

.app-menu ul li i {
    font-size: 1.2em;
    margin-right: 10px;
    color: #8f8f8f;
    vertical-align: unset
}

@media (max-width:767px) {
    .app-menu ul li i {
        font-size: 20px
    }
}

.app-menu ul li.active a,
.app-menu ul li.active i {
    color: #880a1f
}

.app-row {
    padding-right: 280px
}

@media (max-width:1199px) {
    .app-row {
        padding-right: 0
    }
}

.chat-app .scroll {
    padding-left: 10px;
    margin-left: -10px;
    padding-right: 10px;
    margin-right: -10px;
    height: calc(100vh - 120px - 270px)
}

@media (max-width:1439px) {
    .chat-app .scroll {
        height: calc(100vh - 90px - 270px)
    }
}

@media (max-width:1199px) {
    .chat-app .scroll {
        height: calc(100vh - 80px - 270px)
    }
}

@media (max-width:767px) {
    .chat-app .scroll {
        height: calc(100vh - 70px - 220px)
    }
}

.chat-app .scroll .ps__thumb-y {
    right: 10px
}

@media (max-width:767px) {
    .chat-app .list-item-heading {
        font-size: .9rem
    }
}

@media (max-width:767px) {
    .chat-app .card .card-body {
        padding: .75rem
    }
}

.chat-app .chat-text-left {
    padding-left: 64px
}

.chat-app .chat-text-right {
    padding-right: 64px
}

.chat-input-container {
    width: 100%;
    height: 90px;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    padding-left: 180px;
    padding-right: 340px
}

@media (max-width:1439px) {
    .chat-input-container {
        padding-left: 160px;
        padding-right: 330px
    }
}

@media (max-width:1199px) {
    .chat-input-container {
        padding-left: 140px;
        padding-right: 40px
    }
}

@media (max-width:767px) {
    .chat-input-container {
        padding-right: 15px;
        padding-left: 15px
    }
}

.chat-input-container input {
    border: initial;
    width: unset;
    height: 90px;
    padding-left: 0;
    display: inline-block
}

@media (max-width:991px) {
    .chat-input-container .send-button {
        padding-left: .7rem;
        padding-right: .7rem
    }
}

.survey-app .answers .badge {
    color: #8f8f8f
}

.survey-app .answers input {
    padding-right: 70px
}

.survey-app .question.edit-quesiton .edit-mode {
    display: block
}

.survey-app .question.edit-quesiton .view-mode {
    display: none
}

.survey-app .question.edit-quesiton .view-button {
    display: inline-block
}

.survey-app .question.edit-quesiton .edit-button,
.survey-app .question.view-quesiton .edit-mode {
    display: none
}

.survey-app .question.view-quesiton .view-mode {
    display: block
}

.survey-app .question.view-quesiton .view-button {
    display: none
}

.survey-app .question.view-quesiton .edit-button {
    display: inline-block
}

.survey-app .survey-question-types .btn-group-icon {
    font-size: 21px;
    line-height: 28px
}

.survey-app .survey-question-types .btn {
    padding-bottom: .3rem
}

.input-icons {
    position: absolute;
    right: 0;
    top: 9px
}

.heading-icon {
    font-size: 20px;
    line-height: inherit;
    margin-right: 5px
}

.heading-icon,
.heading-number {
    color: #880a1f;
    vertical-align: middle
}

.heading-number {
    border: 1px solid #880a1f;
    padding: 4px;
    margin-right: 10px;
    border-radius: 20px;
    width: 34px;
    height: 34px;
    text-align: center
}

main {
    margin: 165px 60px 40px 410px
}

main.default-transition {
    transition: margin-left .3s
}

main .container-fluid {
    padding-left: 0;
    padding-right: 0
}

@media (max-width:1439px) {
    main {
        margin: 130px 50px 30px 380px
    }
}

@media (max-width:1199px) {
    main {
        margin: 110px 40px 20px 340px
    }
}

@media (max-width:767px) {
    main {
        margin-left: 15px !important;
        margin-right: 15px !important;
        margin-top: 85px !important;
        margin-bottom: 0
    }
}

@media (max-width:575px) {
    main {
        margin-bottom: 0
    }
}

#app-container.menu-hidden main,
#app-container.menu-sub-hidden main,
#app-container.sub-hidden main {
    margin-left: 180px
}

#app-container.main-hidden main,
#app-container.menu-hidden main {
    margin-left: 60px
}

#app-container.menu-main-hidden main {
    margin-left: 290px
}

#app-container.menu-main-hidden.menu-hidden main {
    margin-left: 60px
}

@media (max-width:1439px) {

    #app-container.menu-hidden main,
    #app-container.menu-sub-hidden main,
    #app-container.sub-hidden main {
        margin-left: 160px
    }

    #app-container.main-hidden main,
    #app-container.menu-hidden main {
        margin-left: 50px
    }

    #app-container.menu-main-hidden main {
        margin-left: 270px
    }

    #app-container.menu-main-hidden.menu-hidden main {
        margin-left: 50px
    }
}

@media (max-width:1199px) {

    #app-container.menu-hidden main,
    #app-container.menu-sub-hidden main,
    #app-container.sub-hidden main {
        margin-left: 140px
    }

    #app-container.main-hidden main,
    #app-container.menu-hidden main {
        margin-left: 40px
    }

    #app-container.menu-main-hidden main {
        margin-left: 240px
    }

    #app-container.menu-main-hidden.menu-hidden main {
        margin-left: 40px
    }
}

.card {
    border: initial;
    background: #fff;
    border-radius: calc(.15rem - 1px);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04)
}

.card .card-header .card-icon {
    right: 5px;
    top: 5px
}

.card .card-header .card-icon i {
    font-size: 12px;
    color: #d7d7d7
}

.card .card-header .handle {
    cursor: default
}

.card .card-body {
    padding: 1.75rem
}

@media (max-width:575px) {
    .card .card-body {
        padding: 1.5rem
    }
}

.card .card-body.sm {
    padding: 1.25rem 1.75rem
}

.card .card-title {
    margin-bottom: 2rem
}

.card-img {
    height: 100%;
    max-height: 200px;
    width: unset
}

.card-img,
.card-img-fluid {
    border-radius: calc(.25rem - 1px);
    object-fit: cover
}

.card-img-bottom {
    width: 100%;
    border-bottom-left-radius: calc(.15rem - 1px);
    border-bottom-right-radius: calc(.15rem - 1px)
}

.card-img-top {
    border-top-right-radius: calc(.15rem - 1px)
}

.card-img-left,
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.15rem - 1px)
}

.card-img-left {
    border-bottom-left-radius: calc(.15rem - 1px);
    height: 100%;
    object-fit: cover
}

.card-img-right {
    width: 100%;
    border-top-right-radius: calc(.15rem - 1px);
    border-bottom-right-radius: calc(.15rem - 1px);
    height: 100%;
    object-fit: cover
}

.card-img-overlay {
    background: rgba(0, 0, 0, .5);
    padding: 1.75rem
}

@media (max-width:575px) {
    .card-img-overlay {
        padding: 1rem
    }
}

.card-top-buttons {
    padding: 1.3rem;
    right: 0;
    top: 0
}

@media (max-width:575px) {
    .card-top-buttons {
        padding: .35rem
    }
}

.card-header {
    border: initial;
    background: initial;
    padding-top: 0
}

.dashboard-line-chart {
    height: 283px
}

.dashboard-quick-post {
    min-height: 283px
}

.dashboard-list-with-thumbs {
    height: 500px
}

.dashboard-donut-chart,
.dashboard-list-with-user,
.dashboard-logs {
    height: 270px
}

.dashboard-small-chart {
    height: 150px
}

.dashboard-small-chart .chart {
    height: 60px
}

.dashboard-small-chart .lead {
    font-size: 1.4rem
}

.dashboard-small-chart-analytics {
    height: 180px
}

.dashboard-small-chart-analytics .chart {
    height: 80px
}

.dashboard-small-chart-analytics .lead {
    font-size: 1.4rem
}

.dashboard-filled-line-chart {
    height: 340px
}

.dashboard-filled-line-chart .chart {
    height: 200px
}

.dashboard-numbers .owl-dots,
.dashboard-numbers .owl-nav {
    display: none
}

.dashboard-sq-banner {
    background-image: linear-gradient(to right top, #5d0413, #a32337, #992235);
    background-size: cover;
    height: 385px;
    transition: .5s;
    background-size: 350% auto;
    cursor: pointer
}

.dashboard-sq-banner .card-body {
    width: 270px
}

.dashboard-sq-banner .lead {
    line-height: 2.3rem
}

.dashboard-sq-banner:hover {
    background-position: 100% 0
}

.dashboard-link-list,
.dashboard-progress {
    height: 385px
}

.dashboard-top-rated {
    height: 300px
}

.dashboard-search {
    height: 650px;
    /*background: url(/resources/dore/img/plane.jpg);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff
}

.dashboard-search .card-body {
    padding: 120px 50px 30px
}

@media (max-width:1439px) {
    .dashboard-search .card-body {
        padding: 80px 30px 30px
    }
}

.dashboard-search .form-container {
    height: 400px;
    border-radius: .1rem;
    box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, .04);
    padding: 2rem;
    background-color: #fff
}

.icon-cards-row {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px
}

.icon-cards-row .owl-stage {
    padding-top: 10px
}

.icon-cards-row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.icon-cards-row .card-body {
    padding: 2rem .5rem
}

.icon-cards-row .card-text {
    color: #8f8f8f;
    height: 30px;
    line-height: 26px
}

.icon-cards-row .lead {
    color: #880a1f;
    margin-bottom: 0
}

.icon-cards-row i {
    font-size: 38px;
    line-height: 66px;
    color: #880a1f
}

.icon-cards-row .card {
    transition: box-shadow 1s;
    cursor: pointer
}

@media (max-width:1439px) {
    .icon-cards-row .card-text {
        height: 48px;
        line-height: 18px
    }

    .icon-cards-row .lead {
        font-size: 1.6rem
    }

    .icon-cards-row i {
        font-size: 32px;
        line-height: 47px
    }
}

.log-indicator {
    width: 13px;
    height: 13px;
    border: 2px solid #880a1f;
    border-radius: 14px;
    display: inline-block
}

.calendar .alert-info {
    color: #880a1f;
    background-color: initial
}

.calendar h2 {
    font-size: 14px;
    margin-top: 10px;
    display: inline-block
}

.fc-basic-view .fc-body .fc-row {
    min-height: 6em
}

@media (max-width:575px) {
    .fc-basic-view .fc-body .fc-row {
        min-height: 3em
    }
}

.fc-toolbar.fc-header-toolbar .btn-group .fc-next-button,
.fc-toolbar.fc-header-toolbar .btn-group .fc-prev-button {
    outline: initial !important;
    box-shadow: none !important;
    border-radius: 40px !important;
    text-align: center;
    min-width: 30px;
    height: 30px;
    padding: .55rem 0;
    background: #880a1f;
    color: #fff;
    border: 1px solid #880a1f;
    line-height: .9 !important;
    font-size: .76rem;
    font-weight: 400 !important
}

.fc-toolbar.fc-header-toolbar .btn-group .fc-next-button span,
.fc-toolbar.fc-header-toolbar .btn-group .fc-prev-button span {
    line-height: .9 !important;
    font-size: .76rem;
    font-weight: 400 !important
}

.fc-toolbar.fc-header-toolbar .btn-group .fc-next-button:hover,
.fc-toolbar.fc-header-toolbar .btn-group .fc-prev-button:hover {
    background-color: transparent;
    border-color: rgba(136, 10, 31, .9);
    color: #880a1f
}

.fc-toolbar.fc-header-toolbar .fc-prev-button {
    margin-right: 5px
}

.fc-today-button {
    padding: .4em 1.3em !important;
    height: unset !important
}

.fc-bootstrap4 .fc-day-top .fc-day-number {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    padding: 5px
}

.fc-bootstrap4 td.fc-today {
    background: initial
}

.fc-bootstrap4 td.fc-today .fc-day-number {
    background: #880a1f;
    color: #fff
}

.fc-day-grid-event .fc-content {
    color: #fff
}

.fc-day-grid-container {
    height: 100%;
    overflow: visible
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    padding: 5px
}

.fc-view,
.fc-view>table {
    border-top: initial
}

.fc table {
    border: initial
}

.fc .table-bordered thead td,
.fc .table-bordered thead th {
    border-top: initial;
    border-bottom: initial;
    border-left: initial
}

.fc td:first-of-type,
.fc th:first-of-type {
    border-left: initial;
    border-bottom: initial
}

.fc td:last-of-type,
.fc th:last-of-type {
    border-right: initial;
    border-bottom: initial
}

.fc-body .fc-row:last-of-type td {
    border-bottom: initial
}

.fc tbody>tr>td.fc-widget-content:first-of-type {
    border-left: initial;
    border-right: initial;
    border-bottom: initial
}

.fc .table-bordered td,
.fc .table-bordered th,
.fc table {
    border-color: #f3f3f3 !important
}

.fc-day-header {
    color: #880a1f
}

.fc-day-header span {
    padding: 10px;
    display: inline-block
}

.fc-event {
    border: initial
}

.fc-event,
.fc-event-dot {
    background-color: #e7284a;
    color: #fff !important;
    padding: 1px 6px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center
}

.dataTables_wrapper {
    overflow: hidden
}

table.dataTable td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    outline: initial !important
}

table.dataTable tr:last-of-type td {
    border-bottom: initial
}

table.dataTable {
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

table h6,
table p {
    margin-bottom: 0
}

table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
    padding-top: 10px;
    padding-bottom: 10px
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 1.5em
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 2em
}

.dataTables_wrapper .paginate_button.previous {
    margin-right: 15px
}

.dataTables_wrapper .paginate_button.next {
    margin-left: 15px
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 25px
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center
}

.dataTables_wrapper .paginate_button.page-item {
    padding-left: 10px;
    padding-right: 10px
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    top: unset;
    box-shadow: none;
    background-color: #880a1f;
    font-size: 12px
}

.alert {
    border-radius: 0
}

.alert-primary {
    color: #880a1f;
    background-color: #e2c8cd;
    border-color: rgba(136, 10, 31, .1)
}

.alert-secondary {
    color: #e7284a;
    background-color: #f5ced5;
    border-color: rgba(231, 40, 74, .1)
}

.alert-success {
    color: #3e884f;
    background-color: #d3e2d6;
    border-color: rgba(62, 136, 79, .1)
}

.alert-info {
    color: #3195a5;
    background-color: #d0e4e7;
    border-color: rgba(49, 149, 165, .1)
}

.alert-warning {
    color: #b69329;
    background-color: #ebe4cf;
    border-color: rgba(182, 147, 41, .1)
}

.alert-danger {
    color: #c43d4b;
    background-color: #eed3d5;
    border-color: rgba(196, 61, 75, .1)
}

.alert-light {
    color: #d4d4d4;
    background-color: #f1f1f1;
    border-color: hsla(0, 0%, 83%, .1)
}

.alert-dark {
    color: #575057;
    background-color: #d8d6d8;
    border-color: rgba(87, 80, 87, .1)
}

.alert-dismissible .close,
button.close {
    text-shadow: none
}

.alert [data-notify=title] {
    display: block;
    font-size: .9rem
}

div[data-notify=container] {
    padding: 18px
}

.custom-control-label,
.form-check-label {
    line-height: 24px
}

.bootstrap-tagsinput,
.form-control {
    border-radius: .1rem;
    outline: initial !important;
    box-shadow: none !important;
    font-size: .8rem;
    padding: .5rem .75rem;
    /* padding: .75rem .75rem .5rem; */
    line-height: 1;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #212121;
    height: calc(2.4rem + 3px) !important;
}

@keyframes a {
    to {
        color: #212121;
        background: transparent
    }
}

input:-webkit-autofill {
    animation-name: a;
    animation-fill-mode: both;
    -webkit-text-fill-color: #212121 !important
}

.bootstrap-tagsinput input {
    color: #212121
}

.has-float-label>span:after,
.has-float-label label:after {
    background: #fff
}

.form-control:focus {
    background: #fff;
    color: #212121
}

.bootstrap-tagsinput {
    width: 100%
}

.bootstrap-tagsinput input {
    padding: 0
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
    box-shadow: none
}

.bootstrap-tagsinput .tag {
    background: #880a1f;
    border-radius: 15px;
    padding: 0 10px;
    margin-bottom: 0;
    display: inline-block;
    font-size: 12px
}

.bootstrap-tagsinput.focus,
.form-control:focus {
    border-color: rgba(136, 10, 31, .6)
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.4rem + 3px)
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: rgba(33, 33, 33, .25)
}

.custom-control-input:active~.custom-control-label:before {
    background-color: transparent
}

.custom-checkbox .custom-control-label.indeterminate:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23FFFFFF' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFFFFF'/%3E%3C/svg%3E")
}

.custom-control-input,
.custom-control-label {
    outline: initial !important;
    box-shadow: none !important
}

.custom-control-input {
    left: 1px;
    top: 3px;
    opacity: 0;
    z-index: 1;
    pointer-events: none
}

.custom-control-label:before {
    border: 1px solid #909090;
    background: initial
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #880a1f
}

.custom-control-input:checked~.custom-control-label:before {
    background-color: #880a1f;
    box-shadow: none !important;
    border: 1px solid #880a1f
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #880a1f;
    box-shadow: none !important
}

.custom-control-label:after,
.custom-control-label:before {
    box-shadow: none !important;
    top: .25rem
}

.btn.rotate-icon-click i {
    transition: transform .5s
}

.btn.rotate i {
    transform: rotate(180deg)
}

.btn .custom-control-input:checked~.custom-control-label:before,
.btn .custom-control-label:before {
    border: 1px solid #fff
}

.btn-group-icon {
    line-height: 22px
}

.invalid-tooltip,
.valid-tooltip {
    border-radius: 15px;
    padding: .5rem 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: .76rem
}

.valid-tooltip {
    background-color: #3e884f;
    margin-top: -.2rem
}

.invalid-tooltip {
    background-color: #c43d4b;
    margin-top: -.2rem
}

.valid-tooltip:after {
    border-bottom: 5px solid #3e884f
}

.invalid-tooltip:after,
.valid-tooltip:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -2.5px;
    margin-left: 50%;
    width: 10px;
    height: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.invalid-tooltip:after {
    border-bottom: 5px solid #c43d4b
}

.valid-icon {
    bottom: 8px;
    font-size: .76rem;
    color: #fff;
    color: #3e884f
}

.invalid-icon,
.valid-icon {
    position: absolute;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: 0;
    line-height: 1;
    border-radius: .2rem;
    right: 4px
}

.invalid-icon {
    bottom: 2px;
    font-size: .875rem;
    color: #fff;
    color: #c43d4b
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-icon,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-icon,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-icon,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-icon {
    color: #c43d4b;
    display: block
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-icon,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-icon,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-icon,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-icon {
    color: #3e884f;
    display: block
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #3e884f
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: error-color
}

.select2-container--bootstrap .select2-selection--single {
    padding: .65rem .75rem .5rem;
    height: calc(2.4rem + 3px);
    border-radius: .1rem !important
}

.select2-container--bootstrap .select2-selection.form-control,
.select2-dropdown {
    background: #fff
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background: #fff;
    color: #212121
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #212121
}

.input-group-text {
    background-color: hsla(0, 0%, 100%, .1);
    border-color: #d7d7d7;
    color: #212121;
    font-size: .8rem;
    padding: .75rem .75rem .5rem
}

.select2-container--bootstrap .select2-selection {
    border: 1px solid #d7d7d7
}

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

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: calc(2.4rem + 1px)
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-dropdown {
    border-color: rgba(136, 10, 31, .7)
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #880a1f;
    color: #fff
}

.select2-container--bootstrap .select2-selection.form-control,
.select2-dropdown {
    border-radius: .1rem !important
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: .1rem !important;
    border: 1px solid #8f8f8f;
    outline: initial;
    background: #fff;
    color: #212121
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    outline: initial;
    background: #fff;
    color: #212121
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    border-radius: .1rem;
    background: #fff;
    color: #212121;
    border-color: #d7d7d7;
    margin: 9px 0 0 8px
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    outline: initial;
    text-shadow: none;
    color: #880a1f
}

.typeahead.dropdown-menu {
    width: 100%
}

.typeahead.dropdown-menu .active a {
    background-color: #880a1f;
    color: #fff
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 10px
}

.datepicker-dropdown:before {
    border-bottom-color: rgba(33, 33, 33, .2)
}

.datepicker table tr td.range,
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #880a1f;
    border-color: #880a1f
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(33, 33, 33, .2)
}

.datepicker table tr td,
.datepicker table tr th {
    color: #212121
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-top-color: #fff
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    border-bottom-color: #fff
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #d7d7d7
}

.datepicker table tr td,
.datepicker table tr th {
    width: 35px;
    height: 35px;
    border-radius: .1rem
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    color: #fff;
    background-color: #880a1f;
    border-color: #880a1f
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #580714;
    border-color: #580714
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
    background-color: #580714;
    border-color: #580714
}

.datepicker.datepicker-inline,
.datepicker.datepicker-inline table {
    width: 100%
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker tfoot tr th:hover {
    background: #d7d7d7
}

/*.dropzone {
    min-height: 115px;
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 10px;
    border-radius: .1rem;
    color: #212121;
    height: 115px
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    margin: 0
}

.dropzone .dz-preview.dz-image-preview {
    width: 260px;
    height: unset;
    min-height: unset;
    border: 1px solid #d7d7d7;
    border-radius: .1rem;
    background: #fff;
    color: #212121
}

.dropzone .dz-preview.dz-image-preview strong {
    font-weight: 400
}

.dropzone .dz-preview.dz-image-preview .remove {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #880a1f
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    position: static;
    display: block;
    opacity: 1;
    text-align: left;
    min-width: unset;
    z-index: auto;
    color: #212121
}

.dropzone .dz-preview.dz-image-preview .dz-error-mark {
    color: #fff;
    transform: translateX(-50%) translateY(-50%) !important;
    transition: initial !important;
    animation: initial !important;
    margin-left: 0;
    margin-top: 0
}

.dropzone .dz-preview.dz-image-preview .dz-error-mark i {
    font-size: 26px
}

.dropzone .dz-preview.dz-image-preview .dz-progress {
    width: 90%;
    margin-left: 0;
    margin-top: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    height: 5px
}

.dropzone .dz-preview.dz-image-preview .dz-progress .dz-upload {
    width: 100%;
    background: #880a1f
}

.dropzone .dz-preview.dz-image-preview .dz-error-message {
    border-radius: 15px;
    background: #c43d4b;
    top: 60px
}

.dropzone .dz-preview.dz-image-preview .dz-error-message:after {
    border-bottom: 6px solid #c43d4b
}

.dropzone .dz-preview.dz-image-preview [data-dz-name] {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    display: inline-block;
    overflow: hidden
}*/

/*START CSS DROPZONE BARU*/

.dropzone{
    min-height:115px!important;
    border:1px solid #d7d7d7!important;
    background:#fff!important;
    padding:10px 10px!important;
    border-radius:.1rem!important;
    color:#3a3a3a!important;
    height:auto
}
.dropzone .img-thumbnail{
    height:58px!important;
    width:100%!important;
    object-fit:cover!important
}
.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{
    position:relative;
    transform:translateY(-50%);
    top:50%!important;
    margin:0
}
.dropzone.dz-clickable .dz-message span{
    top:50px!important
}
.dropzone .dz-preview.dz-file-preview,.dropzone .dz-preview.dz-image-preview{
    width:260px;
    height:60px;
    min-height:unset;
    border:1px solid #d7d7d7!important;
    border-radius:.1rem!important;
    background:#fff!important;
    color:#3a3a3a!important
}
.dropzone .dz-preview.dz-file-preview .preview-container,.dropzone .dz-preview.dz-image-preview .preview-container{
    transition:initial!important;
    animation:initial!important;
    margin-left:0;
    margin-top:0;
    position:relative;
    width:100%;
    height:100%
}
.dropzone .dz-preview.dz-file-preview .preview-container i,.dropzone .dz-preview.dz-image-preview .preview-container i{
    color:#008ecc;
    font-size:20px;
    position:absolute;
    left:50%;
    top:29px;
    transform:translateX(-50%) translateY(-50%)!important;
    height:22px
}
.dropzone .dz-preview.dz-file-preview strong,.dropzone .dz-preview.dz-image-preview strong{
    font-weight:400
}
.dropzone .dz-preview.dz-file-preview .remove,.dropzone .dz-preview.dz-image-preview .remove{
    position:absolute;
    right:5px;
    top:5px;
    color:#880a1f!important
}
.dropzone .dz-preview.dz-file-preview .dz-details,.dropzone .dz-preview.dz-image-preview .dz-details{
    position:static;
    display:block;
    opacity:1;
    text-align:left;
    min-width:unset;
    z-index:initial;
    color:#3a3a3a!important
}
.dropzone .dz-preview.dz-file-preview .dz-error-mark,.dropzone .dz-preview.dz-image-preview .dz-error-mark{
    color:#fff!important;
    top:15px;
    left:25px;
    margin-left:0;
    margin-top:0
}
/*.dropzone .dz-preview.dz-file-preview .dz-error-mark span,.dropzone .dz-preview.dz-image-preview .dz-error-mark span{
    display:inline-block;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath style='fill:%23008ECC;
    ' d='M4.1,23.9A13.51,13.51,0,0,1,0,14,13.52,13.52,0,0,1,4.1,4.1,13.52,13.52,0,0,1,14,0a13.52,13.52,0,0,1,9.9,4.1A13.52,13.52,0,0,1,28,14a13.51,13.51,0,0,1-4.1,9.9A13.52,13.52,0,0,1,14,28,13.52,13.52,0,0,1,4.1,23.9Z'/%3E%3Cpath style='fill:%23FFFFFF;
    ' d='M13.13,19.35V6.17a.88.88,0,1,1,1.75,0V19.35Z'/%3E%3Crect style='fill:%23FFFFFF;
    ' x='13.13' y='21.07' width='1.75' height='1.64'/%3E%3C/svg%3E");
    width:28px;
    height:28px
}*/
.dropzone .dz-preview.dz-file-preview .dz-success-mark,.dropzone .dz-preview.dz-image-preview .dz-success-mark{
    color:#fff;
    top:15px;
    left:25px;
    margin-left:0;
    margin-top:0
}
/*.dropzone .dz-preview.dz-file-preview .dz-success-mark span,.dropzone .dz-preview.dz-image-preview .dz-success-mark span{
    display:inline-block;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath style='fill:%23008ECC;
    ' d='M4.1,23.9A13.51,13.51,0,0,1,0,14,13.52,13.52,0,0,1,4.1,4.1,13.52,13.52,0,0,1,14,0a13.52,13.52,0,0,1,9.9,4.1A13.52,13.52,0,0,1,28,14a13.51,13.51,0,0,1-4.1,9.9A13.52,13.52,0,0,1,14,28,13.52,13.52,0,0,1,4.1,23.9Z'/%3E%3Cpath style='fill:%23FFFFFF;
    ' d='M20.14,8.81A.77.77,0,0,1,21.2,9a.81.81,0,0,1,.25.61.83.83,0,0,1-.25.62L12.48,19l-.11.1a.82.82,0,0,1-1.23,0L6.79,14.74l-.11-.16a.49.49,0,0,1-.08-.18,1.06,1.06,0,0,1,0-.19.61.61,0,0,1,0-.19,1.16,1.16,0,0,1,0-.18,1.26,1.26,0,0,1,.08-.18,1,1,0,0,1,.11-.15.87.87,0,0,1,1.26,0l3.69,3.7L19.94,9A.72.72,0,0,1,20.14,8.81Z'/%3E%3C/svg%3E");
    width:28px;
    height:28px
}*/
.dropzone .dz-preview.dz-file-preview .dz-progress,.dropzone .dz-preview.dz-image-preview .dz-progress{
    width:84%;
    margin-left:0;
    margin-top:0;
    right:0;
    height:5px!important;
    left:15px
}
.dropzone .dz-preview.dz-file-preview .dz-progress .dz-upload,.dropzone .dz-preview.dz-image-preview .dz-progress .dz-upload{
    width:100%;
    background:#008ecc!important
}
.dropzone .dz-preview.dz-file-preview .dz-error-message,.dropzone .dz-preview.dz-image-preview .dz-error-message{
    border-radius:15px;
    background:#c43d4b!important;
    top:60px
}
.dropzone .dz-preview.dz-file-preview .dz-error-message:after,.dropzone .dz-preview.dz-image-preview .dz-error-message:after{
    border-bottom:6px solid #c43d4b!important
}
.dropzone .dz-preview.dz-file-preview [data-dz-name],.dropzone .dz-preview.dz-image-preview [data-dz-name]{
    white-space:nowrap;
    text-overflow:ellipsis;
    width:90%;
    display:inline-block;
    overflow:hidden
}
.dropzone .dz-preview.dz-file-preview .img-thumbnail{
    display:none
}
.dropzone .dz-error.dz-preview.dz-file-preview .preview-icon{
    display:none
}
.dropzone .dz-error.dz-preview.dz-file-preview .dz-error-mark,.dropzone .dz-error.dz-preview.dz-file-preview .dz-success-mark{
    color:#880a1f!important
}
.dropzone .dz-preview.dz-image-preview .preview-icon{
    display:none
}

/*END CSS DROPZONE BARU*/

.custom-switch {
    padding-left: 0;
}

.custom-switch .custom-switch-input+.custom-switch-btn {
    background: #d7d7d7
}

.custom-switch.custom-switch-primary .custom-switch-input:checked+.custom-switch-btn {
    background: #880a1f;
    border: 1px solid #880a1f
}

.custom-switch.custom-switch-secondary .custom-switch-input:checked+.custom-switch-btn {
    background: #e7284a;
    border: 1px solid #e7284a
}

.custom-switch.custom-switch-primary-inverse .custom-switch-input+.custom-switch-btn {
    border: 1px solid #d7d7d7
}

.custom-switch.custom-switch-primary-inverse .custom-switch-input:checked+.custom-switch-btn {
    background: #fff;
    border: 1px solid #880a1f
}

.custom-switch.custom-switch-primary-inverse .custom-switch-input:checked+.custom-switch-btn:after {
    background: #880a1f
}

.custom-switch.custom-switch-secondary-inverse .custom-switch-input+.custom-switch-btn {
    border: 1px solid #d7d7d7
}

.custom-switch.custom-switch-secondary-inverse .custom-switch-input:checked+.custom-switch-btn {
    background: #fff;
    border: 1px solid #e7284a
}

.custom-switch.custom-switch-secondary-inverse .custom-switch-input:checked+.custom-switch-btn:after {
    background: #e7284a
}

.input-group-text {
    border-radius: .1rem
}

.custom-switch .custom-switch-input+.custom-switch-btn:after {
    background: #fff
}

.custom-switch .custom-switch-input+.custom-switch-btn {
    border-color: #d7d7d7
}

.noUi-target {
    box-shadow: none
}

.noUi-target,
.noUi-tooltip {
    background: #fff;
    border-color: #d7d7d7
}

.noUi-tooltip {
    color: #212121
}

.custom-select,
.form-control-lg,
.form-control-sm,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    border-radius: .1rem
}

.custom-select {
    padding: .75rem .75rem .5rem
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    outline: initial !important;
    box-shadow: none !important
}

.custom-select {
    height: calc(2.5rem + 3px)
}

.custom-select:focus {
    border-color: #880a1f
}

.custom-file-input,
.custom-file-label {
    box-shadow: none !important
}

.custom-file-label {
    border-radius: .1rem;
    padding: .75rem .75rem .5rem;
    background: #fff;
    border-color: #d7d7d7
}

.custom-file,
.custom-file-label {
    height: calc(2.5rem + 2px)
}

.custom-file-input:focus,
.custom-file-label:focus {
    border-color: rgba(136, 10, 31, .6)
}

.custom-file-input:focus~.custom-file-label {
    border-color: rgba(136, 10, 31, .6);
    box-shadow: none
}

.custom-file-input:focus~.custom-file-label:after {
    border-color: rgba(136, 10, 31, .6)
}

.custom-file,
.custom-file-label {
    height: calc(2.5rem + 3px)
}

.custom-file-label:after,
.input-group>.custom-select:not(:first-child),
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:first-child),
.input-group>.form-control:not(:last-child) {
    outline: initial !important;
    box-shadow: none !important
}

.custom-file-label:after {
    height: calc((2.5rem + 2px) - 1px * 2);
    padding: .75rem .75rem .5rem
}

.custom-file-label:after,
.input-group>.custom-select:not(:first-child),
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:first-child),
.input-group>.form-control:not(:last-child) {
    background: #fff;
    color: #212121;
    border-color: #d7d7d7
}

.jumbotron {
    background: initial
}

.has-float-label>span,
.has-float-label label,
.has-top-label>span,
.has-top-label label {
    color: rgba(33, 33, 33, .7)
}

.noUi-connect {
    background: #880a1f
}

.noUi-connects {
    border-radius: .1rem
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: none
}

.noUi-handle {
    outline: initial;
    box-shadow: none !important
}

.noUi-horizontal {
    height: 8px
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -7px;
    border-color: #d7d7d7;
    background: #fff
}

.noUi-horizontal .noUi-tooltip {
    top: 120%;
    bottom: unset;
    padding-left: 10px;
    padding-right: 10px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #880a1f
}

.nav-pills .nav-link {
    border-radius: 50px
}

@media (max-width:767px) {
    .nav-link {
        padding: .5rem
    }
}

.nav-link.active {
    color: #880a1f
}

.page-item {
    padding: 10px
}

@media (max-width:767px) {
    .page-item {
        padding: 3px
    }
}

.page-item .page-link {
    outline: initial !important;
    box-shadow: none !important;
    line-height: 1.7;
    border-radius: 40px !important;
    min-width: 38px;
    text-align: center;
    height: 38px;
    padding: .55rem 0
}

@media (max-width:575px) {
    .page-item .page-link {
        min-width: 30px;
        height: 30px;
        line-height: .9;
        font-size: .76rem
    }
}

.page-item .page-link.next,
.page-item .page-link.prev {
    background: #880a1f;
    color: #fff;
    border: 1px solid #880a1f
}

.page-item .page-link.first,
.page-item .page-link.last {
    background: transparent;
    color: #880a1f;
    border: 1px solid #880a1f;
    border-radius: 30px
}

.page-item .page-link.first:hover,
.page-item .page-link.last:hover {
    background: #880a1f;
    color: #fff;
    border: 1px solid #880a1f
}

.page-item .page-link:hover {
    background-color: transparent;
    border-color: #b80d2a;
    color: #880a1f
}

.page-item.active .page-link {
    background: transparent;
    border: 1px solid #880a1f;
    color: #880a1f
}

.page-item.disabled .page-link {
    border-color: #d7d7d7;
    color: #d7d7d7;
    background: transparent
}

.page-link {
    background-color: transparent;
    border-color: transparent;
    color: #212121
}

.btn-sm.page-link {
    padding: .5rem
}

.pagination-lg .page-item {
    padding: 15px
}

@media (max-width:767px) {
    .pagination-lg .page-item {
        padding: 3px
    }
}

.pagination-lg .page-item .page-link {
    min-width: 50px;
    height: 50px
}

@media (max-width:767px) {
    .pagination-lg .page-item .page-link {
        min-width: 38px;
        height: 38px;
        padding: .55rem 0;
        line-height: 1.5;
        font-size: .8rem
    }
}

@media (max-width:575px) {
    .pagination-lg .page-item .page-link {
        min-width: 30px;
        height: 30px;
        line-height: .9;
        font-size: .76rem
    }
}

.pagination-sm .page-item {
    padding: 6px
}

@media (max-width:767px) {
    .pagination-sm .page-item {
        padding: 3px
    }
}

.pagination-sm .page-item .page-link {
    min-width: 30px;
    height: 30px;
    line-height: .9;
    font-size: .76rem
}

.popover {
    border-radius: .1rem;
    background-color: #fff;
    border-color: #d7d7d7
}

.popover .popover-body {
    color: #212121
}

.popover-header {
    background-color: transparent;
    border-bottom: initial
}

.tooltip-inner {
    padding: .5rem .75rem;
    color: #212121;
    background-color: #fff;
    border-radius: .1rem;
    border: 1px solid #d7d7d7
}

.tooltip.show {
    opacity: 1
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
    border-right-color: #d7d7d7
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
    border-left-color: #d7d7d7
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
    border-left-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
    border-bottom-color: #d7d7d7
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
    border-top-color: #d7d7d7
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
    border-top-color: #fff
}

.tooltip .arrow:after,
.tooltip .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=right] .arrow:after,
.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:after,
.bs-tooltip-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    left: 0;
    border-right-color: #d7d7d7
}

.bs-tooltip-auto[x-placement^=right] .arrow:after,
.bs-tooltip-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bs-tooltip-auto[x-placement^=right] .arrow:after,
.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:after,
.bs-tooltip-right .arrow:before {
    border-width: .4rem .4rem .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    bottom: 0;
    border-top-color: #d7d7d7
}

.bs-tooltip-auto[x-placement^=top] .arrow:after,
.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:after,
.bs-tooltip-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:after,
.bs-tooltip-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-tooltip-auto[x-placement^=top] .arrow:after,
.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:after,
.bs-tooltip-top .arrow:before {
    border-width: .4rem .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    top: 0;
    border-bottom-color: #d7d7d7
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:after,
.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:after,
.bs-tooltip-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:after,
.bs-tooltip-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    right: 0;
    border-left-color: #d7d7d7
}

.bs-tooltip-auto[x-placement^=left] .arrow:after,
.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:after,
.bs-tooltip-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:after,
.bs-tooltip-left .arrow:after {
    right: 0;
    border-left-color: #fff
}

.search-sm {
    position: relative
}

.search-sm input {
    background: none;
    outline: initial !important;
    border-radius: 15px;
    padding: .25rem .75rem;
    font-size: .76rem;
    line-height: 1.3;
    border: 1px solid #8f8f8f;
    color: #212121;
    height: unset !important;
}

.search-sm:after {
    font-family: simple-line-icons;
    content: "\E090";
    font-size: 14px;
    color: #8f8f8f;
    position: absolute;
    right: 10px;
    text-align: center;
    cursor: pointer;
    top: 2px
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0
}

.calendar-sm:after {
    content: "\e075"
}

.progress {
    height: 3px;
    background-color: #f3f3f3
}

.progress-bar {
    background-color: #880a1f
}

.progressbar-text {
    position: absolute;
    left: 0;
    width: 50px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #212121 !important
}

.progress-bar-circle {
    width: 54px;
    height: 54px
}

.progress-bar-circle svg path:first-of-type {
    stroke: #d7d7d7
}

.progress-bar-circle svg path:last-of-type {
    stroke: #880a1f
}

.progress-bar-circle.progress-bar-banner svg path:first-of-type {
    stroke: #ac5462
}

.progress-bar-circle.progress-bar-banner svg path:last-of-type {
    stroke: #fff
}

.progress-banner {
    height: 200px;
    background-image: linear-gradient(to right top, #5d0413, #a32337, #992235);
    transition: .5s;
    background-size: 200% auto;
    cursor: pointer
}

.progress-banner .lead {
    font-size: 1.5rem;
    margin-bottom: .5rem
}

@media (max-width:1199px) {
    .progress-banner .lead {
        font-size: 1.2rem;
        margin-bottom: .2rem
    }
}

.progress-banner i {
    font-size: 2.5rem;
    margin-bottom: 1rem
}

@media (max-width:1199px) {
    .progress-banner i {
        font-size: 2rem;
        margin-bottom: .2rem
    }
}

.progress-banner .progress-bar-circle.progress-bar-banner {
    width: 120px;
    height: 120px
}

@media (max-width:1199px) {
    .progress-banner .progress-bar-circle.progress-bar-banner {
        width: 80px;
        height: 80px
    }
}

.progress-banner .progress-bar-banner .progressbar-text {
    color: #fff !important;
    font-size: 1.7rem;
    width: 110px;
    font-weight: 300
}

@media (max-width:1199px) {
    .progress-banner .progress-bar-banner .progressbar-text {
        font-size: 1.2rem;
        margin-bottom: .2rem
    }
}

.progress-banner:hover {
    background-position: 100% 0
}

.br-theme-bootstrap-stars .br-widget a:after {
    color: #d7d7d7
}

.br-theme-bootstrap-stars .br-widget a.br-active:after,
.br-theme-bootstrap-stars .br-widget a.br-selected:after {
    color: #880a1f;
    font-weight: 900
}

.sortable {
    cursor: default
}

.sortable span {
    vertical-align: middle
}

.sortable-ghost {
    opacity: .5
}

.spinner {
    width: 36px;
    text-align: center
}

.spinner>div {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    animation: b 1.2s infinite ease-in-out both
}

.spinner .bounce1 {
    animation-delay: -.32s
}

.spinner .bounce2 {
    animation-delay: -.16s
}

@keyframes b {

    0%,
    80%,
    to {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.cropper-line,
.cropper-point {
    background-color: #880a1f
}

.cropper-view-box {
    outline-color: #880a1f;
    outline: #880a1f
}

.cropper-preview {
    overflow: hidden
}

#cropperContainer {
    height: 300px;
    display: none
}

.modal .modal-body,
.modal .modal-footer,
.modal .modal-header {
    padding: 1.4rem
}

.modal .modal-header {
    border-bottom: 1px solid #d7d7d7
}

.modal .modal-footer {
    border-top: 1px solid #d7d7d7
}

.modal .close {
    color: #212121;
    text-shadow: none
}

.modal .modal-content {
    border: initial;
    border-radius: .1rem;
    background: #fff
}

.modal-right {
    padding-right: 0 !important
}

.modal-right .modal-dialog {
    margin: 0 auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    max-width: 380px
}

.modal-right .modal-content {
    min-height: 100%
}

.modal-right .modal-header {
    flex: 0 0 120px
}

@media (max-width:1439px) {
    .modal-right .modal-header {
        flex: 0 0 90px
    }
}

@media (max-width:1199px) {
    .modal-right .modal-header {
        flex: 0 0 80px
    }
}

@media (max-width:767px) {
    .modal-right .modal-header {
        flex: 0 0 70px
    }
}

.modal-right .modal-footer {
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0
}

.modal-right.modal.fade .modal-dialog {
    transform: translate(25%)
}

.modal-right.modal.show .modal-dialog {
    transform: translate(0)
}

.modal-left .modal-dialog {
    margin: 0 auto;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    max-width: 380px
}

.modal-left .modal-content {
    min-height: 100%
}

.modal-left .modal-header {
    height: 120px
}

.modal-left .modal-footer {
    justify-content: center
}

.modal-left.modal.fade .modal-dialog {
    transform: translate(-25%)
}

.modal-left.modal.show .modal-dialog {
    transform: translate(0)
}

.auth-card {
    display: flex;
    flex-direction: row;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04)
}

.auth-card .image-side {
    width: 40%;
    /*background: url(../images/img-retail1.jpg) no-repeat top;*/
    background-size: cover;
    padding: 80px 40px;
    /*background-position-y: -80px;*/
}

.auth-card .image-side .h3 {
    line-height: .8rem
}

.auth-card .form-side {
    width: 60%;
    padding: 80px
}

@media (max-width:991px) {
    .auth-card {
        flex-direction: column
    }

    .auth-card .form-side,
    .auth-card .image-side {
        width: 100%;
        padding: 60px
    }
}

@media (max-width:767px) {
    .auth-card p.h2 {
        font-size: 1.6rem
    }
}

@media (max-width:575px) {
    .auth-card {
        flex-direction: column
    }

    .auth-card .form-side,
    .auth-card .image-side {
        padding: 35px 30px
    }

    .auth-card .logo-single {
        margin-bottom: 20px
    }

    .auth-card p.h2 {
        font-size: 1.4rem
    }
}

.html-editor {
    height: 350px
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover {
    color: #880a1f
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: #880a1f
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar button:hover .ql-stroke-mitter {
    stroke: #880a1f
}

.ql-container.ql-snow,
.ql-toolbar.ql-snow {
    border-color: #d7d7d7
}

.html-editor-bubble {
    height: 200px
}

.html-editor-bubble .ql-editor {
    border: 1px solid #d7d7d7
}

.ql-tooltip {
    z-index: 10
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,
.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    height: 350px
}

.ck.ck-button,
a.ck.ck-button {
    color: #d7d7d7
}

.ck.ck-button.ck-on,
.ck.ck-button.ck-on:not(.ck-disabled):focus,
.ck.ck-button.ck-on:not(.ck-disabled):hover,
.ck.ck-button:not(.ck-disabled):focus,
.ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button.ck-on,
a.ck.ck-button.ck-on:not(.ck-disabled):focus,
a.ck.ck-button.ck-on:not(.ck-disabled):hover,
a.ck.ck-button:not(.ck-disabled):focus,
a.ck.ck-button:not(.ck-disabled):hover {
    background: initial;
    color: #880a1f;
    box-shadow: none;
    outline: initial
}

.ck.ck-toolbar__separator {
    background: #d7d7d7
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused),
.ck.ck-toolbar {
    border-color: #d7d7d7
}

.ck.ck-editor__main>.ck-editor__editable {
    background: #fff
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners {
    box-shadow: none !important
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-focused {
    border-color: #d7d7d7
}

.ck.ck-toolbar {
    background: #fff !important
}

.mind-icons .glyph,
.simple-line-icons .glyph {
    width: 14.28%;
    text-align: center;
    float: left;
    height: 100px
}

.mind-icons .glyph .fa,
.mind-icons .glyph .glyph-icon,
.simple-line-icons .glyph .fa,
.simple-line-icons .glyph .glyph-icon {
    font-size: 32px
}

.mind-icons .glyph .author-name,
.simple-line-icons .glyph .author-name {
    display: none
}

.mind-icons .glyph .class-name,
.simple-line-icons .glyph .class-name {
    font-size: .76rem;
    color: #909090 !important
}

@media (max-width:1199px) {

    .mind-icons .glyph,
    .simple-line-icons .glyph {
        width: 16.66%
    }
}

@media (max-width:991px) {

    .mind-icons .glyph,
    .simple-line-icons .glyph {
        width: 20%
    }
}

@media (max-width:767px) {

    .mind-icons .glyph,
    .simple-line-icons .glyph {
        width: 25%
    }
}

@media (max-width:575px) {

    .mind-icons .glyph,
    .simple-line-icons .glyph {
        width: 50%
    }
}

.chart-container {
    height: 300px
}

.theme-colors {
    width: 280px;
    position: fixed;
    z-index: 1030;
    top: 50%;
    right: 0;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    transform: translate(280px, -50%);
    padding-top: 10px;
    padding-bottom: 10px
}

.theme-colors.default-transition {
    transition: transform .4s ease-out
}

.theme-colors .theme-button {
    position: absolute;
    left: -32px;
    background: #fff;
    padding: 13px 7px;
    border-radius: .2rem;
    color: #212121;
    box-shadow: -2px 0 5px rgba(0, 0, 0, .04);
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #880a1f
}

.theme-colors .theme-color {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 20px;
    transition: background .25s
}

.theme-colors .theme-color.active,
.theme-colors .theme-color:hover {
    background: #fff
}

.theme-colors .theme-color-purple {
    border: 3px solid #922c88;
    background: #922c88
}

.theme-colors .theme-color-blue {
    border: 3px solid #145388;
    background: #145388
}

.theme-colors .theme-color-orange {
    border: 3px solid #e2863b;
    background: #e2863b
}

.theme-colors .theme-color-green {
    border: 3px solid #576a3d;
    background: #576a3d
}

.theme-colors .theme-color-red {
    border: 3px solid #880a1f;
    background: #880a1f
}

.theme-colors.shown {
    transform: translateY(-50%)
}

.loading {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(146, 44, 136, .2);
    border-radius: 50%;
    border-top-color: #880a1f;
    animation: c 1s ease-in-out infinite;
    -webkit-animation: c 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    position: fixed;
    z-index: 1
}

@keyframes c {
    to {
        -webkit-transform: rotate(1turn)
    }
}

.library-app .sfl-selected-item,
.select-from-library-container .sfl-selected-item {
    display: none
}

.library-app .list,
.select-from-library-container .list {
    margin-bottom: -1.5rem
}

@media (max-width:1199px) {

    .library-app .drop-area-container,
    .select-from-library-container .drop-area-container {
        margin-bottom: 1.5rem
    }
}

.library-app .drop-area,
.select-from-library-container .drop-area {
    min-height: 750px;
    height: 100%
}

.library-app .drop-area .card-body,
.library-app .drop-area .dropzone,
.library-app .drop-area form,
.select-from-library-container .drop-area .card-body,
.select-from-library-container .drop-area .dropzone,
.select-from-library-container .drop-area form {
    height: 100%
}

@media (max-width:1199px) {

    .library-app .drop-area,
    .select-from-library-container .drop-area {
        min-height: 220px;
        height: 100%
    }
}

.library-app .drop-area .dropzone .dz-preview.dz-image-preview,
.select-from-library-container .drop-area .dropzone .dz-preview.dz-image-preview {
    width: calc(100% - 32px)
}

@media (max-width:1199px) {

    .library-app .drop-area .dropzone .dz-preview.dz-image-preview,
    .select-from-library-container .drop-area .dropzone .dz-preview.dz-image-preview {
        width: calc(50% - 32px)
    }
}

@media (max-width:991px) {

    .library-app .drop-area .dropzone .dz-preview.dz-image-preview,
    .select-from-library-container .drop-area .dropzone .dz-preview.dz-image-preview {
        width: calc(100% - 32px)
    }
}

.library-app .preview-area,
.select-from-library-container .preview-area {
    min-height: 750px;
    height: 100%
}

.library-app .preview-area .card-body,
.select-from-library-container .preview-area .card-body {
    height: 100%
}

@media (max-width:1199px) {

    .library-app .preview-area .card-img-top,
    .select-from-library-container .preview-area .card-img-top {
        height: 220px;
        width: 220px;
        object-fit: cover
    }
}

@media (max-width:575px) {

    .library-app .preview-area .card-img-top,
    .select-from-library-container .preview-area .card-img-top {
        height: 180px;
        width: 100%;
        object-fit: cover
    }
}

@media (max-width:1199px) {

    .library-app .preview-area,
    .select-from-library-container .preview-area {
        min-height: 220px;
        height: 220px;
        margin-bottom: 1.5rem
    }
}

@media (max-width:575px) {

    .library-app .preview-area,
    .select-from-library-container .preview-area {
        height: auto
    }
}

@media (max-width:1199px) {

    .library-app .preview-area.preview-area-audio,
    .select-from-library-container .preview-area.preview-area-audio {
        height: auto
    }
}

.library-app .preview-area .video-view,
.select-from-library-container .preview-area .video-view {
    height: 301px
}

@media (max-width:1199px) {

    .library-app .preview-area .video-view,
    .select-from-library-container .preview-area .video-view {
        height: 100%;
        width: 220px
    }
}

@media (max-width:575px) {

    .library-app .preview-area .video-view,
    .select-from-library-container .preview-area .video-view {
        height: 180px;
        width: 100%
    }
}

.library-app .preview-area .video-view .video-js,
.select-from-library-container .preview-area .video-view .video-js {
    width: 100%;
    height: 100%;
    background-color: #f8f8f8
}

.library-app .preview-area .video-view .video-js .vjs-poster,
.select-from-library-container .preview-area .video-view .video-js .vjs-poster {
    background-size: cover
}

.library-app .preview-area .audio-view,
.select-from-library-container .preview-area .audio-view {
    height: 60px
}

.library-app .preview-area .audio-view .video-js.audio,
.select-from-library-container .preview-area .audio-view .video-js.audio {
    width: 100%;
    height: 100%
}

.library-app .media-thumb-container,
.select-from-library-container .media-thumb-container {
    height: 105px;
    padding: 20px 30px
}

.library-app .media-thumb-container.active-default,
.select-from-library-container .media-thumb-container.active-default {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}

.library-app .media-thumb-container .card-body,
.select-from-library-container .media-thumb-container .card-body {
    padding-left: 1rem
}

@media (max-width:575px) {

    .library-app .media-thumb-container,
    .select-from-library-container .media-thumb-container {
        padding: 1.5rem
    }
}

.library-app .list-media-thumbnail,
.select-from-library-container .list-media-thumbnail {
    border-radius: .1rem;
    padding: 0;
    border: initial;
    height: auto;
    max-width: unset;
    width: 55px;
    height: 45px;
    object-fit: cover
}

.library-app .media-thumbnail-icon,
.select-from-library-container .media-thumbnail-icon {
    width: 60px;
    height: 45px
}

.library-app .media-thumbnail-icon i,
.select-from-library-container .media-thumbnail-icon i {
    font-size: 35px;
    margin: 0 auto;
    line-height: 48px;
    color: #880a1f
}

.library-app .dropzone.disabled,
.select-from-library-container .dropzone.disabled {
    opacity: .4
}

.library-app .dropzone.disabled .dropzone-message,
.select-from-library-container .dropzone.disabled .dropzone-message {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    display: block;
    text-align: center
}

.select-from-library-container {
    margin-bottom: -2rem
}

.select-from-library-button,
.selected-library-item {
    border: 1px solid #d7d7d7;
    height: 110px
}

.select-from-library-button .card,
.selected-library-item .card {
    box-shadow: none
}

.select-from-library-button {
    cursor: pointer;
    border-style: dashed
}

.delete-library-item {
    font-size: 18px
}

.select-from-library .modal-content {
    background: #f8f8f8 !important;
    height: 100%
}

.select-from-library .modal-content .ps__thumb-y {
    right: 14px
}

.select-from-library .list {
    margin: 0
}

.select-from-library .list .row {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.select-from-library .media-thumb-container.card {
    height: 175px
}

.select-from-library img.list-media-thumbnail {
    width: 100%;
    height: 105px;
    object-fit: cover
}

.select-from-library .modal-body.scroll {
    margin-right: 0
}

.select-from-library .dropzone-container {
    flex: 0 0 auto
}

.select-from-library .folder-button-collapse {
    display: inline-block;
    border-radius: initial;
    width: 100%;
    text-align: left;
    margin-bottom: 1rem
}

.select-from-library .folder-button-collapse .icon-container {
    margin-right: .5rem;
    display: inline-block
}

.select-from-library .folder-button-collapse .icon-container i {
    display: inline-block;
    font-size: 14px;
    margin: 0 auto;
    transform: rotate(0deg);
    transition: transform .3s
}

.select-from-library .folder-button-collapse .folder-name {
    line-height: 22px;
    display: inline-block;
    font-size: 1rem
}

.select-from-library .folder-button-collapse.collapsed .icon-container i {
    transform: rotate(-90deg)
}

.select-from-library .dropzone {
    min-height: 160px;
    height: 100%;
    border: initial
}

.select-from-library .dz-default.dz-message {
    top: 75px
}

.select-from-library .dropzone .dz-preview.dz-image-preview {
    width: calc(100% - 32px)
}

.video-js .vjs-big-play-button {
    background: #fff;
    height: 1.2em;
    border-radius: .75em;
    line-height: normal;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5em;
    width: 2.5em;
    border: .06666em solid #fff
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    color: #880a1f
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.vjs-control {
    text-shadow: none !important;
    outline: initial !important
}

.video-js .vjs-control-bar {
    background: initial;
    margin: 1.75rem;
    width: calc(100% - 3.5rem)
}

.video-js .vjs-control-bar .vjs-control.vjs-button,
.video-js .vjs-control-bar .vjs-remaining-time,
.video-js .vjs-control-bar .vjs-volume-panel {
    margin-right: .5em;
    background: #fff;
    color: #880a1f;
    border-radius: 15px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}

.video-js .vjs-control-bar .vjs-progress-control.vjs-control {
    background: #fff;
    border-radius: 15px;
    margin-right: .5em;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}

.video-js .vjs-control-bar .vjs-mute-control.vjs-control {
    box-shadow: none
}

.video-js .vjs-control-bar .vjs-progress-holder {
    height: 3px;
    font-size: 1.6em !important
}

.video-js .vjs-control-bar .vjs-load-progress,
.video-js .vjs-control-bar .vjs-load-progress div {
    background-color: rgba(136, 10, 31, .2)
}

.video-js .vjs-control-bar .vjs-play-progress:before {
    font-size: .55em;
    top: -.2em
}

.video-js .vjs-control-bar .vjs-progress-holder {
    margin: 0 17px
}

.video-js .vjs-control-bar .vjs-slider {
    text-shadow: none !important;
    outline: initial !important;
    background-color: #dadada
}

.video-js .vjs-control-bar .vjs-play-progress {
    background: #880a1f
}

.video-js .vjs-control-bar .vjs-play-progress:before {
    color: #880a1f
}

.video-js .vjs-control-bar .vjs-volume-horizontal {
    margin-left: -1.5em;
    width: 4em
}

.video-js .vjs-control-bar .vjs-volume-panel .vjs-volume-level {
    background: #880a1f
}

.video-js.audio {
    background: initial
}

.video-js.audio .vjs-big-play-button {
    display: none
}

.video-js.audio .vjs-control-bar {
    display: flex
}

.video-js.audio .vjs-fullscreen-control {
    display: none
}

.video-js.audio .vjs-control-bar {
    margin-bottom: 0
}

.video-js.audio .vjs-control.vjs-button,
.video-js.audio .vjs-progress-control.vjs-control,
.video-js.audio .vjs-remaining-time,
.video-js.audio .vjs-volume-panel {
    box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .2)
}

.video-js.audio .vjs-mute-control {
    box-shadow: none !important
}

.video-js.audio .vjs-loading-spinner {
    display: none !important
}

.context-menu-list {
    box-shadow: none;
    border-radius: .1rem;
    background: #fff;
    border-color: rgba(33, 33, 33, .15);
    padding: .5rem 0
}

.context-menu-item {
    padding: .75rem 1.5rem;
    background: #fff;
    color: #212121
}

.context-menu-item.context-menu-hover {
    color: #212121;
    text-decoration: none;
    background-color: #f8f8f8
}

.context-menu-item span {
    font-family: Nunito, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    margin-left: .5rem
}

.list .card.active,
.list .card.context-menu-active {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}

.timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: #fff;
    left: 50%;
    margin-left: -1.5px
}

@media (max-width:991px) {
    .timeline:before {
        left: 45px
    }
}

.timeline>li {
    margin-bottom: 120px;
    position: relative;
    width: 50%;
    float: left;
    clear: left
}

@media (max-width:991px) {
    .timeline>li {
        width: 100%;
        margin-bottom: 30px
    }
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-panel {
    width: calc(100% - 60px);
    float: left;
    position: relative
}

@media (max-width:991px) {
    .timeline>li>.timeline-panel {
        float: right;
        width: calc(100% - 120px);
        margin-right: 15px
    }
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 16px;
    right: -7px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-left: 7px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 7px solid transparent;
    content: " "
}

@media (max-width:991px) {
    .timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 7px;
        left: -7px;
        right: auto
    }
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}

.timeline>li.timeline-inverted>.timeline-panel:after,
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 7px;
    left: -7px;
    right: auto
}

.timeline .timeline-badge>a {
    color: #fff !important
}

.timeline>li.timeline-inverted {
    float: right;
    clear: right
}

.timeline>li:nth-child(2) {
    margin-top: 120px
}

@media (max-width:991px) {
    .timeline>li:nth-child(2) {
        margin-top: 0
    }
}

.timeline .no-float {
    float: none !important
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    background-color: #880a1f;
    right: -30px;
    border-radius: 30px;
    padding-top: 18px
}

@media (max-width:991px) {
    .timeline>li>.timeline-badge {
        left: 15px;
        right: auto
    }
}

.timeline>li.timeline-inverted>.timeline-badge {
    right: auto;
    left: -30px
}

@media (max-width:991px) {
    .timeline>li.timeline-inverted>.timeline-badge {
        left: 15px
    }
}

.price-container .price-item .card {
    height: 100%
}

.price-container .price-item .card-body {
    text-align: center
}

@media (max-width:991px) {
    .price-container .price-item .card-body {
        text-align: left
    }
}

@media (max-width:575px) {
    .price-container .price-item .card-body {
        text-align: center
    }
}

.price-container .price-item .price-top-part {
    text-align: center
}

@media (max-width:991px) {
    .price-container .price-item .price-top-part {
        padding-left: 0;
        padding-right: 0;
        width: 40%
    }
}

@media (max-width:575px) {
    .price-container .price-item .price-top-part {
        width: auto
    }
}

.price-container .price-item .price-feature-list {
    justify-content: space-between
}

@media (max-width:991px) {
    .price-container .price-item .price-feature-list {
        min-height: 220px
    }
}

.price-container .price-item .price-feature-list ul {
    margin: 0 auto;
    align-self: flex-start;
    margin-bottom: 1rem
}

@media (max-width:991px) {
    .price-container .price-item .price-feature-list ul {
        margin-left: 0
    }
}

@media (max-width:575px) {
    .price-container .price-item .price-feature-list ul {
        margin: 0 auto
    }
}

@media (max-width:991px) {
    .price-container .price-item .price-feature-list a {
        padding-left: 0
    }
}

@media (max-width:575px) {
    .price-container .price-item .price-feature-list a {
        padding-left: 2.6rem
    }
}

.table td,
.table th {
    border-color: #f3f3f3 !important
}

.table-striped tbody tr:nth-of-type(odd),
.table .thead-light th {
    background-color: #f3f3f3 !important
}

.feature-row {
    margin-top: 80px
}

@media (max-width:767px) {
    .feature-row {
        margin-top: 40px
    }
}

@media print {
    body {
        background: #fff;
        height: 100%
    }

    main {
        margin: 0 !important
    }

    .navbar,
    .sidebar,
    .theme-colors,
    main .container-fluid .row:not(.invoice) {
        display: none
    }

    .invoice {
        width: 100%;
        max-width: 100%
    }

    .invoice.row {
        margin: 0
    }

    .invoice [class*=col] {
        padding: 0
    }

    .invoice .invoice-contents {
        width: 100%;
        max-width: 100% !important;
        height: 1370px !important
    }
}

.dropdown-menu .divider { border: 0.5px solid rgba(33, 33, 33, .15) }

/* Background Body Purple END*/

/* CSS ROUNDED DORE MERAH BARU */

.rounded .alert-primary.animated {
    border-radius: .75rem;
}

.rounded .popover,.rounded .tooltip-inner {
    border-radius: .75rem;
}

.rounded .border-radius {
    border-radius: .75rem;
}

.rounded .vjs-poster,.rounded .vjs-tech {
    border-radius: .75rem;
}

.rounded .dashboard-top-rated .glide img {
    border-radius: .75rem;
}

.rounded .app-menu {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
}

.rounded .sub-menu {
    border-radius: 0 .75rem .75rem 0;
}

.rounded .auth-card .image-side {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
}

@media (max-width:991px) {
    .rounded .auth-card .image-side {
        border-bottom-right-radius: initial;
        border-bottom-left-radius: initial;
        border-top-left-radius: .75rem;
        border-top-right-radius: .75rem;
    }
}

.rounded .card-img,.rounded .card-img-fluid,.rounded .card-img-overlay {
    border-radius: .75rem;
}

.rounded.menu-sub-hidden .main-menu,.rounded.sub-hidden .main-menu {
    border-radius: 0 .75rem .75rem 0 !important;
}

.rounded.sub-show-temporary .main-menu {
    border-radius: initial !important;
}

.rounded .dropdown-menu {
    border-radius: .75rem;
}

.rounded .btn.default {
    border-radius: .1rem;
}

.rounded .list-thumbnail {
    border-radius: .75rem;
}

.rounded .card-img-bottom,.rounded .card-img-bottom .vjs-poster,.rounded .card-img-bottom .vjs-tech {
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
}

.rounded .card-img-top,.rounded .card-img-top .vjs-poster,.rounded .card-img-top .vjs-tech {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

.rounded .card-img-left {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
    border-top-right-radius: initial!important;
    border-bottom-right-radius: initial!important;
}

.rounded .card-img-right {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
    border-top-left-radius: initial!important;
    border-bottom-left-radius: initial!important;
}

.rounded .card {
    border-radius: .75rem;
}

.rounded .card.auth-card {
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
}

@media (max-width:991px) {
    .rounded .card.auth-card {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem;
        border-bottom-right-radius: .75rem;
        border-bottom-left-radius: .75rem;
    }
}

.rounded .invalid-tooltip,.rounded .valid-tooltip,.rounded div.error {
    border-radius: 10px;
}

.rounded .data-table-rows table tbody tr {
    border-radius: .75rem;
}

.rounded .data-table-rows table td {
    background: #fff;
}

.rounded .data-table-rows table td:first-child {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
}

.rounded .data-table-rows table td:last-child {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
}

.panel-settings:after {
    clear: both;
    content: "";
    display: table;
}

/*SW MAIN*/
.sw-main {
	box-shadow: initial
}

.sw-main>ul.step-anchor {
	padding: 0 .75rem;
	background: initial
}

.sw-main .step-content {
	background: initial
}

.sw-main.sw-theme-default>ul.step-anchor>li>a {
	font-weight: 700
}

.sw-main.sw-theme-default>ul.step-anchor>li>a::after {
	content: initial!important
}

.sw-main.sw-theme-default>ul.step-anchor>li.active>a::before {
	content: " ";
	position: absolute;
	background: #880a1f;
	width: calc(100% - 1rem);
	border-radius: 10px;
	height: 5px;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}

.sw-main>.btn-toolbar.sw-toolbar.sw-toolbar-bottom {
	background: initial;
	padding: 1.75rem
}

@media (max-width:575px) {
	.sw-main>.btn-toolbar.sw-toolbar.sw-toolbar-bottom {
		padding: 1.5rem
	}
}

.sw-main>ul.step-anchor>li.active>a {
	color: #880a1f!important
}

.sw-main>ul.step-anchor>li>a,
.sw-main>ul.step-anchor>li>a:focus,
.sw-main>ul.step-anchor>li>a:hover {
	color: #d7d7d7
}

.sw-main .step-content {
	padding: initial
}

.sw-main>ul.step-anchor>li.done>a {
	color: #3a3a3a!important
}

.sw-main.sw-theme-check>ul.step-anchor>li>a:before,
.sw-main.sw-theme-dots>ul.step-anchor>li>a:before {
	left: 50%;
	transform: translateX(-50%);
	background: #f3f3f3;
	bottom: 5px;
	width: 24px;
	height: 24px;
    top: unset;
}

.sw-main.sw-theme-check>ul.step-anchor>li>a:after,
.sw-main.sw-theme-dots>ul.step-anchor>li>a:after {
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	bottom: 3px;
	background: #fff;
    top: unset;
}

.sw-main.sw-theme-check>ul.step-anchor>li.done>a:after,
.sw-main.sw-theme-dots>ul.step-anchor>li.done>a:after {
	background: #880a1f
}

.sw-main.sw-theme-dots>ul.step-anchor>li.active>a:after {
	background: initial;
	border: 2px solid #880a1f
}

.sw-main.sw-theme-check>ul.step-anchor:before,
.sw-main.sw-theme-dots>ul.step-anchor:before {
	background: #f3f3f3;
	height: 1px;
	width: calc(100% - 3rem);
	left: 50%;
	transform: translateX(-50%);
	top: 67px
}

.sw-main.sw-theme-check>ul.step-anchor>li.active>a:after {
	background: #880a1f
}

.sw-main.sw-main.sw-theme-check>ul.step-anchor>li.done>a:after {
	background: initial;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23008ECC' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.sw-main>ul.step-anchor>li.clickable>a:hover {
	color: #184f90!important
}

.sw-main>.btn-toolbar.sw-toolbar.sw-toolbar-bottom .btn-group {
	margin-right: 0!important
}

.sw-main .custom-toolbar {
	height: auto!important;
	min-height: auto!important
}

.sw-theme-check>ul.step-anchor:before,
.sw-theme-check>ul.step-anchor>li>a,
.sw-theme-dots>ul.step-anchor:before,
.sw-theme-dots>ul.step-anchor>li>a {
	z-index: 1
}

/* PERBAIKI POSISI HALAMAN LOGIN */
.login .footer.clearfix {
    position: absolute;
    z-index: 4;
    color: #fff;
    bottom: 0;
    width: 100%;
    left: 0;
}
/* END CSS ROUNDED DORE MERAH BARU */
.sw-main.step-kerja>ul.step-anchor>li.active>a {
    color: #880a1f!important;
}
.sw-main.sw-theme-check.step-kerja>ul.step-anchor>li.active>a:after {
    background: #880a1f;
}
.sw-main.sw-theme-check.step-kerja>ul.step-anchor>li.done>a:after {
    background: initial;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23880A1F' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.modal-content {
    border-radius: .75rem !important;
}
.modal-right .modal-content{
    border-radius: 0.75rem 0 0 0.75rem !important;
}
.modal-left .modal-content{
    border-radius: 0 0.75rem 0.75rem 0!important;
}


/* TAMABAHAN MENU UL*/
.sidebar .sub-menu ul.inner-level-menu {
	display: block!important
}
.sidebar .sub-menu ul .sub-menu-2 {
	margin-left: 20px !important;
	margin-bottom: 0 !important;
	position: relative !important;
}
.sidebar .sub-menu ul li {
	margin-left: 20px !important;
}
.sidebar .sub-menu ul a.sub-menu-2 {
	opacity: .5;
	font-size: 13px;
	display: block;
	padding: 8px 0;
	margin-bottom: 10px !important;
}
.sidebar .sub-menu ul a.sub-menu-2>i {
	font-size: 1.3em;
	margin-right: 10px;
	color: #8f8f8f;
	vertical-align: middle;
	display: inline-block;
}

.navbar .notification-dropdown {
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	width: 305px;
	max-width: 330px;
	height: 300px;
}

.navbar .notification-dropdown a.nav-link {
	padding: 0.75rem 0.75rem 0.75rem;
}

.navbar .notification-dropdown .tab-pane {
	margin-top:10px;
	max-height: 230px;
}

.navbar .notification-dropdown .count {
    font-size: 9px;
    border: 1px solid #880a1f;
    border-radius: 10px;
    position: relative;
    width: 18px;
    height: 15px;
    text-align: center;
    font-weight: 700;
    top: -7px;
    right: -2px;
    line-height: 14px;
    color: #fff !important;
    background-color: #880a1f !important;
    padding: 0px 3px;
}

.navbar .notification-dropdown .count.pelaporan {
    background-color: #880a1f !important;
}

.navbar .notification-dropdown .count.pengkajian {
    background-color: #880a1f !important;
}
