

:root {
    --primary-color: #0c1c46;
    --secondary-color: #506ff2;
    --third-color: #6F74E8
}

* {
    font-family: Lato, sans-serif
}


.ql-snow .ql-editor span.ql-link {
    color: inherit !important;
    text-decoration: none !important
}

.main-header {
    position: relative;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #D8D8D8;
    box-shadow: 0 1px 5px #0000001a !important
}

.logo-holder {
    padding: .9rem 3.2rem;
    border-right: 1px solid #D8D8D8
}

.menu-contain {
    position: absolute;
    text-align: right;
    height: 9rem;
    padding-right: 2rem;
    top: 2rem;
    right: 0
}

.floating {
    float: left;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out
}

.localisation-input .edit-span {
    text-align: left !important
}

.p-sidebar .p-sidebar-header {
    padding: 0 !important;
    display: none !important
}

.p-sidebar .p-sidebar-content {
    padding: 0 !important
}

.p-component-overlay .p-confirm-dialog {
    width: 40%
}

.p-component-overlay .p-confirm-dialog .p-dialog-footer {
    text-align: center
}

.p-component-overlay .p-confirm-dialog .p-dialog-footer button {
    padding: 9px 24px 10px !important
}

.p-component-overlay .p-confirm-dialog .p-dialog-footer button.p-confirm-dialog-reject {
    padding: 0;
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: transparent;
    border: transparent;
    color: #0a1747;
    margin-right: 15px;
    border: solid 1px #0A1747
}

.p-component-overlay .p-confirm-dialog .p-dialog-footer button.p-confirm-dialog-reject i {
    font-size: 17px;
    margin-right: 5px
}

.p-component-overlay .p-confirm-dialog .p-dialog-footer button.p-confirm-dialog-reject:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.p-component-overlay .p-confirm-dialog .p-dialog-footer button.p-confirm-dialog-reject:focus {
    background-color: #dfe4f6
}

.p-component-overlay .p-confirm-dialog .p-dialog-footer button.p-confirm-dialog-reject:disabled {
    color: #b6bacb;
    border-color: #b6bacb
}

.p-component-overlay .p-confirm-dialog .p-dialog-footer button.p-confirm-dialog-accept {
    padding: 0;
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: #0a1747 !important;
    border: none
}

.p-component-overlay .p-confirm-dialog .p-dialog-footer button.p-confirm-dialog-accept i {
    font-size: 17px;
    margin-right: 5px
}

.p-component-overlay .p-confirm-dialog .p-dialog-footer button.p-confirm-dialog-accept:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.p-component-overlay .p-confirm-dialog .p-dialog-footer button.p-confirm-dialog-accept:focus {
    background-color: #1f306e
}

.p-component-overlay .p-confirm-dialog .p-dialog-footer button.p-confirm-dialog-accept:disabled {
    background-color: #e1e4ee;
    color: #b6bacb
}

.pointer {
    cursor: pointer
}

.scaling {
    float: left;
    -webkit-animation-name: scalex;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: scale;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out
}

.ui-widget-overlay {
    background: #6666 !important;
    opacity: 1 !important
}

.big-letter {
    font-size: 30px !important
}

.p-sidebar-bottom {
    height: 90% !important;
    padding: 0 !important;
    overflow: scroll
}

.p-treenode-selectable {
    background-color: #fff;
    outline: none;
    outline-color: #fff;
    color: #585858
}

.p-tree .p-tree-container .p-treenode .p-treenode-content {
    padding: 0rem 0rem 1rem !important
}

.p-sidebar-right {
    width: 80em !important;
    border: 1px solid #D5D5D5;
    background-color: #f1f3f4 !important;
    height: 100vh;
    overflow-y: auto
}

.p-tree .p-tree-container .p-treenode:focus>.p-treenode-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none !important
}

.revit-sidebar .p-sidebar {
    width: 100% !important
}

@media screen and (max-width: 449px) {
    .revit-sidebar .p-sidebar {
        width: 50% !important
    }
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.center {
    text-align: center
}

.center-image {
    display: block;
    margin: auto
}

.container-fluid {
    padding: 0 !important
}

.required-star:after {
    color: #e32;
    content: " *";
    display: inline
}

.form-control:focus {
    border-color: #0c1c46 !important;
    box-shadow: inset 0 1px 1px #00000013, 0 0 8px #16f0a913
}

.form-control {
    border-radius: 0 !important
}

.input-group-lg {
    width: 100%
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #506ff2 !important;
    box-shadow: 0 1px #506ff2 !important
}

.input-group-addon {
    border-radius: 0 !important;
    background-color: #fff !important
}

.secondary {
    color: #506ff2
}

.primary {
    color: #0c1c46
}

.text-danger {
    transition: all linear .5s
}

.text-danger {
    color: #a94442;
    padding-left: 15px
}

textarea.md-textarea {
    overflow-y: scroll !important
}

.resized .phone-indicator {
    width: 200px !important;
    padding-bottom: 10px !important;
    padding-top: 13px
}

.new-a {
    color: #000;
    text-decoration: underline
}

.new-a:hover {
    color: #72e5ab;
    font-weight: 600
}

.question-label {
    font-size: 21px;
    margin-bottom: 30px
}

.thick-hr {
    border-top: 2px solid #eee
}

@media screen and (max-width: 580px) {
    .device {
        display: none !important
    }

    .desk {
        display: block
    }
}

@media screen and (min-width: 580px) {
    .desk {
        display: none !important
    }

    .device {
        display: block
    }
}

@media screen and (min-width: 900px) {
    .tablet {
        display: block
    }

    .no-tablet {
        display: none !important
    }
}

@media screen and (max-width: 900px) {
    .tablet {
        display: none !important
    }

    .no-tablet {
        display: block
    }
}

.w-300-w {
    width: 300px
}

.btn-primary-color {
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #0c1c46;
    display: block;
    margin: 20px auto;
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 5px;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    padding: 0 50px
}

.btn-primary-color:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1)
}

.btn-primary-color:focus {
    outline: none
}

.btn-success-color {
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #4bb543;
    display: block;
    margin: 20px auto;
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 5px;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    padding: 0 50px
}

.btn-success-color:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1)
}

.btn-success-color:focus {
    outline: none
}

.btn-danger-color {
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #bb2124;
    display: block;
    margin: 20px auto;
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 5px;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    padding: 0 50px
}

.btn-danger-color:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1)
}

.btn-danger-color:focus {
    outline: none
}

.btn-secondary-color {
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 200px;
    background: #506ff2;
    display: block;
    margin: 20px auto;
    border: 0px;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0 0 #506ff2 inset
}

.btn-secondary-color:focus {
    outline: none
}

.btn-primary-border {
    text-align: center;
    line-height: 50px;
    padding: 0 15px;
    background: #fff;
    display: block;
    margin: 20px auto;
    border: 0px;
    border-radius: 5px;
    color: #0c1c46;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: .1s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0 0 #0c1c46 inset;
    border: 1px solid #0c1c46
}

.btn-primary-border:hover {
    box-shadow: inset 0 0 0 2px #0c1c46
}

.btn-primary-border:focus {
    outline: none
}

.btn-secondary-border {
    text-align: center;
    line-height: 50px;
    width: 200px;
    background: #fff;
    display: block;
    margin: 20px auto;
    border: 0px;
    color: #506ff2;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: .1s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0 0 #506ff2 inset;
    border: 1px solid #506ff2
}

.btn-secondary-border:hover {
    box-shadow: inset 0 0 0 2px #506ff2
}

.btn-secondary-border:focus {
    outline: none
}

.btn-yes {
    text-align: center;
    background: #fff;
    display: block;
    margin: 5px auto;
    border: 0px;
    color: #00b77d;
    box-shadow: 0 0 1px #ccc;
    box-shadow: 0 0 #00b77d inset;
    border: 1px solid #00b77d;
    padding: 10px
}

.btn-yes:focus {
    outline: none
}

.btn-yes:hover {
    background-color: #30e3aa1a
}

.btn-yes-filled {
    text-align: center;
    background: #fff;
    display: block;
    margin: 5px auto;
    border: 0px;
    background-color: #00b77d;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    box-shadow: 0 0 #00b77d inset;
    border: 1px solid #00b77d;
    padding: 10px
}

.btn-yes-filled:focus {
    outline: none
}

.btn-yes-filled:hover {
    background-color: #00b77db5
}

.btn-no {
    text-align: center;
    color: #e91e63;
    border: solid 1px #e91e63;
    display: block;
    margin: 5px auto;
    background-color: #fff;
    box-shadow: 0 0 1px #ccc;
    box-shadow: 0 0 #ffde9a inset;
    padding: 10px
}

.btn-no:focus {
    outline: none
}

.btn-no:hover {
    background-color: #e920631a
}

.btn-gray-border {
    text-align: center;
    color: #9e9e9e;
    border: solid 1px #9E9E9E;
    display: block;
    margin: 5px auto;
    background-color: #fff;
    box-shadow: 0 0 1px #ccc;
    box-shadow: 0 0 #ffde9a inset;
    padding: 10px
}

.btn-gray-border:focus {
    outline: none
}

.btn-gray-border:hover {
    background-color: #0000001a
}

.btn-gray-fill {
    text-align: center;
    background-color: #c2c2c2;
    border: solid 1px #c2c2c2;
    display: block;
    margin: 5px auto;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    box-shadow: 0 0 #ffde9a inset;
    padding: 10px
}

.btn-gray-fill:focus {
    outline: none
}

.btn-gray-fill:hover {
    background-color: #0000001a
}

.nav-pills>li.active>a {
    background-color: #0c1c46 !important;
    color: #fff !important;
    border-radius: 30px
}

.nav-pills>li>a {
    color: #0c1c46 !important;
    border-radius: 30px
}

.uploader-secondary-color :focus {
    outline: none
}

.wid100 {
    width: 100% !important
}

.ui-autocomplete-dropdown {
    position: absolute !important;
    top: 0;
    right: 0
}

.ui-calendar {
    width: 100%
}

.artisan-archi-calendar .ui-datepicker.ui-widget {
    left: -100px !important
}

.ui-autocomplete-input {
    font-size: 18px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important
}

.multiselect-item-ng-options-panel-border {
    border: 1px solid rgb(99, 228, 170) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important
}

.multiselect-item-ng-options-panel-border .ui-multiselect-items-wrapper {
    padding: 0 !important
}

.multiselect-item-ng-options-panel-border li {
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 3px 5px !important
}

.multiselect-item-ng-options-panel-border li label {
    font-size: 14px !important
}

.multiselect-item-ng-options-panel-border li:hover {
    background-color: #63e4aa !important
}

.multiselect-item-ng-options-panel-hover-background {
    min-width: 160px !important;
    margin: 5px !important;
    background: transparent !important;
    border-bottom: 1px solid rgb(99, 228, 170) !important
}

.multiselect-item-ng-options-panel-hover-background label {
    margin: 1px !important;
    padding: 0 25px 0 0 !important;
    font-family: Roboto, sans-serif !important;
    color: #000 !important;
    font-weight: 100 !important;
    background-color: transparent !important;
    text-align: left
}

.multiselect-item-ng-options-panel-hover-background .ui-multiselect-trigger {
    background-color: transparent !important
}

.thumb-nail {
    margin: 10px auto;
    display: block;
    height: 100px;
    width: 150px;
    object-fit: cover
}

p-inputmask.form-control {
    padding: 0 !important;
    border: none;
    box-shadow: none
}

p-inputmask.form-control>input {
    padding: 10px 16px;
    font-size: 18px
}

.mask-phone {
    margin: 16px !important
}

.ui-rating .fa-star-o,
.ui-rating .fa-star {
    color: #0c1c46;
    font-size: 25px
}

.pricing-switch {
    margin-bottom: -5px
}

.all-width .ui-widget,
.full-width-check {
    width: 100% !important
}

.inline-check {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    overflow: hidden
}

.ui-button-text-only .ui-button-text {
    padding: .75em 1em !important
}

.select-projets-view {
    float: right;
    margin: 20px 20px 10px
}

.select-projets-view .ui-button-text-only .ui-button-text {
    padding: 1em 1em 1em 2.1em !important;
    font-size: 16px
}

.select-projets-view .ui-button.ui-state-active {
    background: #d6d6d6 !important
}

.select-projets-view .ui-button.ui-state-focus {
    box-shadow: 0 0 5px #d6d6d6 !important
}

.ui-button-text:focus {
    border: none;
    outline: none
}

.modal-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000026;
    Z-INDEX: 1
}

.spinner-center {
    position: relative;
    top: 35%
}

.modal-container {
    padding: 30px;
    width: 100% !important;
    background-color: #f7f7f7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0 2px 2px #0000004d;
    overflow: hidden;
    font-family: sans-serif
}

.form-container {
    width: 70%;
    display: block;
    margin: auto auto 50px
}

.modal-container h1 {
    text-align: center;
    font-size: 2.2em;
    font-family: sans-serif;
    font-weight: 200;
    color: #0c1c46
}

.modal-dialog {
    margin: 5% auto auto;
    width: 80%
}

@media screen and (max-width: 480px) {
    .modal-dialog {
        width: 100%
    }
}

.amcharts-chart-div>a {
    display: none !important
}

.cc-selector input {
    margin: 0;
    padding: 0;
    appearance: none
}

.cc-selector input:active+.drinkcard-cc {
    opacity: .9
}

.cc-selector input:checked+.drinkcard-cc {
    -moz-filter: none;
    filter: none;
    border: 2px solid #0c1c46
}

.drinkcard-cc {
    width: 100%;
    padding-bottom: 100%;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0)
}

.drinkcard-cc:hover {
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9)
}

a:visited {
    color: #888
}

a {
    color: #444;
    text-decoration: none
}

p {
    margin-bottom: .3em
}

.oui-version {
    color: #fff !important;
    background: #20a077 !important
}

.all-gray {
    background-color: #f5f7fb;
    min-height: 100vh
}

.floating-card {
    background-color: #fff;
    padding: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid #dbdde1;
    border-radius: 4px
}

.floating-card h1 {
    font-weight: 700;
    font-size: 22px;
    margin-left: 25px
}

.floating-card h2 {
    color: #000;
    font-weight: 700;
    font-size: 17px;
    margin-left: 10px
}

.floating-card .question-label {
    margin-bottom: 20px
}

.my-tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1
}

.ui-tooltip-text.ui-shadow.ui-corner-all {
    background: #0a1747;
    border-radius: 8px;
    padding: 3px 6px
}

.my-tooltip:hover .tooltiptext {
    visibility: visible
}

.hide-tool-bar {
    visibility: hidden
}

.click-it {
    cursor: pointer
}

.check-mark-animation .check_mark {
    width: 80px;
    height: 130px;
    margin: 0 auto
}

.check-mark-animation button {
    cursor: pointer;
    margin-left: 15px
}

.check-mark-animation .hide {
    display: none
}

.check-mark-animation .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

.check-mark-animation .sa-icon.sa-success {
    border-color: #4caf50
}

.check-mark-animation .sa-icon.sa-success:before,
.check-mark-animation .sa-icon.sa-success:after {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #f7f7f7;
    transform: rotate(45deg)
}

.check-mark-animation .sa-white:before,
.check-mark-animation .sa-white:after {
    background: #fff !important
}

.check-mark-animation .sa-white-back {
    background: #fff !important
}

.check-mark-animation .sa-icon.sa-success:before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    transform: rotate(-45deg);
    transform-origin: 60px 60px
}

.check-mark-animation .sa-icon.sa-success:after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    transform: rotate(-45deg);
    transform-origin: 0px 60px
}

.check-mark-animation .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(76, 175, 80, .5);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.check-mark-animation .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #f7f7f7;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    transform: rotate(-45deg)
}

.check-mark-animation .sa-icon.sa-success.animate:after {
    animation: rotatePlaceholder 4.25s ease-in
}

.check-mark-animation .sa-icon.sa-success {
    border-color: transparent\	
}

.check-mark-animation .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \	
}

.check-mark-animation .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \	
}

.check-mark-animation .animateSuccessTip {
    animation: animateSuccessTip .75s
}

.check-mark-animation .animateSuccessLong {
    animation: animateSuccessLong .75s
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.check-mark-animation .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.check-mark-animation .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    transform: rotate(45deg)
}

.check-mark-animation .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    transform: rotate(-45deg)
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

    to {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

#carnet .ui-multiselect {
    width: 100% !important;
    border-bottom: 1px solid #ccc
}

#carnet .ui-multiselect-label {
    color: gray;
    padding: 10px 0
}

#carnet .ui-multiselect:not(.ui-state-disabled):hover {
    background: #fff !important
}

#carnet .ui-multiselect-label-container {
    padding: 0 10px
}

.tooltip-el {
    position: relative;
    display: inline-block
}

.tooltip-el .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1
}

.tooltip-el:hover .tooltiptext {
    visibility: visible
}

.accept-confirm-modal {
    background-color: #0c1c46 !important;
    color: #fff !important
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    pointer-events: none
}

.gu-hide {
    left: -9999px !important
}

.b_round,
.s_round {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #0c1c46;
    transition: all .2s linear
}

.s_round {
    left: 10px;
    top: 10px
}

.b_round {
    opacity: 0;
    background-color: #0c1c46
}

.b_round:hover {
    transform: scale(1.37);
    opacity: .4
}

.b_round_back:hover {
    background-color: #f60044
}

.s_round_click {
    transform: scale(1.7)
}

.s_round_back {
    background-color: #c30c3d
}

.s_arrow {
    width: 25px;
    height: 25px;
    display: block;
    margin: 13px 10px;
    background-size: cover !important;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTQ1LjE4OCwyMzguNTc1bDIxNS41LTIxNS41YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xcy0xMy44LTUuMy0xOS4xLDBsLTIyNS4xLDIyNS4xYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWwyMjUuMSwyMjUgICBjMi42LDIuNiw2LjEsNCw5LjUsNHM2LjktMS4zLDkuNS00YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xTDE0NS4xODgsMjM4LjU3NXoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)
}

.s_arrow_rotate {
    transform: rotate(-180deg)
}

.cctp-content-html li {
    list-style-type: disc !important
}

.cctp-content-html ul {
    margin-left: 40px
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50
}

.success-checkmark .check-icon:before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px
}

.success-checkmark .check-icon:after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in
}

.success-checkmark .check-icon:before,
.success-checkmark .check-icon:after {
    content: "";
    height: 100px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg)
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip .75s
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long .75s
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5)
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    to {
        transform: rotate(-405deg)
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.ui-dialog.ui-widget .ui-dialog-content {
    overflow-x: hidden
}

.cstb-content label {
    font-weight: 300
}

.cstb-content textarea {
    height: auto;
    width: auto
}

.cstb-content h2 {
    margin: 0 !important
}

.cstb-content .listcheckbox {
    padding-left: 3rem
}

.cstb-content .licheckbox {
    position: relative
}

.cstb-content .licheckbox input {
    margin-left: -1rem;
    float: left
}

.cstb-content .licheckbox label {
    display: inline-block;
    padding-left: 4px;
    width: 100%;
    font-weight: inherit
}

.cstb-content .liradio input {
    margin-left: -1rem;
    float: left
}

.cstb-content .liradio label {
    display: inline-block;
    padding-left: 4px;
    width: 100%;
    font-weight: inherit
}

.ui-sidebar-right {
    padding: 0 !important
}

h1.uis-h-title {
    margin: 20px 0
}

.cctp-field ul {
    margin-left: 20px
}

.cctp-field ul li {
    list-style-type: disc
}

#cctp .uis-h-title {
    font-size: 12pt;
    color: #000;
    margin-top: 0 !important;
    margin-bottom: 12px !important
}

#cctp .titlesec {
    font-size: 11pt !important;
    font-weight: 700
}

#cctp content {
    display: block;
    padding-left: 15px
}

#cctp .liradio,
#cctp div.ul-elem {
    padding-left: 3rem
}

#cctp .ul-elem {
    padding-bottom: 1rem
}

.pill-nav {
    background-color: #d9edf7;
    color: #31708f;
    border-radius: 15px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700
}

.pill-nav-circle {
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px
}

.custom-tooltip {
    background-color: #0a1747;
    border-radius: 5px;
    padding: 5px 10px;
    z-index: 3;
    position: absolute;
    top: 0;
    left: -65px;
    opacity: 0 !important;
    transition: all .3s linear
}

.custom-tooltip:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #0a1747;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: -5px;
    transform: rotate(45deg)
}

.editor {
    height: 100% !important
}

.pill-nav-success {
    background-color: #93e5ac
}

.pill-nav-fail {
    background-color: #e1e2e5
}

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

.simple-notification-wrapper {
    z-index: 100000 !important
}

.no-resize {
    resize: none
}

@media screen and (max-width: 640px) {
    .hide-min {
        display: none
    }
}

.ui-inputswitch.ui-widget {
    margin: 10px;
    float: right
}

.ui-inputswitch.ui-widget .ui-inputswitch-slider {
    background-color: #dbdde1
}

.ui-inputswitch.ui-widget .ui-inputswitch-slider:before {
    background-color: #fff
}

.ui-inputswitch.ui-inputswitch-checked {
    margin: 10px;
    float: right
}

.ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider {
    background-color: #0c1c46
}

.ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider:before {
    background-color: #fff
}

.loader {
    width: 48px;
    height: 48px;
    border: 3px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

html,
body {
    height: 100%
}

body {
    margin: 0;
    font-family: Roboto, Helvetica Neue, sans-serif
}

.p-fileupload-choose input[type=file] {
    display: none
}

p-autocomplete,
.p-autocomplete {
    width: 100% !important
}

.p-checkbox .p-checkbox-box.p-highlight {
    border-color: #3805f2 !important;
    background: #3805f2 !important;
    height: 17px;
    width: 17px;
    border-radius: 4px
}

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 8px;
    height: 57px !important
}

.p-checkbox .p-checkbox-box {
    width: 17px !important;
    height: 17px !important
}



.pi {
    font-family: primeicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pi:before {
    --webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pi-fw {
    width: 1.28571429em;
    text-align: center
}

.pi-spin {
    animation: fa-spin 2s infinite linear
}

.pi-send:before {
    content: "\e9ca"
}

.pi-slack:before {
    content: "\e9c9"
}

.pi-sun:before {
    content: "\e9c8"
}

.pi-moon:before {
    content: "\e9c7"
}

.pi-vimeo:before {
    content: "\e9c6"
}

.pi-youtube:before {
    content: "\e9c5"
}

.pi-flag:before {
    content: "\e9c4"
}

.pi-wallet:before {
    content: "\e9c3"
}

.pi-map:before {
    content: "\e9c2"
}

.pi-link:before {
    content: "\e9c1"
}

.pi-credit-card:before {
    content: "\e9bf"
}

.pi-discord:before {
    content: "\e9c0"
}

.pi-percentage:before {
    content: "\e9be"
}

.pi-euro:before {
    content: "\e9bd"
}

.pi-book:before {
    content: "\e9ba"
}

.pi-shield:before {
    content: "\e9b9"
}

.pi-paypal:before {
    content: "\e9bb"
}

.pi-amazon:before {
    content: "\e9bc"
}

.pi-phone:before {
    content: "\e9b8"
}

.pi-filter-slash:before {
    content: "\e9b7"
}

.pi-facebook:before {
    content: "\e9b4"
}

.pi-github:before {
    content: "\e9b5"
}

.pi-twitter:before {
    content: "\e9b6"
}

.pi-step-backward-alt:before {
    content: "\e9ac"
}

.pi-step-forward-alt:before {
    content: "\e9ad"
}

.pi-forward:before {
    content: "\e9ae"
}

.pi-backward:before {
    content: "\e9af"
}

.pi-fast-backward:before {
    content: "\e9b0"
}

.pi-fast-forward:before {
    content: "\e9b1"
}

.pi-pause:before {
    content: "\e9b2"
}

.pi-play:before {
    content: "\e9b3"
}

.pi-compass:before {
    content: "\e9ab"
}

.pi-id-card:before {
    content: "\e9aa"
}

.pi-ticket:before {
    content: "\e9a9"
}

.pi-file-o:before {
    content: "\e9a8"
}

.pi-reply:before {
    content: "\e9a7"
}

.pi-directions-alt:before {
    content: "\e9a5"
}

.pi-directions:before {
    content: "\e9a6"
}

.pi-thumbs-up:before {
    content: "\e9a3"
}

.pi-thumbs-down:before {
    content: "\e9a4"
}

.pi-sort-numeric-down-alt:before {
    content: "\e996"
}

.pi-sort-numeric-up-alt:before {
    content: "\e997"
}

.pi-sort-alpha-down-alt:before {
    content: "\e998"
}

.pi-sort-alpha-up-alt:before {
    content: "\e999"
}

.pi-sort-numeric-down:before {
    content: "\e99a"
}

.pi-sort-numeric-up:before {
    content: "\e99b"
}

.pi-sort-alpha-down:before {
    content: "\e99c"
}

.pi-sort-alpha-up:before {
    content: "\e99d"
}

.pi-sort-alt:before {
    content: "\e99e"
}

.pi-sort-amount-up:before {
    content: "\e99f"
}

.pi-sort-amount-down:before {
    content: "\e9a0"
}

.pi-sort-amount-down-alt:before {
    content: "\e9a1"
}

.pi-sort-amount-up-alt:before {
    content: "\e9a2"
}

.pi-palette:before {
    content: "\e995"
}

.pi-undo:before {
    content: "\e994"
}

.pi-desktop:before {
    content: "\e993"
}

.pi-sliders-v:before {
    content: "\e991"
}

.pi-sliders-h:before {
    content: "\e992"
}

.pi-search-plus:before {
    content: "\e98f"
}

.pi-search-minus:before {
    content: "\e990"
}

.pi-file-excel:before {
    content: "\e98e"
}

.pi-file-pdf:before {
    content: "\e98d"
}

.pi-check-square:before {
    content: "\e98c"
}

.pi-chart-line:before {
    content: "\e98b"
}

.pi-user-edit:before {
    content: "\e98a"
}

.pi-exclamation-circle:before {
    content: "\e989"
}

.pi-android:before {
    content: "\e985"
}

.pi-google:before {
    content: "\e986"
}

.pi-apple:before {
    content: "\e987"
}

.pi-microsoft:before {
    content: "\e988"
}

.pi-heart:before {
    content: "\e984"
}

.pi-mobile:before {
    content: "\e982"
}

.pi-tablet:before {
    content: "\e983"
}

.pi-key:before {
    content: "\e981"
}

.pi-shopping-cart:before {
    content: "\e980"
}

.pi-comments:before {
    content: "\e97e"
}

.pi-comment:before {
    content: "\e97f"
}

.pi-briefcase:before {
    content: "\e97d"
}

.pi-bell:before {
    content: "\e97c"
}

.pi-paperclip:before {
    content: "\e97b"
}

.pi-share-alt:before {
    content: "\e97a"
}

.pi-envelope:before {
    content: "\e979"
}

.pi-volume-down:before {
    content: "\e976"
}

.pi-volume-up:before {
    content: "\e977"
}

.pi-volume-off:before {
    content: "\e978"
}

.pi-eject:before {
    content: "\e975"
}

.pi-money-bill:before {
    content: "\e974"
}

.pi-images:before {
    content: "\e973"
}

.pi-image:before {
    content: "\e972"
}

.pi-sign-in:before {
    content: "\e970"
}

.pi-sign-out:before {
    content: "\e971"
}

.pi-wifi:before {
    content: "\e96f"
}

.pi-sitemap:before {
    content: "\e96e"
}

.pi-chart-bar:before {
    content: "\e96d"
}

.pi-camera:before {
    content: "\e96c"
}

.pi-dollar:before {
    content: "\e96b"
}

.pi-lock-open:before {
    content: "\e96a"
}

.pi-table:before {
    content: "\e969"
}

.pi-map-marker:before {
    content: "\e968"
}

.pi-list:before {
    content: "\e967"
}

.pi-eye-slash:before {
    content: "\e965"
}

.pi-eye:before {
    content: "\e966"
}

.pi-folder-open:before {
    content: "\e964"
}

.pi-folder:before {
    content: "\e963"
}

.pi-video:before {
    content: "\e962"
}

.pi-inbox:before {
    content: "\e961"
}

.pi-lock:before {
    content: "\e95f"
}

.pi-unlock:before {
    content: "\e960"
}

.pi-tags:before {
    content: "\e95d"
}

.pi-tag:before {
    content: "\e95e"
}

.pi-power-off:before {
    content: "\e95c"
}

.pi-save:before {
    content: "\e95b"
}

.pi-question-circle:before {
    content: "\e959"
}

.pi-question:before {
    content: "\e95a"
}

.pi-copy:before {
    content: "\e957"
}

.pi-file:before {
    content: "\e958"
}

.pi-clone:before {
    content: "\e955"
}

.pi-calendar-times:before {
    content: "\e952"
}

.pi-calendar-minus:before {
    content: "\e953"
}

.pi-calendar-plus:before {
    content: "\e954"
}

.pi-ellipsis-v:before {
    content: "\e950"
}

.pi-ellipsis-h:before {
    content: "\e951"
}

.pi-bookmark:before {
    content: "\e94e"
}

.pi-globe:before {
    content: "\e94f"
}

.pi-replay:before {
    content: "\e94d"
}

.pi-filter:before {
    content: "\e94c"
}

.pi-print:before {
    content: "\e94b"
}

.pi-align-right:before {
    content: "\e946"
}

.pi-align-left:before {
    content: "\e947"
}

.pi-align-center:before {
    content: "\e948"
}

.pi-align-justify:before {
    content: "\e949"
}

.pi-cog:before {
    content: "\e94a"
}

.pi-cloud-download:before {
    content: "\e943"
}

.pi-cloud-upload:before {
    content: "\e944"
}

.pi-cloud:before {
    content: "\e945"
}

.pi-pencil:before {
    content: "\e942"
}

.pi-users:before {
    content: "\e941"
}

.pi-clock:before {
    content: "\e940"
}

.pi-user-minus:before {
    content: "\e93e"
}

.pi-user-plus:before {
    content: "\e93f"
}

.pi-trash:before {
    content: "\e93d"
}

.pi-external-link:before {
    content: "\e93c"
}

.pi-window-maximize:before {
    content: "\e93b"
}

.pi-window-minimize:before {
    content: "\e93a"
}

.pi-refresh:before {
    content: "\e938"
}

.pi-user:before {
    content: "\e939"
}

.pi-exclamation-triangle:before {
    content: "\e922"
}

.pi-calendar:before {
    content: "\e927"
}

.pi-chevron-circle-left:before {
    content: "\e928"
}

.pi-chevron-circle-down:before {
    content: "\e929"
}

.pi-chevron-circle-right:before {
    content: "\e92a"
}

.pi-chevron-circle-up:before {
    content: "\e92b"
}

.pi-angle-double-down:before {
    content: "\e92c"
}

.pi-angle-double-left:before {
    content: "\e92d"
}

.pi-angle-double-right:before {
    content: "\e92e"
}

.pi-angle-double-up:before {
    content: "\e92f"
}

.pi-angle-down:before {
    content: "\e930"
}

.pi-angle-left:before {
    content: "\e931"
}

.pi-angle-right:before {
    content: "\e932"
}

.pi-angle-up:before {
    content: "\e933"
}

.pi-upload:before {
    content: "\e934"
}

.pi-download:before {
    content: "\e956"
}

.pi-ban:before {
    content: "\e935"
}

.pi-star-o:before {
    content: "\e936"
}

.pi-star:before {
    content: "\e937"
}

.pi-chevron-left:before {
    content: "\e900"
}

.pi-chevron-right:before {
    content: "\e901"
}

.pi-chevron-down:before {
    content: "\e902"
}

.pi-chevron-up:before {
    content: "\e903"
}

.pi-caret-left:before {
    content: "\e904"
}

.pi-caret-right:before {
    content: "\e905"
}

.pi-caret-down:before {
    content: "\e906"
}

.pi-caret-up:before {
    content: "\e907"
}

.pi-search:before {
    content: "\e908"
}

.pi-check:before {
    content: "\e909"
}

.pi-check-circle:before {
    content: "\e90a"
}

.pi-times:before {
    content: "\e90b"
}

.pi-times-circle:before {
    content: "\e90c"
}

.pi-plus:before {
    content: "\e90d"
}

.pi-plus-circle:before {
    content: "\e90e"
}

.pi-minus:before {
    content: "\e90f"
}

.pi-minus-circle:before {
    content: "\e910"
}

.pi-circle-on:before {
    content: "\e911"
}

.pi-circle-off:before {
    content: "\e912"
}

.pi-sort-down:before {
    content: "\e913"
}

.pi-sort-up:before {
    content: "\e914"
}

.pi-sort:before {
    content: "\e915"
}

.pi-step-backward:before {
    content: "\e916"
}

.pi-step-forward:before {
    content: "\e917"
}

.pi-th-large:before {
    content: "\e918"
}

.pi-arrow-down:before {
    content: "\e919"
}

.pi-arrow-left:before {
    content: "\e91a"
}

.pi-arrow-right:before {
    content: "\e91b"
}

.pi-arrow-up:before {
    content: "\e91c"
}

.pi-bars:before {
    content: "\e91d"
}

.pi-arrow-circle-down:before {
    content: "\e91e"
}

.pi-arrow-circle-left:before {
    content: "\e91f"
}

.pi-arrow-circle-right:before {
    content: "\e920"
}

.pi-arrow-circle-up:before {
    content: "\e921"
}

.pi-info:before {
    content: "\e923"
}

.pi-info-circle:before {
    content: "\e924"
}

.pi-home:before {
    content: "\e925"
}

.pi-spinner:before {
    content: "\e926"
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\a5"
}

.glyphicon-jpy:before {
    content: "\a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014\a0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\a0\2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px #00000040
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

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

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

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

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box;
    appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\	;
    line-height: normal
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px #00000013;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px #00000013, 0 0 8px #66afe999
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

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

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

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

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\	;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px #00000013
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px #00000013, 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px #00000013
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px #00000013, 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px #00000013
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px #00000013, 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px #00000020
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\	;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px #0000002d
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    inset: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\	
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

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

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

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px #00000020
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-radius: 4px 4px 0 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-radius: 0 0 4px 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

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

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

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

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px #ffffff1a;
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin: 8px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px #ffffff1a, 0 1px #ffffff1a
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px #0000001a
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px #00000026;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px #0000000d
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

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

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px #0000000d
}

.well blockquote {
    border-color: #ddd;
    border-color: #00000026
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transform: translateY(-25%);
    transition: transform .3s ease-out
}

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

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px #00000080;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px #00000080
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px #0003
}

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

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

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

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: #00000040;
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: #00000040;
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: #00000040
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: #00000040
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        transform: translateZ(0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: #0000;
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: linear-gradient(to right, #00000080 0, #0000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, #0000 0, #00000080);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\	;
    background-color: #0000;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*!
 * Material Design for Bootstrap 4
 * Version: MDB Pro 4.3.2
 *
 *
 * Copyright: Material Design for Bootstrap
 * http://mdbootstrap.com/
 *
 * Read the license: http://mdbootstrap.com/license/
 *
 *
 * Documentation: http://mdbootstrap.com/
 *
 * Getting started: http://mdbootstrap.com/getting-started/
 *
 * Tutorials: http://mdbootstrap.com/bootstrap-tutorial/
 *
 * Templates: http://mdbootstrap.com/templates/
 *
 * Support: http://mdbootstrap.com/forums/forum/support/
 *
 * Contact: office@mdbootstrap.com
 *
 * Atribution: Animate CSS, Twitter Bootstrap, Materialize CSS, Normalize CSS, Waves JS, WOW JS, Toastr, Chart.js , Hammer.js
 *
 */
.mdb-color.lighten-5 {
    background-color: #d0d6e2 !important
}

.mdb-color-text.text-lighten-5 {
    color: #d0d6e2 !important
}

.mdb-color.lighten-4 {
    background-color: #b1bace !important
}

.mdb-color-text.text-lighten-4 {
    color: #b1bace !important
}

.mdb-color.lighten-3 {
    background-color: #929fba !important
}

.mdb-color-text.text-lighten-3 {
    color: #929fba !important
}

.mdb-color.lighten-2 {
    background-color: #7283a7 !important
}

.mdb-color-text.text-lighten-2 {
    color: #7283a7 !important
}

.mdb-color.lighten-1 {
    background-color: #59698d !important
}

.mdb-color-text.text-lighten-1 {
    color: #59698d !important
}

.mdb-color-text {
    color: #45526e !important
}

.mdb-color.darken-1 {
    background-color: #3b465e !important
}

.mdb-color-text.text-darken-1 {
    color: #3b465e !important
}

.mdb-color.darken-2 {
    background-color: #2e3951 !important
}

.mdb-color-text.text-darken-2 {
    color: #2e3951 !important
}

.mdb-color.darken-3 {
    background-color: #1c2a48 !important
}

.mdb-color-text.text-darken-3 {
    color: #1c2a48 !important
}

.mdb-color.darken-4 {
    background-color: #1c2331 !important
}

.mdb-color-text.text-darken-4 {
    color: #1c2331 !important
}

.red.lighten-5 {
    background-color: #ffebee !important
}

.red-text.text-lighten-5 {
    color: #ffebee !important
}

.red.lighten-4 {
    background-color: #ffcdd2 !important
}

.red-text.text-lighten-4 {
    color: #ffcdd2 !important
}

.red.lighten-3 {
    background-color: #ef9a9a !important
}

.red-text.text-lighten-3 {
    color: #ef9a9a !important
}

.red.lighten-2 {
    background-color: #e57373 !important
}

.red-text.text-lighten-2 {
    color: #e57373 !important
}

.red.lighten-1 {
    background-color: #ef5350 !important
}

.red-text.text-lighten-1 {
    color: #ef5350 !important
}

.red {
    background-color: #f44336 !important
}

.red-text {
    color: #f44336 !important
}

.red.darken-1 {
    background-color: #e53935 !important
}

.red-text.text-darken-1 {
    color: #e53935 !important
}

.red.darken-2 {
    background-color: #d32f2f !important
}

.red-text.text-darken-2 {
    color: #d32f2f !important
}

.red.darken-3 {
    background-color: #c62828 !important
}

.red-text.text-darken-3 {
    color: #c62828 !important
}

.red.darken-4 {
    background-color: #b71c1c !important
}

.red-text.text-darken-4 {
    color: #b71c1c !important
}

.red.accent-1 {
    background-color: #ff8a80 !important
}

.red-text.text-accent-1 {
    color: #ff8a80 !important
}

.red.accent-2 {
    background-color: #ff5252 !important
}

.red-text.text-accent-2 {
    color: #ff5252 !important
}

.red.accent-3 {
    background-color: #ff1744 !important
}

.red-text.text-accent-3 {
    color: #ff1744 !important
}

.red.accent-4 {
    background-color: #d50000 !important
}

.red-text.text-accent-4 {
    color: #d50000 !important
}

.pink.lighten-5 {
    background-color: #fce4ec !important
}

.pink-text.text-lighten-5 {
    color: #fce4ec !important
}

.pink.lighten-4 {
    background-color: #f8bbd0 !important
}

.pink-text.text-lighten-4 {
    color: #f8bbd0 !important
}

.pink.lighten-3 {
    background-color: #f48fb1 !important
}

.pink-text.text-lighten-3 {
    color: #f48fb1 !important
}

.pink.lighten-2 {
    background-color: #f06292 !important
}

.pink-text.text-lighten-2 {
    color: #f06292 !important
}

.pink.lighten-1 {
    background-color: #ec407a !important
}

.pink-text.text-lighten-1 {
    color: #ec407a !important
}

.pink {
    background-color: #e91e63 !important
}

.pink-text {
    color: #e91e63 !important
}

.pink.darken-1 {
    background-color: #d81b60 !important
}

.pink-text.text-darken-1 {
    color: #d81b60 !important
}

.pink.darken-2 {
    background-color: #c2185b !important
}

.pink-text.text-darken-2 {
    color: #c2185b !important
}

.pink.darken-3 {
    background-color: #ad1457 !important
}

.pink-text.text-darken-3 {
    color: #ad1457 !important
}

.pink.darken-4 {
    background-color: #880e4f !important
}

.pink-text.text-darken-4 {
    color: #880e4f !important
}

.pink.accent-1 {
    background-color: #ff80ab !important
}

.pink-text.text-accent-1 {
    color: #ff80ab !important
}

.pink.accent-2 {
    background-color: #ff4081 !important
}

.pink-text.text-accent-2 {
    color: #ff4081 !important
}

.pink.accent-3 {
    background-color: #f50057 !important
}

.pink-text.text-accent-3 {
    color: #f50057 !important
}

.pink.accent-4 {
    background-color: #c51162 !important
}

.pink-text.text-accent-4 {
    color: #c51162 !important
}

.purple.lighten-5 {
    background-color: #f3e5f5 !important
}

.purple-text.text-lighten-5 {
    color: #f3e5f5 !important
}

.purple.lighten-4 {
    background-color: #e1bee7 !important
}

.purple-text.text-lighten-4 {
    color: #e1bee7 !important
}

.purple.lighten-3 {
    background-color: #ce93d8 !important
}

.purple-text.text-lighten-3 {
    color: #ce93d8 !important
}

.purple.lighten-2 {
    background-color: #ba68c8 !important
}

.purple-text.text-lighten-2 {
    color: #ba68c8 !important
}

.purple.lighten-1 {
    background-color: #ab47bc !important
}

.purple-text.text-lighten-1 {
    color: #ab47bc !important
}

.purple {
    background-color: #9c27b0 !important
}

.purple-text {
    color: #9c27b0 !important
}

.purple.darken-1 {
    background-color: #8e24aa !important
}

.purple-text.text-darken-1 {
    color: #8e24aa !important
}

.purple.darken-2 {
    background-color: #7b1fa2 !important
}

.purple-text.text-darken-2 {
    color: #7b1fa2 !important
}

.purple.darken-3 {
    background-color: #6a1b9a !important
}

.purple-text.text-darken-3 {
    color: #6a1b9a !important
}

.purple.darken-4 {
    background-color: #4a148c !important
}

.purple-text.text-darken-4 {
    color: #4a148c !important
}

.purple.accent-1 {
    background-color: #ea80fc !important
}

.purple-text.text-accent-1 {
    color: #ea80fc !important
}

.purple.accent-2 {
    background-color: #e040fb !important
}

.purple-text.text-accent-2 {
    color: #e040fb !important
}

.purple.accent-3 {
    background-color: #d500f9 !important
}

.purple-text.text-accent-3 {
    color: #d500f9 !important
}

.purple.accent-4 {
    background-color: #a0f !important
}

.purple-text.text-accent-4 {
    color: #a0f !important
}

.deep-purple.lighten-5 {
    background-color: #ede7f6 !important
}

.deep-purple-text.text-lighten-5 {
    color: #ede7f6 !important
}

.deep-purple.lighten-4 {
    background-color: #d1c4e9 !important
}

.deep-purple-text.text-lighten-4 {
    color: #d1c4e9 !important
}

.deep-purple.lighten-3 {
    background-color: #b39ddb !important
}

.deep-purple-text.text-lighten-3 {
    color: #b39ddb !important
}

.deep-purple.lighten-2 {
    background-color: #9575cd !important
}

.deep-purple-text.text-lighten-2 {
    color: #9575cd !important
}

.deep-purple.lighten-1 {
    background-color: #7e57c2 !important
}

.deep-purple-text.text-lighten-1 {
    color: #7e57c2 !important
}

.deep-purple {
    background-color: #673ab7 !important
}

.deep-purple-text {
    color: #673ab7 !important
}

.deep-purple.darken-1 {
    background-color: #5e35b1 !important
}

.deep-purple-text.text-darken-1 {
    color: #5e35b1 !important
}

.deep-purple.darken-2 {
    background-color: #512da8 !important
}

.deep-purple-text.text-darken-2 {
    color: #512da8 !important
}

.deep-purple.darken-3 {
    background-color: #4527a0 !important
}

.deep-purple-text.text-darken-3 {
    color: #4527a0 !important
}

.deep-purple.darken-4 {
    background-color: #311b92 !important
}

.deep-purple-text.text-darken-4 {
    color: #311b92 !important
}

.deep-purple.accent-1 {
    background-color: #b388ff !important
}

.deep-purple-text.text-accent-1 {
    color: #b388ff !important
}

.deep-purple.accent-2 {
    background-color: #7c4dff !important
}

.deep-purple-text.text-accent-2 {
    color: #7c4dff !important
}

.deep-purple.accent-3 {
    background-color: #651fff !important
}

.deep-purple-text.text-accent-3 {
    color: #651fff !important
}

.deep-purple.accent-4 {
    background-color: #6200ea !important
}

.deep-purple-text.text-accent-4 {
    color: #6200ea !important
}

.indigo.lighten-5 {
    background-color: #e8eaf6 !important
}

.indigo-text.text-lighten-5 {
    color: #e8eaf6 !important
}

.indigo.lighten-4 {
    background-color: #c5cae9 !important
}

.indigo-text.text-lighten-4 {
    color: #c5cae9 !important
}

.indigo.lighten-3 {
    background-color: #9fa8da !important
}

.indigo-text.text-lighten-3 {
    color: #9fa8da !important
}

.indigo.lighten-2 {
    background-color: #7986cb !important
}

.indigo-text.text-lighten-2 {
    color: #7986cb !important
}

.indigo.lighten-1 {
    background-color: #5c6bc0 !important
}

.indigo-text.text-lighten-1 {
    color: #5c6bc0 !important
}

.indigo {
    background-color: #3f51b5 !important
}

.indigo-text {
    color: #3f51b5 !important
}

.indigo.darken-1 {
    background-color: #3949ab !important
}

.indigo-text.text-darken-1 {
    color: #3949ab !important
}

.indigo.darken-2 {
    background-color: #303f9f !important
}

.indigo-text.text-darken-2 {
    color: #303f9f !important
}

.indigo.darken-3 {
    background-color: #283593 !important
}

.indigo-text.text-darken-3 {
    color: #283593 !important
}

.indigo.darken-4 {
    background-color: #1a237e !important
}

.indigo-text.text-darken-4 {
    color: #1a237e !important
}

.indigo.accent-1 {
    background-color: #8c9eff !important
}

.indigo-text.text-accent-1 {
    color: #8c9eff !important
}

.indigo.accent-2 {
    background-color: #536dfe !important
}

.indigo-text.text-accent-2 {
    color: #536dfe !important
}

.indigo.accent-3 {
    background-color: #3d5afe !important
}

.indigo-text.text-accent-3 {
    color: #3d5afe !important
}

.indigo.accent-4 {
    background-color: #304ffe !important
}

.indigo-text.text-accent-4 {
    color: #304ffe !important
}

.blue.lighten-5 {
    background-color: #e3f2fd !important
}

.blue-text.text-lighten-5 {
    color: #e3f2fd !important
}

.blue.lighten-4 {
    background-color: #bbdefb !important
}

.blue-text.text-lighten-4 {
    color: #bbdefb !important
}

.blue.lighten-3 {
    background-color: #90caf9 !important
}

.blue-text.text-lighten-3 {
    color: #90caf9 !important
}

.blue.lighten-2 {
    background-color: #64b5f6 !important
}

.blue-text.text-lighten-2 {
    color: #64b5f6 !important
}

.blue.lighten-1 {
    background-color: #42a5f5 !important
}

.blue-text.text-lighten-1 {
    color: #42a5f5 !important
}

.blue {
    background-color: #2196f3 !important
}

.blue-text {
    color: #2196f3 !important
}

.blue.darken-1 {
    background-color: #1e88e5 !important
}

.blue-text.text-darken-1 {
    color: #1e88e5 !important
}

.blue.darken-2 {
    background-color: #1976d2 !important
}

.blue-text.text-darken-2 {
    color: #1976d2 !important
}

.blue.darken-3 {
    background-color: #1565c0 !important
}

.blue-text.text-darken-3 {
    color: #1565c0 !important
}

.blue.darken-4 {
    background-color: #0d47a1 !important
}

.blue-text.text-darken-4 {
    color: #0d47a1 !important
}

.blue.accent-1 {
    background-color: #82b1ff !important
}

.blue-text.text-accent-1 {
    color: #82b1ff !important
}

.blue.accent-2 {
    background-color: #448aff !important
}

.blue-text.text-accent-2 {
    color: #448aff !important
}

.blue.accent-3 {
    background-color: #2979ff !important
}

.blue-text.text-accent-3 {
    color: #2979ff !important
}

.blue.accent-4 {
    background-color: #2962ff !important
}

.blue-text.text-accent-4 {
    color: #2962ff !important
}

.light-blue.lighten-5 {
    background-color: #e1f5fe !important
}

.light-blue-text.text-lighten-5 {
    color: #e1f5fe !important
}

.light-blue.lighten-4 {
    background-color: #b3e5fc !important
}

.light-blue-text.text-lighten-4 {
    color: #b3e5fc !important
}

.light-blue.lighten-3 {
    background-color: #81d4fa !important
}

.light-blue-text.text-lighten-3 {
    color: #81d4fa !important
}

.light-blue.lighten-2 {
    background-color: #4fc3f7 !important
}

.light-blue-text.text-lighten-2 {
    color: #4fc3f7 !important
}

.light-blue.lighten-1 {
    background-color: #29b6f6 !important
}

.light-blue-text.text-lighten-1 {
    color: #29b6f6 !important
}

.light-blue {
    background-color: #03a9f4 !important
}

.light-blue-text {
    color: #03a9f4 !important
}

.light-blue.darken-1 {
    background-color: #039be5 !important
}

.light-blue-text.text-darken-1 {
    color: #039be5 !important
}

.light-blue.darken-2 {
    background-color: #0288d1 !important
}

.light-blue-text.text-darken-2 {
    color: #0288d1 !important
}

.light-blue.darken-3 {
    background-color: #0277bd !important
}

.light-blue-text.text-darken-3 {
    color: #0277bd !important
}

.light-blue.darken-4 {
    background-color: #01579b !important
}

.light-blue-text.text-darken-4 {
    color: #01579b !important
}

.light-blue.accent-1 {
    background-color: #80d8ff !important
}

.light-blue-text.text-accent-1 {
    color: #80d8ff !important
}

.light-blue.accent-2 {
    background-color: #40c4ff !important
}

.light-blue-text.text-accent-2 {
    color: #40c4ff !important
}

.light-blue.accent-3 {
    background-color: #00b0ff !important
}

.light-blue-text.text-accent-3 {
    color: #00b0ff !important
}

.light-blue.accent-4 {
    background-color: #0091ea !important
}

.light-blue-text.text-accent-4 {
    color: #0091ea !important
}

.cyan.lighten-5 {
    background-color: #e0f7fa !important
}

.cyan-text.text-lighten-5 {
    color: #e0f7fa !important
}

.cyan.lighten-4 {
    background-color: #b2ebf2 !important
}

.cyan-text.text-lighten-4 {
    color: #b2ebf2 !important
}

.cyan.lighten-3 {
    background-color: #80deea !important
}

.cyan-text.text-lighten-3 {
    color: #80deea !important
}

.cyan.lighten-2 {
    background-color: #4dd0e1 !important
}

.cyan-text.text-lighten-2 {
    color: #4dd0e1 !important
}

.cyan.lighten-1 {
    background-color: #26c6da !important
}

.cyan-text.text-lighten-1 {
    color: #26c6da !important
}

.cyan {
    background-color: #00bcd4 !important
}

.cyan-text {
    color: #00bcd4 !important
}

.cyan.darken-1 {
    background-color: #00acc1 !important
}

.cyan-text.text-darken-1 {
    color: #00acc1 !important
}

.cyan.darken-2 {
    background-color: #0097a7 !important
}

.cyan-text.text-darken-2 {
    color: #0097a7 !important
}

.cyan.darken-3 {
    background-color: #00838f !important
}

.cyan-text.text-darken-3 {
    color: #00838f !important
}

.cyan.darken-4 {
    background-color: #006064 !important
}

.cyan-text.text-darken-4 {
    color: #006064 !important
}

.cyan.accent-1 {
    background-color: #84ffff !important
}

.cyan-text.text-accent-1 {
    color: #84ffff !important
}

.cyan.accent-2 {
    background-color: #18ffff !important
}

.cyan-text.text-accent-2 {
    color: #18ffff !important
}

.cyan.accent-3 {
    background-color: #00e5ff !important
}

.cyan-text.text-accent-3 {
    color: #00e5ff !important
}

.cyan.accent-4 {
    background-color: #00b8d4 !important
}

.cyan-text.text-accent-4 {
    color: #00b8d4 !important
}

.teal.lighten-5 {
    background-color: #e0f2f1 !important
}

.teal-text.text-lighten-5 {
    color: #e0f2f1 !important
}

.teal.lighten-4 {
    background-color: #b2dfdb !important
}

.teal-text.text-lighten-4 {
    color: #b2dfdb !important
}

.teal.lighten-3 {
    background-color: #80cbc4 !important
}

.teal-text.text-lighten-3 {
    color: #80cbc4 !important
}

.teal.lighten-2 {
    background-color: #4db6ac !important
}

.teal-text.text-lighten-2 {
    color: #4db6ac !important
}

.teal.lighten-1 {
    background-color: #26a69a !important
}

.teal-text.text-lighten-1 {
    color: #26a69a !important
}

.teal {
    background-color: #009688 !important
}

.teal-text {
    color: #009688 !important
}

.teal.darken-1 {
    background-color: #00897b !important
}

.teal-text.text-darken-1 {
    color: #00897b !important
}

.teal.darken-2 {
    background-color: #00796b !important
}

.teal-text.text-darken-2 {
    color: #00796b !important
}

.teal.darken-3 {
    background-color: #00695c !important
}

.teal-text.text-darken-3 {
    color: #00695c !important
}

.teal.darken-4 {
    background-color: #004d40 !important
}

.teal-text.text-darken-4 {
    color: #004d40 !important
}

.teal.accent-1 {
    background-color: #a7ffeb !important
}

.teal-text.text-accent-1 {
    color: #a7ffeb !important
}

.teal.accent-2 {
    background-color: #64ffda !important
}

.teal-text.text-accent-2 {
    color: #64ffda !important
}

.teal.accent-3 {
    background-color: #1de9b6 !important
}

.teal-text.text-accent-3 {
    color: #1de9b6 !important
}

.teal.accent-4 {
    background-color: #00bfa5 !important
}

.teal-text.text-accent-4 {
    color: #00bfa5 !important
}

.green.lighten-5 {
    background-color: #e8f5e9 !important
}

.green-text.text-lighten-5 {
    color: #e8f5e9 !important
}

.green.lighten-4 {
    background-color: #c8e6c9 !important
}

.green-text.text-lighten-4 {
    color: #c8e6c9 !important
}

.green.lighten-3 {
    background-color: #a5d6a7 !important
}

.green-text.text-lighten-3 {
    color: #a5d6a7 !important
}

.green.lighten-2 {
    background-color: #81c784 !important
}

.green-text.text-lighten-2 {
    color: #81c784 !important
}

.green.lighten-1 {
    background-color: #66bb6a !important
}

.green-text.text-lighten-1 {
    color: #66bb6a !important
}

.green {
    background-color: #4caf50 !important
}

.green-text {
    color: #4caf50 !important
}

.green.darken-1 {
    background-color: #43a047 !important
}

.green-text.text-darken-1 {
    color: #43a047 !important
}

.green.darken-2 {
    background-color: #388e3c !important
}

.green-text.text-darken-2 {
    color: #388e3c !important
}

.green.darken-3 {
    background-color: #2e7d32 !important
}

.green-text.text-darken-3 {
    color: #2e7d32 !important
}

.green.darken-4 {
    background-color: #1b5e20 !important
}

.green-text.text-darken-4 {
    color: #1b5e20 !important
}

.green.accent-1 {
    background-color: #b9f6ca !important
}

.green-text.text-accent-1 {
    color: #b9f6ca !important
}

.green.accent-2 {
    background-color: #69f0ae !important
}

.green-text.text-accent-2 {
    color: #69f0ae !important
}

.green.accent-3 {
    background-color: #00e676 !important
}

.green-text.text-accent-3 {
    color: #00e676 !important
}

.green.accent-4 {
    background-color: #00c853 !important
}

.green-text.text-accent-4 {
    color: #00c853 !important
}

.light-green.lighten-5 {
    background-color: #f1f8e9 !important
}

.light-green-text.text-lighten-5 {
    color: #f1f8e9 !important
}

.light-green.lighten-4 {
    background-color: #dcedc8 !important
}

.light-green-text.text-lighten-4 {
    color: #dcedc8 !important
}

.light-green.lighten-3 {
    background-color: #c5e1a5 !important
}

.light-green-text.text-lighten-3 {
    color: #c5e1a5 !important
}

.light-green.lighten-2 {
    background-color: #aed581 !important
}

.light-green-text.text-lighten-2 {
    color: #aed581 !important
}

.light-green.lighten-1 {
    background-color: #9ccc65 !important
}

.light-green-text.text-lighten-1 {
    color: #9ccc65 !important
}

.light-green {
    background-color: #8bc34a !important
}

.light-green-text {
    color: #8bc34a !important
}

.light-green.darken-1 {
    background-color: #7cb342 !important
}

.light-green-text.text-darken-1 {
    color: #7cb342 !important
}

.light-green.darken-2 {
    background-color: #689f38 !important
}

.light-green-text.text-darken-2 {
    color: #689f38 !important
}

.light-green.darken-3 {
    background-color: #558b2f !important
}

.light-green-text.text-darken-3 {
    color: #558b2f !important
}

.light-green.darken-4 {
    background-color: #33691e !important
}

.light-green-text.text-darken-4 {
    color: #33691e !important
}

.light-green.accent-1 {
    background-color: #ccff90 !important
}

.light-green-text.text-accent-1 {
    color: #ccff90 !important
}

.light-green.accent-2 {
    background-color: #b2ff59 !important
}

.light-green-text.text-accent-2 {
    color: #b2ff59 !important
}

.light-green.accent-3 {
    background-color: #76ff03 !important
}

.light-green-text.text-accent-3 {
    color: #76ff03 !important
}

.light-green.accent-4 {
    background-color: #64dd17 !important
}

.light-green-text.text-accent-4 {
    color: #64dd17 !important
}

.lime.lighten-5 {
    background-color: #f9fbe7 !important
}

.lime-text.text-lighten-5 {
    color: #f9fbe7 !important
}

.lime.lighten-4 {
    background-color: #f0f4c3 !important
}

.lime-text.text-lighten-4 {
    color: #f0f4c3 !important
}

.lime.lighten-3 {
    background-color: #e6ee9c !important
}

.lime-text.text-lighten-3 {
    color: #e6ee9c !important
}

.lime.lighten-2 {
    background-color: #dce775 !important
}

.lime-text.text-lighten-2 {
    color: #dce775 !important
}

.lime.lighten-1 {
    background-color: #d4e157 !important
}

.lime-text.text-lighten-1 {
    color: #d4e157 !important
}

.lime {
    background-color: #cddc39 !important
}

.lime-text {
    color: #cddc39 !important
}

.lime.darken-1 {
    background-color: #c0ca33 !important
}

.lime-text.text-darken-1 {
    color: #c0ca33 !important
}

.lime.darken-2 {
    background-color: #afb42b !important
}

.lime-text.text-darken-2 {
    color: #afb42b !important
}

.lime.darken-3 {
    background-color: #9e9d24 !important
}

.lime-text.text-darken-3 {
    color: #9e9d24 !important
}

.lime.darken-4 {
    background-color: #827717 !important
}

.lime-text.text-darken-4 {
    color: #827717 !important
}

.lime.accent-1 {
    background-color: #f4ff81 !important
}

.lime-text.text-accent-1 {
    color: #f4ff81 !important
}

.lime.accent-2 {
    background-color: #eeff41 !important
}

.lime-text.text-accent-2 {
    color: #eeff41 !important
}

.lime.accent-3 {
    background-color: #c6ff00 !important
}

.lime-text.text-accent-3 {
    color: #c6ff00 !important
}

.lime.accent-4 {
    background-color: #aeea00 !important
}

.lime-text.text-accent-4 {
    color: #aeea00 !important
}

.yellow.lighten-5 {
    background-color: #fffde7 !important
}

.yellow-text.text-lighten-5 {
    color: #fffde7 !important
}

.yellow.lighten-4 {
    background-color: #fff9c4 !important
}

.yellow-text.text-lighten-4 {
    color: #fff9c4 !important
}

.yellow.lighten-3 {
    background-color: #fff59d !important
}

.yellow-text.text-lighten-3 {
    color: #fff59d !important
}

.yellow.lighten-2 {
    background-color: #fff176 !important
}

.yellow-text.text-lighten-2 {
    color: #fff176 !important
}

.yellow.lighten-1 {
    background-color: #ffee58 !important
}

.yellow-text.text-lighten-1 {
    color: #ffee58 !important
}

.yellow {
    background-color: #ffeb3b !important
}

.yellow-text {
    color: #ffeb3b !important
}

.yellow.darken-1 {
    background-color: #fdd835 !important
}

.yellow-text.text-darken-1 {
    color: #fdd835 !important
}

.yellow.darken-2 {
    background-color: #fbc02d !important
}

.yellow-text.text-darken-2 {
    color: #fbc02d !important
}

.yellow.darken-3 {
    background-color: #f9a825 !important
}

.yellow-text.text-darken-3 {
    color: #f9a825 !important
}

.yellow.darken-4 {
    background-color: #f57f17 !important
}

.yellow-text.text-darken-4 {
    color: #f57f17 !important
}

.yellow.accent-1 {
    background-color: #ffff8d !important
}

.yellow-text.text-accent-1 {
    color: #ffff8d !important
}

.yellow.accent-2 {
    background-color: #ff0 !important
}

.yellow-text.text-accent-2 {
    color: #ff0 !important
}

.yellow.accent-3 {
    background-color: #ffea00 !important
}

.yellow-text.text-accent-3 {
    color: #ffea00 !important
}

.yellow.accent-4 {
    background-color: #ffd600 !important
}

.yellow-text.text-accent-4 {
    color: #ffd600 !important
}

.amber.lighten-5 {
    background-color: #fff8e1 !important
}

.amber-text.text-lighten-5 {
    color: #fff8e1 !important
}

.amber.lighten-4 {
    background-color: #ffecb3 !important
}

.amber-text.text-lighten-4 {
    color: #ffecb3 !important
}

.amber.lighten-3 {
    background-color: #ffe082 !important
}

.amber-text.text-lighten-3 {
    color: #ffe082 !important
}

.amber.lighten-2 {
    background-color: #ffd54f !important
}

.amber-text.text-lighten-2 {
    color: #ffd54f !important
}

.amber.lighten-1 {
    background-color: #ffca28 !important
}

.amber-text.text-lighten-1 {
    color: #ffca28 !important
}

.amber {
    background-color: #ffc107 !important
}

.amber-text {
    color: #ffc107 !important
}

.amber.darken-1 {
    background-color: #ffb300 !important
}

.amber-text.text-darken-1 {
    color: #ffb300 !important
}

.amber.darken-2 {
    background-color: #ffa000 !important
}

.amber-text.text-darken-2 {
    color: #ffa000 !important
}

.amber.darken-3 {
    background-color: #ff8f00 !important
}

.amber-text.text-darken-3 {
    color: #ff8f00 !important
}

.amber.darken-4 {
    background-color: #ff6f00 !important
}

.amber-text.text-darken-4 {
    color: #ff6f00 !important
}

.amber.accent-1 {
    background-color: #ffe57f !important
}

.amber-text.text-accent-1 {
    color: #ffe57f !important
}

.amber.accent-2 {
    background-color: #ffd740 !important
}

.amber-text.text-accent-2 {
    color: #ffd740 !important
}

.amber.accent-3 {
    background-color: #ffc400 !important
}

.amber-text.text-accent-3 {
    color: #ffc400 !important
}

.amber.accent-4 {
    background-color: #ffab00 !important
}

.amber-text.text-accent-4 {
    color: #ffab00 !important
}

.orange.lighten-5 {
    background-color: #fff3e0 !important
}

.orange-text.text-lighten-5 {
    color: #fff3e0 !important
}

.orange.lighten-4 {
    background-color: #ffe0b2 !important
}

.orange-text.text-lighten-4 {
    color: #ffe0b2 !important
}

.orange.lighten-3 {
    background-color: #ffcc80 !important
}

.orange-text.text-lighten-3 {
    color: #ffcc80 !important
}

.orange.lighten-2 {
    background-color: #ffb74d !important
}

.orange-text.text-lighten-2 {
    color: #ffb74d !important
}

.orange.lighten-1 {
    background-color: #ffa726 !important
}

.orange-text.text-lighten-1 {
    color: #ffa726 !important
}

.orange {
    background-color: #ff9800 !important
}

.orange-text {
    color: #ff9800 !important
}

.orange.darken-1 {
    background-color: #fb8c00 !important
}

.orange-text.text-darken-1 {
    color: #fb8c00 !important
}

.orange.darken-2 {
    background-color: #f57c00 !important
}

.orange-text.text-darken-2 {
    color: #f57c00 !important
}

.orange.darken-3 {
    background-color: #ef6c00 !important
}

.orange-text.text-darken-3 {
    color: #ef6c00 !important
}

.orange.darken-4 {
    background-color: #e65100 !important
}

.orange-text.text-darken-4 {
    color: #e65100 !important
}

.orange.accent-1 {
    background-color: #ffd180 !important
}

.orange-text.text-accent-1 {
    color: #ffd180 !important
}

.orange.accent-2 {
    background-color: #ffab40 !important
}

.orange-text.text-accent-2 {
    color: #ffab40 !important
}

.orange.accent-3 {
    background-color: #ff9100 !important
}

.orange-text.text-accent-3 {
    color: #ff9100 !important
}

.orange.accent-4 {
    background-color: #ff6d00 !important
}

.orange-text.text-accent-4 {
    color: #ff6d00 !important
}

.deep-orange.lighten-5 {
    background-color: #fbe9e7 !important
}

.deep-orange-text.text-lighten-5 {
    color: #fbe9e7 !important
}

.deep-orange.lighten-4 {
    background-color: #ffccbc !important
}

.deep-orange-text.text-lighten-4 {
    color: #ffccbc !important
}

.deep-orange.lighten-3 {
    background-color: #ffab91 !important
}

.deep-orange-text.text-lighten-3 {
    color: #ffab91 !important
}

.deep-orange.lighten-2 {
    background-color: #ff8a65 !important
}

.deep-orange-text.text-lighten-2 {
    color: #ff8a65 !important
}

.deep-orange.lighten-1 {
    background-color: #ff7043 !important
}

.deep-orange-text.text-lighten-1 {
    color: #ff7043 !important
}

.deep-orange {
    background-color: #ff5722 !important
}

.deep-orange-text {
    color: #ff5722 !important
}

.deep-orange.darken-1 {
    background-color: #f4511e !important
}

.deep-orange-text.text-darken-1 {
    color: #f4511e !important
}

.deep-orange.darken-2 {
    background-color: #e64a19 !important
}

.deep-orange-text.text-darken-2 {
    color: #e64a19 !important
}

.deep-orange.darken-3 {
    background-color: #d84315 !important
}

.deep-orange-text.text-darken-3 {
    color: #d84315 !important
}

.deep-orange.darken-4 {
    background-color: #bf360c !important
}

.deep-orange-text.text-darken-4 {
    color: #bf360c !important
}

.deep-orange.accent-1 {
    background-color: #ff9e80 !important
}

.deep-orange-text.text-accent-1 {
    color: #ff9e80 !important
}

.deep-orange.accent-2 {
    background-color: #ff6e40 !important
}

.deep-orange-text.text-accent-2 {
    color: #ff6e40 !important
}

.deep-orange.accent-3 {
    background-color: #ff3d00 !important
}

.deep-orange-text.text-accent-3 {
    color: #ff3d00 !important
}

.deep-orange.accent-4 {
    background-color: #dd2c00 !important
}

.deep-orange-text.text-accent-4 {
    color: #dd2c00 !important
}

.brown.lighten-5 {
    background-color: #efebe9 !important
}

.brown-text.text-lighten-5 {
    color: #efebe9 !important
}

.brown.lighten-4 {
    background-color: #d7ccc8 !important
}

.brown-text.text-lighten-4 {
    color: #d7ccc8 !important
}

.brown.lighten-3 {
    background-color: #bcaaa4 !important
}

.brown-text.text-lighten-3 {
    color: #bcaaa4 !important
}

.brown.lighten-2 {
    background-color: #a1887f !important
}

.brown-text.text-lighten-2 {
    color: #a1887f !important
}

.brown.lighten-1 {
    background-color: #8d6e63 !important
}

.brown-text.text-lighten-1 {
    color: #8d6e63 !important
}

.brown {
    background-color: #795548 !important
}

.brown-text {
    color: #795548 !important
}

.brown.darken-1 {
    background-color: #6d4c41 !important
}

.brown-text.text-darken-1 {
    color: #6d4c41 !important
}

.brown.darken-2 {
    background-color: #5d4037 !important
}

.brown-text.text-darken-2 {
    color: #5d4037 !important
}

.brown.darken-3 {
    background-color: #4e342e !important
}

.brown-text.text-darken-3 {
    color: #4e342e !important
}

.brown.darken-4 {
    background-color: #3e2723 !important
}

.brown-text.text-darken-4 {
    color: #3e2723 !important
}

.blue-grey.lighten-5 {
    background-color: #eceff1 !important
}

.blue-grey-text.text-lighten-5 {
    color: #eceff1 !important
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc !important
}

.blue-grey-text.text-lighten-4 {
    color: #cfd8dc !important
}

.blue-grey.lighten-3 {
    background-color: #b0bec5 !important
}

.blue-grey-text.text-lighten-3 {
    color: #b0bec5 !important
}

.blue-grey.lighten-2 {
    background-color: #90a4ae !important
}

.blue-grey-text.text-lighten-2 {
    color: #90a4ae !important
}

.blue-grey.lighten-1 {
    background-color: #78909c !important
}

.blue-grey-text.text-lighten-1 {
    color: #78909c !important
}

.blue-grey {
    background-color: #607d8b !important
}

.blue-grey-text {
    color: #607d8b !important
}

.blue-grey.darken-1 {
    background-color: #546e7a !important
}

.blue-grey-text.text-darken-1 {
    color: #546e7a !important
}

.blue-grey.darken-2 {
    background-color: #455a64 !important
}

.blue-grey-text.text-darken-2 {
    color: #455a64 !important
}

.blue-grey.darken-3 {
    background-color: #37474f !important
}

.blue-grey-text.text-darken-3 {
    color: #37474f !important
}

.blue-grey.darken-4 {
    background-color: #263238 !important
}

.blue-grey-text.text-darken-4 {
    color: #263238 !important
}

.grey.lighten-5 {
    background-color: #fafafa !important
}

.grey-text.text-lighten-5 {
    color: #fafafa !important
}

.grey.lighten-4 {
    background-color: #f5f5f5 !important
}

.grey-text.text-lighten-4 {
    color: #f5f5f5 !important
}

.grey.lighten-3 {
    background-color: #eee !important
}

.grey-text.text-lighten-3 {
    color: #eee !important
}

.grey.lighten-2 {
    background-color: #e0e0e0 !important
}

.grey-text.text-lighten-2 {
    color: #e0e0e0 !important
}

.grey.lighten-1 {
    background-color: #bdbdbd !important
}

.grey-text.text-lighten-1 {
    color: #bdbdbd !important
}

.grey {
    background-color: #9e9e9e !important
}

.grey-text {
    color: #9e9e9e !important
}

.grey.darken-1 {
    background-color: #757575 !important
}

.grey-text.text-darken-1 {
    color: #757575 !important
}

.grey.darken-2 {
    background-color: #616161 !important
}

.grey-text.text-darken-2 {
    color: #616161 !important
}

.grey.darken-3 {
    background-color: #424242 !important
}

.grey-text.text-darken-3 {
    color: #424242 !important
}

.grey.darken-4 {
    background-color: #212121 !important
}

.grey-text.text-darken-4 {
    color: #212121 !important
}

.shades.black {
    background-color: #000 !important
}

.shades-text.text-black {
    color: #000 !important
}

.shades.white {
    background-color: #fff !important
}

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

.shades.transparent {
    background-color: transparent !important
}

.shades-text.text-transparent {
    color: transparent !important
}

.black {
    background-color: #000 !important
}

.black-text {
    color: #000 !important
}

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

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

.transparent {
    background-color: transparent !important
}

.transparent-text {
    color: transparent !important
}

.danger-color {
    background-color: #f44 !important
}

.danger-color-dark {
    background-color: #c00 !important
}

.warning-color {
    background-color: #fb3 !important
}

.warning-color-dark {
    background-color: #f80 !important
}

.success-color {
    background-color: #00c851 !important
}

.success-color-dark {
    background-color: #007e33 !important
}

.info-color {
    background-color: #33b5e5 !important
}

.info-color-dark {
    background-color: #09c !important
}

.default-color {
    background-color: #2bbbad !important
}

.default-color-dark {
    background-color: #00695c !important
}

.primary-color {
    background-color: #4285f4 !important
}

.primary-color-dark {
    background-color: #0d47a1 !important
}

.secondary-color {
    background-color: #a6c !important
}

.secondary-color-dark {
    background-color: #93c !important
}

.elegant-color {
    background-color: #2e2e2e !important
}

.elegant-color-dark {
    background-color: #212121 !important
}

.stylish-color {
    background-color: #4b515d !important
}

.stylish-color-dark {
    background-color: #3e4551 !important
}

.special-color {
    background-color: #37474f !important
}

.special-color-dark {
    background-color: #263238 !important
}

.unique-color {
    background-color: #3f729b !important
}

.unique-color-dark {
    background-color: #1c2331 !important
}

.mdb-color {
    background-color: #45526e !important
}

.rgba-blue-light {
    background-color: #03a9f44d !important
}

.rgba-red-light {
    background-color: #f443364d !important
}

.rgba-pink-light {
    background-color: #e91e634d !important
}

.rgba-purple-light {
    background-color: #9c27b04d !important
}

.rgba-indigo-light {
    background-color: #3f51b54d !important
}

.rgba-cyan-light {
    background-color: #00bcd44d !important
}

.rgba-teal-light {
    background-color: #0096884d !important
}

.rgba-green-light {
    background-color: #4caf504d !important
}

.rgba-lime-light {
    background-color: #cddc394d !important
}

.rgba-yellow-light {
    background-color: #ffeb3b4d !important
}

.rgba-orange-light {
    background-color: #ff98004d !important
}

.rgba-brown-light {
    background-color: #7955484d !important
}

.rgba-grey-light {
    background-color: #9e9e9e4d !important
}

.rgba-bluegrey-light {
    background-color: #607d8b4d !important
}

.rgba-black-light {
    background-color: #0000004d !important
}

.rgba-stylish-light {
    background-color: #3e45514d !important
}

.rgba-white-light {
    background-color: #ffffff4d !important
}

.rgba-blue-strong {
    background-color: #03a9f4b3 !important
}

.rgba-red-strong {
    background-color: #f44336b3 !important
}

.rgba-pink-strong {
    background-color: #e91e63b3 !important
}

.rgba-purple-strong {
    background-color: #9c27b0b3 !important
}

.rgba-indigo-strong {
    background-color: #3f51b5b3 !important
}

.rgba-cyan-strong {
    background-color: #00bcd4b3 !important
}

.rgba-teal-strong {
    background-color: #009688b3 !important
}

.rgba-green-strong {
    background-color: #4caf50b3 !important
}

.rgba-lime-strong {
    background-color: #cddc39b3 !important
}

.rgba-yellow-strong {
    background-color: #ffeb3bb3 !important
}

.rgba-orange-strong {
    background-color: #ff9800b3 !important
}

.rgba-brown-strong {
    background-color: #795548b3 !important
}

.rgba-grey-strong {
    background-color: #9e9e9eb3 !important
}

.rgba-bluegrey-strong {
    background-color: #607d8bb3 !important
}

.rgba-black-strong {
    background-color: #000000b3 !important
}

.rgba-stylish-strong {
    background-color: #3e4551b3 !important
}

.rgba-white-strong {
    background-color: #ffffffb3 !important
}

.rgba-blue-slight {
    background-color: #03a9f41a !important
}

.rgba-red-slight {
    background-color: #f443361a !important
}

.rgba-pink-slight {
    background-color: #e91e631a !important
}

.rgba-purple-slight {
    background-color: #9c27b01a !important
}

.rgba-indigo-slight {
    background-color: #3f51b51a !important
}

.rgba-cyan-slight {
    background-color: #00bcd41a !important
}

.rgba-teal-slight {
    background-color: #0096881a !important
}

.rgba-green-slight {
    background-color: #4caf501a !important
}

.rgba-lime-slight {
    background-color: #cddc391a !important
}

.rgba-yellow-slight {
    background-color: #ffeb3b1a !important
}

.rgba-orange-slight {
    background-color: #ff98001a !important
}

.rgba-brown-slight {
    background-color: #7955481a !important
}

.rgba-grey-slight {
    background-color: #9e9e9e1a !important
}

.rgba-bluegrey-slight {
    background-color: #607d8b1a !important
}

.rgba-black-slight {
    background-color: #0000001a !important
}

.rgba-stylish-slight {
    background-color: #3e45511a !important
}

.rgba-white-slight {
    background-color: #ffffff1a !important
}

.blue-gradient {
    background: #000;
    background: linear-gradient(135deg, #000, #062a64);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#062a64", GradientType=1)
}

.red-gradient {
    background: #000;
    background: linear-gradient(135deg, #000, #7d0000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#7d0000", GradientType=1)
}

.green-gradient {
    background: #000;
    background: linear-gradient(135deg, #000, #003830);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#003830", GradientType=1)
}

.purple-gradient {
    background: #000;
    background: linear-gradient(135deg, #000, #650696);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#650696", GradientType=1)
}

.dark-gradient {
    background: #000;
    background: linear-gradient(135deg, #000, #2e2e2e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#2e2e2e", GradientType=1)
}

.grey-gradient {
    background: #000;
    background: linear-gradient(135deg, #000, #4b515d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#4b515d", GradientType=1)
}

.mdb-gradient {
    background: #000;
    background: linear-gradient(135deg, #000, #3f729b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#3f729b", GradientType=1)
}

.deep-orange-gradient {
    background: #000;
    background: linear-gradient(135deg, #000, #8a1a00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#8a1a00", GradientType=1)
}

.graphite-gradient {
    background: #000;
    background: linear-gradient(135deg, #000, #37474f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#37474f", GradientType=1)
}

.pink-gradient {
    background: #000;
    background: linear-gradient(135deg, #000, #880e4f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#880e4f", GradientType=1)
}

.z-depth-0,
.section .map-container img,
.modal-dialog.cascading-modal.modal-avatar .modal-header {
    box-shadow: none !important
}

.z-depth-1,
.jumbotron,
.card,
.list-group,
.popover,
.navbar,
.dropdown-menu,
.badge,
.chip,
.pagination .active .page-link,
.modal-dialog.cascading-modal .modal-c-tabs .nav-tabs,
.modal-dialog.modal-notify .modal-header {
    box-shadow: 0 2px 5px #00000029, 0 2px 10px #0000001f
}

.z-depth-1-half,
.media .media-left img,
.tooltip .tooltip-inner,
.section img,
.section .view,
.card .form-header,
ul.instagram-photos li img,
.modal-dialog .modal-content,
.modal-dialog.cascading-modal .modal-header,
.modal-dialog.modal-notify.modal-info .btn-primary-modal.active,
.modal-dialog.modal-notify.modal-warning .btn-primary-modal.active,
.modal-dialog.modal-notify.modal-success .btn-primary-modal.active,
.modal-dialog.modal-notify.modal-danger .btn-primary-modal.active,
.side-modal .modal-dialog {
    box-shadow: 0 5px 11px #0000002e, 0 4px 15px #00000026
}

.z-depth-2,
.section .jumbotron,
.modal-dialog.cascading-modal.modal-avatar .modal-header img {
    box-shadow: 0 8px 17px #0003, 0 6px 20px #00000030
}

.z-depth-3 {
    box-shadow: 0 12px 15px #0000003d, 0 17px 50px #00000030
}

.z-depth-4 {
    box-shadow: 0 16px 28px #00000038, 0 25px 55px #00000036
}

.z-depth-5 {
    box-shadow: 0 27px 24px #0003, 0 40px 77px #00000038
}

.hoverable {
    transition: box-shadow .55s;
    box-shadow: 0
}

.hoverable:hover {
    transition: box-shadow .45s;
    box-shadow: 0 8px 17px #0003, 0 6px 20px #00000030
}

a {
    color: #0275d8;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

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

.jumbotron,
.card,
.badge,
.alert,
.nav .nav-link,
.navbar-toggler,
.navbar,
.breadcrumb,
.page-item:last-child .page-link,
.page-item:first-child .page-link,
.pagination-lg .page-item:last-child .page-link,
.pagination-lg .page-item:first-child .page-link,
.pagination-sm .page-item:first-child .page-link,
.pagination-sm .page-item:last-child .page-link,
.list-group .list-group-item,
.tooltip-inner,
.popover,
.dropdown-menu,
.input-group-addon,
.file-custom,
.card .card-header,
.nav-tabs,
img {
    border-radius: 2px
}

.popover,
.input-group-addon,
.dropdown-menu,
.pagination .page-item .page-link {
    border: 0
}

.pagination .active .page-link {
    border-radius: 2px;
    transition: all .2s linear
}

.pagination .page-link {
    transition: all .3s linear;
    color: #292b2c
}

.pagination .page-link:hover {
    transition: all .3s linear
}

.pagination .page-link:focus {
    background-color: transparent
}

.pagination.pg-blue .active .page-link {
    background-color: #4285f4
}

.pagination.pg-red .active .page-link {
    background-color: #f44
}

.pagination.pg-teal .active .page-link {
    background-color: #2bbbad
}

.pagination.pg-darkgrey .active .page-link {
    background-color: #37474f
}

.pagination.pg-dark .active .page-link {
    background-color: #2e2e2e
}

.pagination.pg-bluegrey .active .page-link {
    background-color: #3f729b
}

.pagination.pg-amber .active .page-link {
    background-color: #ff6f00
}

.pagination.pg-purple .active .page-link {
    background-color: #5e35b1
}

.pager a,
.pager .disabled>a {
    color: #fff
}

.pager.pg-blue li a {
    background-color: #4285f4
}

.pager.pg-blue li a:focus {
    background-color: #4285f4;
    color: #fff
}

.pager.pg-blue li a:hover {
    background-color: #4285f4;
    color: #fff
}

.pager.pg-red li a {
    background-color: #f44
}

.pager.pg-red li a:focus {
    background-color: #f44;
    color: #fff
}

.pager.pg-red li a:hover {
    background-color: #f44;
    color: #fff
}

.pager.pg-teal li a {
    background-color: #2bbbad
}

.pager.pg-teal li a:focus {
    background-color: #2bbbad;
    color: #fff
}

.pager.pg-teal li a:hover {
    background-color: #2bbbad;
    color: #fff
}

.pager.pg-darkgrey li a {
    background-color: #37474f
}

.pager.pg-darkgrey li a:focus {
    background-color: #37474f;
    color: #fff
}

.pager.pg-darkgrey li a:hover {
    background-color: #37474f;
    color: #fff
}

.pager.pg-dark li a {
    background-color: #2e2e2e
}

.pager.pg-dark li a:focus {
    background-color: #2e2e2e;
    color: #fff
}

.pager.pg-dark li a:hover {
    background-color: #2e2e2e;
    color: #fff
}

.pager.pg-bluegrey li a {
    background-color: #3f729b
}

.pager.pg-bluegrey li a:focus {
    background-color: #3f729b;
    color: #fff
}

.pager.pg-bluegrey li a:hover {
    background-color: #3f729b;
    color: #fff
}

.pager.pg-amber li a {
    background-color: #ff6f00
}

.pager.pg-amber li a:focus {
    background-color: #ff6f00;
    color: #fff
}

.pager.pg-amber li a:hover {
    background-color: #ff6f00;
    color: #fff
}

.pager.pg-purple li a {
    background-color: #5e35b1
}

.pager.pg-purple li a:focus {
    background-color: #5e35b1;
    color: #fff
}

.pager.pg-purple li a:hover {
    background-color: #5e35b1;
    color: #fff
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover {
    background-color: inerhit !important
}

.modal-footer .btn+.btn {
    margin-bottom: 6px
}

body.modal-open {
    overflow: inherit;
    padding-right: 0 !important
}

.card-columns .card {
    margin: 2px
}

.parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em
}

.nav-pills.horizontal-spy .nav-item .active {
    border-bottom: 2px solid #45526E;
    border-left: none
}

.nav-pills.horizontal-spy .nav-item:hover {
    background-color: transparent;
    color: #45526e;
    font-weight: 500;
    border-left: none
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
    background-color: transparent;
    color: #000
}

.disabled {
    cursor: not-allowed !important
}

.video-fluid {
    height: auto
}

.video-full {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translate(-50%) translateY(-50%);
    background-size: cover
}

.media .media-left {
    padding: 0 10px 10px 0
}

.card-block h5 {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400
}

.card-block h3 {
    margin-bottom: 1rem;
    font-weight: 400
}

.card-block p {
    margin-bottom: 1rem
}

.tooltip {
    opacity: 1
}

.tooltip .tooltip-inner {
    padding: .4rem .8rem
}

section {
    flex: 0 0 100%
}

.breadcrumb .breadcrumb-item.active {
    color: #818a91
}

.dropdown-menu .dropdown-item:active {
    background: #f7f7f9
}

.dropdown-menu {
    transition: all .2s cubic-bezier(.72, 1.2, .71, .72)
}

bar-chart,
doughnut-chart,
line-chart,
pie-chart,
polar-area-chart,
radar-chart {
    display: block;
    position: relative
}

.collapse .card {
    transition: .5s ease
}

body {
    font-family: Roboto, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300
}

@media only screen and (min-width: 0) {
    html {
        font-size: 15px
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 15.5px
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 16px
    }
}

.text-fluid {
    font-weight: 300
}

@media only screen and (min-width: 360px) {
    .text-fluid {
        font-size: 1.2rem
    }
}

@media only screen and (min-width: 390px) {
    .text-fluid {
        font-size: 1.224rem
    }
}

@media only screen and (min-width: 420px) {
    .text-fluid {
        font-size: 1.248rem
    }
}

@media only screen and (min-width: 450px) {
    .text-fluid {
        font-size: 1.272rem
    }
}

@media only screen and (min-width: 480px) {
    .text-fluid {
        font-size: 1.296rem
    }
}

@media only screen and (min-width: 510px) {
    .text-fluid {
        font-size: 1.32rem
    }
}

@media only screen and (min-width: 540px) {
    .text-fluid {
        font-size: 1.344rem
    }
}

@media only screen and (min-width: 570px) {
    .text-fluid {
        font-size: 1.368rem
    }
}

@media only screen and (min-width: 600px) {
    .text-fluid {
        font-size: 1.392rem
    }
}

@media only screen and (min-width: 630px) {
    .text-fluid {
        font-size: 1.416rem
    }
}

@media only screen and (min-width: 660px) {
    .text-fluid {
        font-size: 1.44rem
    }
}

@media only screen and (min-width: 690px) {
    .text-fluid {
        font-size: 1.464rem
    }
}

@media only screen and (min-width: 720px) {
    .text-fluid {
        font-size: 1.488rem
    }
}

@media only screen and (min-width: 750px) {
    .text-fluid {
        font-size: 1.512rem
    }
}

@media only screen and (min-width: 780px) {
    .text-fluid {
        font-size: 1.536rem
    }
}

@media only screen and (min-width: 810px) {
    .text-fluid {
        font-size: 1.56rem
    }
}

@media only screen and (min-width: 840px) {
    .text-fluid {
        font-size: 1.584rem
    }
}

@media only screen and (min-width: 870px) {
    .text-fluid {
        font-size: 1.608rem
    }
}

@media only screen and (min-width: 900px) {
    .text-fluid {
        font-size: 1.632rem
    }
}

@media only screen and (min-width: 930px) {
    .text-fluid {
        font-size: 1.656rem
    }
}

@media only screen and (min-width: 960px) {
    .text-fluid {
        font-size: 1.68rem
    }
}

@media only screen and (max-width: 360px) {
    .text-fluid {
        font-size: 1.2rem
    }
}

p.lead {
    font-weight: 400
}

blockquote p {
    font-size: .9rem;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media only screen and (max-width: 768px) {

    .h1-responsive,
    .section .section-heading {
        font-size: 150%;
        font-weight: 500
    }

    .h2-responsive {
        font-size: 145%
    }

    .h3-responsive,
    .h4-responsive,
    .h5-responsive {
        font-size: 135%
    }
}

@media only screen and (min-width: 768px) {

    .h1-responsive,
    .section .section-heading {
        font-size: 170%
    }

    .h2-responsive {
        font-size: 140%
    }

    .h3-responsive,
    .h4-responsive,
    .h5-responsive {
        font-size: 125%
    }
}

@media only screen and (min-width: 992px) {

    .h1-responsive,
    .section .section-heading {
        font-size: 200%
    }

    .h2-responsive {
        font-size: 170%
    }

    .h3-responsive {
        font-size: 140%
    }

    .h4-responsive,
    .h5-responsive {
        font-size: 125%
    }
}

@media only screen and (min-width: 1200px) {

    .h1-responsive,
    .section .section-heading {
        font-size: 250%
    }

    .h2-responsive {
        font-size: 200%
    }

    .h3-responsive {
        font-size: 170%
    }

    .h4-responsive {
        font-size: 140%
    }

    .h5-responsive {
        font-size: 125%
    }
}

.section {
    margin-bottom: 2rem
}

.section .section-heading {
    margin-top: 2rem;
    margin-bottom: 4rem
}

.section .section-description {
    color: #757575;
    margin-bottom: 4rem;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center
}

@media (max-width: 992px) {
    .section .section-description {
        margin-left: 5%;
        margin-right: 5%
    }
}

.section h4 {
    font-weight: 400
}

.section h5 .fa {
    margin-right: 8px
}

.section hr {
    margin-top: 1rem;
    margin-bottom: 3rem
}

.section .contact-icons {
    text-align: center
}

.section .contact-icons li {
    margin-bottom: 2.2rem
}

.section .contact-icons .fa {
    font-size: 2.2rem;
    margin-bottom: .6rem;
    color: #424242
}

.between-sections {
    margin-bottom: 4rem
}

ul {
    padding: 10;
    list-style-type: none
}

ul li {
    list-style-type: none
}

.list-disc li {
    list-style-type: disc
}

.list-circle li {
    list-style-type: circle
}

.list-square li {
    list-style-type: square
}

.list-roman li {
    list-style-type: upper-roman
}

.list-alpha li {
    list-style-type: upper-alpha
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleZ(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleZ(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleZ(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleZ(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translate(0)
    }

    6.5% {
        transform: translate(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translate(5px) rotateY(7deg)
    }

    31.5% {
        transform: translate(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translate(2px) rotateY(3deg)
    }

    50% {
        transform: translate(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleZ(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scaleZ(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: none
    }

    22.2% {
        transform: skew(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skew(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skew(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skew(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skew(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skew(.39062deg) skewY(.39062deg)
    }

    88.8% {
        transform: skew(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleZ(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skew(-30deg);
        opacity: 0
    }

    60% {
        transform: skew(20deg);
        opacity: 1
    }

    80% {
        transform: skew(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skew(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 1
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: #0003;
    background: radial-gradient(#0003 0, #0000004d 40%, #0006, #00000080, #fff0 70%);
    transition: all .5s ease-out;
    transition-property: transform, opacity;
    transform: scale(0) translate(0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background: #fff6;
    background: radial-gradient(#fff3 0, #ffffff4d 40%, #fff6, #ffffff80, #fff0 70%)
}

.waves-effect.waves-classic .waves-ripple {
    background: #0003
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: #fff6
}

.waves-notransition {
    transition: none !important
}

.waves-button,
.waves-circle {
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%)
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: #0000;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1
}

.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em
}

.waves-button-input {
    margin: 0;
    padding: .85em 1.1em
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper.waves-button {
    padding: 0
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%
}

.waves-float {
    -webkit-mask-image: none;
    box-shadow: 0 1px 1.5px 1px #0000001f;
    transition: all .3s
}

.waves-float:active {
    box-shadow: 0 8px 20px 1px #0000004d
}

.waves-block {
    display: block
}

@media only screen and (max-width: 992px) {
    .center-on-small-only {
        text-align: center
    }

    .center-on-small-only .img-fluid,
    .center-on-small-only .section img,
    .section .center-on-small-only img,
    .center-on-small-only .section .view,
    .section .center-on-small-only .view,
    .center-on-small-only .card img,
    .card .center-on-small-only img,
    .center-on-small-only .modal-dialog.cascading-modal.modal-avatar .modal-header,
    .modal-dialog.cascading-modal.modal-avatar .center-on-small-only .modal-header {
        display: inline
    }
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.flex-center p {
    margin: 0
}

.flex-center ul {
    text-align: center
}

.flex-center ul li {
    margin-bottom: 1rem
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.img-fluid,
.section img,
.section .view,
.card img,
.modal-dialog.cascading-modal.modal-avatar .modal-header {
    display: block;
    max-width: 100%;
    height: auto
}

.inline-ul>li {
    display: inline
}

.list-inline-div>div {
    display: inline-block
}

.hr-light {
    background-color: #fff;
    height: .5px
}

.hr-dark {
    background-color: #666;
    height: .5px
}

.divider-new {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    margin-top: 45px;
    margin-bottom: 45px
}

.divider-new h2 {
    margin-top: 5px
}

.divider-new:before {
    content: "";
    height: 1.5px;
    background: #666;
    flex: 1;
    margin: 0 .45em 0 0
}

.divider-new:after {
    content: "";
    height: 1.5px;
    background: #666;
    flex: 1;
    margin: 0 0 0 .45em
}

@media (min-width: 992px) {
    .hr-mobile {
        display: none !important
    }
}

.section-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 3rem;
    padding: .7rem
}

.section-title small {
    text-transform: none;
    padding-left: 7px;
    margin-left: 10px
}

.st-indigo {
    border-left: 4px solid blue
}

.st-indigo small {
    border-left: 2px solid blue
}

.st-red {
    border-left: 4px solid red
}

.st-red small {
    border-left: 2px solid red
}

.st-teal {
    border-left: 4px solid #009688
}

.st-teal small {
    border-left: 2px solid #009688
}

.st-orange {
    border-left: 4px solid #ff6f00
}

.st-orange small {
    border-left: 2px solid #ff6f00
}

.st-blue {
    border-left: 4px solid #2196f3
}

.st-blue small {
    border-left: 2px solid #2196f3
}

.st-mdb {
    border-left: 4px solid #45526E
}

.st-mdb small {
    border-left: 2px solid #45526E
}

.divider-short {
    max-width: 50px;
    border-color: #4285f4;
    border-width: 3px
}

.blockquote .bq-title {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 0
}

.blockquote p {
    font-size: 1.1rem
}

.bq-primary {
    border-left: 3px solid #4285F4
}

.bq-primary .bq-title {
    color: #4285f4
}

.bq-warning {
    border-left: 3px solid #ffbb33
}

.bq-warning .bq-title {
    color: #fb3
}

.bq-danger {
    border-left: 3px solid #ff4444
}

.bq-danger .bq-title {
    color: #f44
}

.bq-success {
    border-left: 3px solid #00C851
}

.bq-success .bq-title {
    color: #00c851
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.mt-1 {
    margin-top: 1rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.mt-2 {
    margin-top: 1.5rem !important
}

.mb-2 {
    margin-bottom: 1.5rem !important
}

.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.mt-4 {
    margin-top: 4rem !important
}

.mb-4 {
    margin-bottom: 4rem !important
}

.my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.mt-5 {
    margin-top: 5rem !important
}

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

.my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.pt-1 {
    padding-top: 1rem !important
}

.pb-1 {
    padding-bottom: 1rem !important
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.pt-2 {
    padding-top: 1.5rem !important
}

.pb-2 {
    padding-bottom: 1.5rem !important
}

.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.pt-3 {
    padding-top: 3rem !important
}

.pb-3 {
    padding-bottom: 3rem !important
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-4 {
    padding-top: 4rem !important
}

.pb-4 {
    padding-bottom: 4rem !important
}

.py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.pt-5 {
    padding-top: 5rem !important
}

.pb-5 {
    padding-bottom: 5rem !important
}

.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

@media (max-width: 992px) {
    .mb-r {
        margin-bottom: 2rem !important
    }
}

@media (min-width: 992px) {
    .mb-r {
        margin-bottom: 3rem !important
    }
}

.mb-m {
    margin-bottom: 1rem
}

@media (min-width: 62em) {
    .mb-m {
        margin-bottom: 0
    }
}

.no-height {
    height: 0
}

.sharp-corners {
    border-radius: 0
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search-md],
input[type=search],
textarea.md-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: none;
    height: 2.1rem;
    width: 100%;
    font-size: 1rem;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s
}

input[type=text]:disabled,
input[type=text][readonly=readonly],
input[type=password]:disabled,
input[type=password][readonly=readonly],
input[type=email]:disabled,
input[type=email][readonly=readonly],
input[type=url]:disabled,
input[type=url][readonly=readonly],
input[type=time]:disabled,
input[type=time][readonly=readonly],
input[type=date]:disabled,
input[type=date][readonly=readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly=readonly],
input[type=tel]:disabled,
input[type=tel][readonly=readonly],
input[type=number]:disabled,
input[type=number][readonly=readonly],
input[type=search-md]:disabled,
input[type=search-md][readonly=readonly],
input[type=search]:disabled,
input[type=search][readonly=readonly],
textarea.md-textarea:disabled,
textarea.md-textarea[readonly=readonly] {
    color: #00000075;
    border-bottom: 1px dotted rgba(0, 0, 0, .46);
    background-color: transparent
}

input[type=text]:disabled+label,
input[type=text][readonly=readonly]+label,
input[type=password]:disabled+label,
input[type=password][readonly=readonly]+label,
input[type=email]:disabled+label,
input[type=email][readonly=readonly]+label,
input[type=url]:disabled+label,
input[type=url][readonly=readonly]+label,
input[type=time]:disabled+label,
input[type=time][readonly=readonly]+label,
input[type=date]:disabled+label,
input[type=date][readonly=readonly]+label,
input[type=datetime-local]:disabled+label,
input[type=datetime-local][readonly=readonly]+label,
input[type=tel]:disabled+label,
input[type=tel][readonly=readonly]+label,
input[type=number]:disabled+label,
input[type=number][readonly=readonly]+label,
input[type=search-md]:disabled+label,
input[type=search-md][readonly=readonly]+label,
input[type=search]:disabled+label,
input[type=search][readonly=readonly]+label,
textarea.md-textarea:disabled+label,
textarea.md-textarea[readonly=readonly]+label {
    color: #00000075;
    background-color: transparent
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #4285F4;
    box-shadow: 0 1px #4285f4
}

input[type=text]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=date]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=search-md]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
textarea.md-textarea:focus:not([readonly])+label {
    color: #4285f4
}

input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search-md].valid,
input[type=search-md]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.md-textarea.valid,
textarea.md-textarea:focus.valid {
    border-bottom: 1px solid #00C851;
    box-shadow: 0 1px #00c851
}

input[type=text].valid+label:after,
input[type=text]:focus.valid+label:after,
input[type=password].valid+label:after,
input[type=password]:focus.valid+label:after,
input[type=email].valid+label:after,
input[type=email]:focus.valid+label:after,
input[type=url].valid+label:after,
input[type=url]:focus.valid+label:after,
input[type=time].valid+label:after,
input[type=time]:focus.valid+label:after,
input[type=date].valid+label:after,
input[type=date]:focus.valid+label:after,
input[type=datetime-local].valid+label:after,
input[type=datetime-local]:focus.valid+label:after,
input[type=tel].valid+label:after,
input[type=tel]:focus.valid+label:after,
input[type=number].valid+label:after,
input[type=number]:focus.valid+label:after,
input[type=search-md].valid+label:after,
input[type=search-md]:focus.valid+label:after,
input[type=search].valid+label:after,
input[type=search]:focus.valid+label:after,
textarea.md-textarea.valid+label:after,
textarea.md-textarea:focus.valid+label:after {
    content: attr(data-success);
    color: #00c851;
    opacity: 1
}

input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search-md].invalid,
input[type=search-md]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.md-textarea.invalid,
textarea.md-textarea:focus.invalid {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px #f44336
}

input[type=text].invalid+label:after,
input[type=text]:focus.invalid+label:after,
input[type=password].invalid+label:after,
input[type=password]:focus.invalid+label:after,
input[type=email].invalid+label:after,
input[type=email]:focus.invalid+label:after,
input[type=url].invalid+label:after,
input[type=url]:focus.invalid+label:after,
input[type=time].invalid+label:after,
input[type=time]:focus.invalid+label:after,
input[type=date].invalid+label:after,
input[type=date]:focus.invalid+label:after,
input[type=datetime-local].invalid+label:after,
input[type=datetime-local]:focus.invalid+label:after,
input[type=tel].invalid+label:after,
input[type=tel]:focus.invalid+label:after,
input[type=number].invalid+label:after,
input[type=number]:focus.invalid+label:after,
input[type=search-md].invalid+label:after,
input[type=search-md]:focus.invalid+label:after,
input[type=search].invalid+label:after,
input[type=search]:focus.invalid+label:after,
textarea.md-textarea.invalid+label:after,
textarea.md-textarea:focus.invalid+label:after {
    content: attr(data-error);
    color: #f44336;
    opacity: 1
}

input[type=text]+label:after,
input[type=password]+label:after,
input[type=email]+label:after,
input[type=url]+label:after,
input[type=time]+label:after,
input[type=date]+label:after,
input[type=datetime-local]+label:after,
input[type=tel]+label:after,
input[type=number]+label:after,
input[type=search-md]+label:after,
input[type=search]+label:after,
textarea.md-textarea+label:after {
    display: block;
    content: "";
    position: absolute;
    top: 65px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out
}

input[type=text].input-alternate,
input[type=password].input-alternate,
input[type=email].input-alternate,
input[type=url].input-alternate,
input[type=time].input-alternate,
input[type=date].input-alternate,
input[type=datetime-local].input-alternate,
input[type=tel].input-alternate,
input[type=number].input-alternate,
input[type=search-md].input-alternate,
input[type=search].input-alternate,
textarea.md-textarea.input-alternate {
    padding: 0 15px;
    box-shadow: 0 1px 3px #0003, 0 1px 1px #00000024, 0 2px 1px -1px #0000001f;
    font-size: .875rem;
    border-bottom: 0;
    transition: none !important
}

input[type=text].input-alternate:hover,
input[type=text].input-alternate:focus,
input[type=password].input-alternate:hover,
input[type=password].input-alternate:focus,
input[type=email].input-alternate:hover,
input[type=email].input-alternate:focus,
input[type=url].input-alternate:hover,
input[type=url].input-alternate:focus,
input[type=time].input-alternate:hover,
input[type=time].input-alternate:focus,
input[type=date].input-alternate:hover,
input[type=date].input-alternate:focus,
input[type=datetime-local].input-alternate:hover,
input[type=datetime-local].input-alternate:focus,
input[type=tel].input-alternate:hover,
input[type=tel].input-alternate:focus,
input[type=number].input-alternate:hover,
input[type=number].input-alternate:focus,
input[type=search-md].input-alternate:hover,
input[type=search-md].input-alternate:focus,
input[type=search].input-alternate:hover,
input[type=search].input-alternate:focus,
textarea.md-textarea.input-alternate:hover,
textarea.md-textarea.input-alternate:focus {
    box-shadow: 0 3px 8px #0003, 0 0 0 1px #00000014 !important;
    border-bottom: 0
}

label {
    font-size: .8rem;
    color: darken #ccc, 90%
}

.form-control {
    padding: 0;
    padding-bottom: .6rem;
    padding-top: .5rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    margin-top: .2rem;
    margin-bottom: 1rem
}

.form-control:focus {
    background: transparent
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0
}

.md-form {
    position: relative;
    margin-bottom: 1.5rem
}

.md-form.form-sm input {
    padding-bottom: .2rem;
    padding-top: .2rem;
    font-size: .8rem;
    line-height: .5
}

.md-form.form-sm label {
    font-size: .9rem
}

.md-form.form-sm .prefix {
    font-size: 1.5rem;
    top: .4rem
}

.md-form.form-sm .prefix~input,
.md-form.form-sm .prefix~textarea {
    margin-left: 2.2rem
}

.md-form.form-sm .prefix~label {
    margin-left: 2.2rem
}

.md-form .btn {
    margin-bottom: 1.5rem
}

.md-form label {
    color: #757575;
    position: absolute;
    top: .8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out
}

.md-form label.active {
    font-size: .8rem;
    transform: translateY(-140%)
}

.md-form .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s
}

.md-form .prefix.active {
    color: #4285f4
}

.md-form .prefix~input,
.md-form .prefix~textarea {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.md-form .prefix~textarea {
    padding-top: .8rem
}

.md-form .prefix~label {
    margin-left: 3rem
}

@media only screen and (max-width: 992px) {
    .md-form .prefix~input {
        width: 86%;
        width: calc(100% - 3rem)
    }
}

@media only screen and (max-width: 600px) {
    .md-form .prefix~input {
        width: 80%;
        width: calc(100% - 3rem)
    }
}

.md-form.input-group .form-control {
    margin: 0;
    padding-left: 1rem
}

.md-form.input-group .form-control::-webkit-input-placeholder {
    color: #999;
    padding-top: 2px
}

.md-form.input-group .form-control:-moz-placeholder {
    color: #999;
    padding-top: 2px
}

.md-form.input-group .form-control::-moz-placeholder {
    color: #999;
    padding-top: 2px
}

.md-form.input-group .form-control::-ms-placeholder {
    color: #999;
    padding-top: 2px
}

.md-form.input-group .form-control::placeholder {
    color: #999;
    padding-top: 2px
}

.md-form.input-group :-ms-input-placeholder.form-control {
    padding-top: .5rem !important
}

.form-inline fieldset {
    margin-right: 1.5rem
}

textarea {
    width: 100%;
    height: 3rem;
    background-color: transparent
}

textarea.md-textarea {
    overflow-y: hidden;
    padding: 1.6rem 0;
    resize: none;
    min-height: 3rem
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem
}

.input-dark-bg::-webkit-input-placeholder {
    color: #fff !important;
    font-weight: 300
}

.input-dark-bg:-moz-placeholder {
    color: #fff !important;
    font-weight: 300
}

.input-dark-bg::-moz-placeholder {
    color: #fff !important;
    font-weight: 300
}

.input-dark-bg::-ms-placeholder {
    color: #fff !important;
    font-weight: 300
}

.input-dark-bg::placeholder {
    color: #fff !important;
    font-weight: 300
}

.input-dark-bg input[type=text] {
    border-bottom: 1px solid #fff
}

.input-dark-bg .form-control {
    color: #fff
}

.input-light-bg::-webkit-input-placeholder {
    color: #1c2331 !important;
    font-weight: 300
}

.input-light-bg:-moz-placeholder {
    color: #1c2331 !important;
    font-weight: 300
}

.input-light-bg::-moz-placeholder {
    color: #1c2331 !important;
    font-weight: 300
}

.input-light-bg::-ms-placeholder {
    color: #1c2331 !important;
    font-weight: 300
}

.input-light-bg::placeholder {
    color: #1c2331 !important;
    font-weight: 300
}

.input-light-bg input[type=text] {
    border-bottom: 1px solid #1C2331
}

.input-light-bg .form-control {
    color: #1c2331
}

.form-inline .form-group {
    margin-right: 2rem
}

i.btn-primary {
    background: #4285f4 !important
}

i.btn-default {
    background: #2bbbad !important
}

i.btn-success {
    background: #00c851 !important
}

i.btn-info {
    background: #33b5e5 !important
}

i.btn-warning {
    background: #f80 !important
}

i.btn-danger {
    background: #c00 !important
}

sebm-google-map {
    height: 300px
}

.card {
    border: 0
}

.card .card-title a {
    color: #424242;
    transition: .4s
}

.card .card-title a:hover {
    color: #616161;
    transition: .4s
}

.card img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.card .card-block {
    position: relative
}

.card .card-footer {
    padding-bottom: 0;
    font-size: 1.2rem
}

.card .card-footer:after {
    display: block;
    content: "";
    clear: both
}

.card .card-footer .card-link {
    color: inherit
}

.jumbotron {
    background-color: #fff;
    padding: 2rem
}

.jumbotron.m-1,
.jumbotron.m-2,
.jumbotron.m-3 {
    z-index: 50;
    position: relative;
    margin-left: 3%;
    margin-right: 3%
}

.jumbotron.m-1 {
    margin-top: -20px
}

.jumbotron.m-2 {
    margin-top: -30px
}

.jumbotron.m-3 {
    margin-top: -40px
}

.list-group-item {
    width: 100%
}

.edge-header {
    display: block;
    height: 278px;
    background-color: #ccc
}

.free-bird {
    margin-top: -100px
}

.free-bird .py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.free-bird .px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.card .form-header {
    color: #fff;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 3rem;
    padding: 1rem;
    border-radius: 2px
}

.card .form-header h3 {
    margin: 0;
    padding: .7rem
}

.call .fa {
    margin-right: 5px
}

.navbar {
    font-weight: 300
}

.navbar form input {
    height: 1rem;
    margin: 0 5px 1px 8px
}

.navbar .navbar-nav .nav-item {
    transition: .5s
}

.navbar .navbar-nav .nav-item:focus {
    outline: none
}

.navbar .navbar-brand {
    align-self: flex-start;
    overflow: visible
}

.navbar .breadcrumb {
    margin: 0;
    background-color: inherit;
    font-weight: 300
}

.navbar.navbar-dark .navbar-brand,
.navbar.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer
}

.navbar.navbar-dark .breadcrumb a,
.navbar.navbar-dark .navbar-nav .nav-item a {
    color: #fff;
    transition: .35s
}

.navbar.navbar-dark .breadcrumb a:hover,
.navbar.navbar-dark .navbar-nav .nav-item a:hover {
    color: #ffffffbf
}

.navbar.navbar-dark .breadcrumb.active,
.navbar.navbar-dark .navbar-nav .nav-item.active {
    background-color: #ffffff1a
}

.navbar.navbar-dark .breadcrumb .dropdown-menu a,
.navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu a {
    color: #212121
}

.navbar.navbar-dark .breadcrumb .dropdown-menu a:hover,
.navbar.navbar-dark .breadcrumb .dropdown-menu a:focus,
.navbar.navbar-dark .breadcrumb .dropdown-menu a:active,
.navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu a:hover,
.navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu a:focus,
.navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu a:active {
    color: #212121
}

.navbar.navbar-dark .nav-link,
.navbar.navbar-dark .navbar-toggler {
    color: #fff
}

.navbar.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar.navbar-light .breadcrumb a,
.navbar.navbar-light .nav-item a {
    color: #212121;
    transition: .35s
}

.navbar.navbar-light .breadcrumb a:hover,
.navbar.navbar-light .nav-item a:hover {
    transition: .35s;
    color: #212121
}

.navbar.navbar-light .breadcrumb.active,
.navbar.navbar-light .nav-item.active {
    background-color: #9e9e9e33
}

.navbar.navbar-light .breadcrumb .dropdown-menu a,
.navbar.navbar-light .nav-item .dropdown-menu a {
    color: #000;
    padding: 1rem
}

.navbar.navbar-light .navbar-toggler {
    color: #000
}

.navbar .dropdown-menu a {
    font-size: .9375rem;
    font-weight: 300;
    padding: 10px
}

.navbar .navbar-toggler {
    border-width: 0
}

.navbar .nav-flex-icons {
    flex-direction: row
}

.navbar .container .navbar-toggler-right.waves-effect {
    position: absolute
}

@media (max-width: 991px) {
    .navbar .container {
        width: 100%
    }

    .navbar .container .navbar-toggler-right {
        right: 0
    }
}

.navbar .dropdown-menu {
    position: absolute !important
}

.navbar.double-nav {
    flex-direction: row
}

.navbar-dark form input[type=text] {
    border-bottom: 1px solid #fff
}

.navbar-dark form .form-control {
    color: #fff
}

.navbar-dark form .form-control::-webkit-input-placeholder {
    color: #ffffffa6 !important;
    font-weight: 300
}

.navbar-dark form .form-control:-moz-placeholder {
    color: #ffffffa6 !important;
    font-weight: 300
}

.navbar-dark form .form-control::-moz-placeholder {
    color: #ffffffa6 !important;
    font-weight: 300
}

.navbar-dark form .form-control::-ms-placeholder {
    color: #ffffffa6 !important;
    font-weight: 300
}

.navbar-dark form .form-control::placeholder {
    color: #ffffffa6 !important;
    font-weight: 300
}

.navbar-light form input[type=text] {
    border-bottom: 1px solid #1C2331
}

.navbar-light form .form-control {
    color: #1c2331
}

.navbar-light form .form-control::-webkit-input-placeholder {
    color: #1c2331 !important;
    font-weight: 300
}

.navbar-light form .form-control:-moz-placeholder {
    color: #1c2331 !important;
    font-weight: 300
}

.navbar-light form .form-control::-moz-placeholder {
    color: #1c2331 !important;
    font-weight: 300
}

.navbar-light form .form-control::-ms-placeholder {
    color: #1c2331 !important;
    font-weight: 300
}

.navbar-light form .form-control::placeholder {
    color: #1c2331 !important;
    font-weight: 300
}

@media (min-width: 992px) {
    .navbar-toggleable-md .navbar-collapse links {
        display: flex !important;
        width: 100%
    }
}

.view {
    overflow: hidden;
    position: relative;
    cursor: default
}

.view .mask,
.view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img,
.view video {
    display: block;
    position: relative
}

.view .mask {
    background-attachment: fixed
}

.full-bg-img {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

header .view {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.overlay:hover .mask {
    opacity: 1
}

.overlay img,
.overlay video {
    transition: all .2s linear
}

.overlay .mask {
    opacity: 0;
    transition: all .4s ease-in-out
}

.pattern-1 {
    background: url(/node_modules/angular-bootstrap-md/img/overlays/01.png)
}

.pattern-2 {
    background: url(/node_modules/angular-bootstrap-md/img/overlays/02.png)
}

.pattern-3 {
    background: url(/node_modules/angular-bootstrap-md/img/overlays/03.png)
}

.pattern-4 {
    background: url(/node_modules/angular-bootstrap-md/img/overlays/04.png)
}

.pattern-5 {
    background: url(/node_modules/angular-bootstrap-md/img/overlays/05.png)
}

.pattern-6 {
    background: url(/node_modules/angular-bootstrap-md/img/overlays/06.png)
}

.pattern-7 {
    background: url(/node_modules/angular-bootstrap-md/img/overlays/07.png)
}

.pattern-8 {
    background: url(/node_modules/angular-bootstrap-md/img/overlays/08.png)
}

.pattern-9 {
    background: url(/node_modules/angular-bootstrap-md/img/overlays/09.png)
}

.hm-blue-light .mask,
.hm-blue-light .full-bg-img {
    background-color: #03a9f44d
}

.hm-red-light .mask,
.hm-red-light .full-bg-img {
    background-color: #f443364d
}

.hm-pink-light .mask,
.hm-pink-light .full-bg-img {
    background-color: #e91e634d
}

.hm-purple-light .mask,
.hm-purple-light .full-bg-img {
    background-color: #9c27b04d
}

.hm-indigo-light .mask,
.hm-indigo-light .full-bg-img {
    background-color: #3f51b54d
}

.hm-cyan-light .mask,
.hm-cyan-light .full-bg-img {
    background-color: #00bcd44d
}

.hm-teal-light .mask,
.hm-teal-light .full-bg-img {
    background-color: #0096884d
}

.hm-green-light .mask,
.hm-green-light .full-bg-img {
    background-color: #4caf504d
}

.hm-lime-light .mask,
.hm-lime-light .full-bg-img {
    background-color: #cddc394d
}

.hm-yellow-light .mask,
.hm-yellow-light .full-bg-img {
    background-color: #ffeb3b4d
}

.hm-orange-light .mask,
.hm-orange-light .full-bg-img {
    background-color: #ff98004d
}

.hm-brown-light .mask,
.hm-brown-light .full-bg-img {
    background-color: #7955484d
}

.hm-grey-light .mask,
.hm-grey-light .full-bg-img {
    background-color: #9e9e9e4d
}

.hm-bluegrey-light .mask,
.hm-bluegrey-light .full-bg-img {
    background-color: #607d8b4d
}

.hm-black-light .mask,
.hm-black-light .full-bg-img {
    background-color: #0000004d
}

.hm-stylish-light .mask,
.hm-stylish-light .full-bg-img {
    background-color: #3e45514d
}

.hm-white-light .mask,
.hm-white-light .full-bg-img {
    background-color: #ffffff4d
}

.hm-blue-strong .mask,
.hm-blue-strong .full-bg-img {
    background-color: #03a9f4b3
}

.hm-red-strong .mask,
.hm-red-strong .full-bg-img {
    background-color: #f44336b3
}

.hm-pink-strong .mask,
.hm-pink-strong .full-bg-img {
    background-color: #e91e63b3
}

.hm-purple-strong .mask,
.hm-purple-strong .full-bg-img {
    background-color: #9c27b0b3
}

.hm-indigo-strong .mask,
.hm-indigo-strong .full-bg-img {
    background-color: #3f51b5b3
}

.hm-cyan-strong .mask,
.hm-cyan-strong .full-bg-img {
    background-color: #00bcd4b3
}

.hm-teal-strong .mask,
.hm-teal-strong .full-bg-img {
    background-color: #009688b3
}

.hm-green-strong .mask,
.hm-green-strong .full-bg-img {
    background-color: #4caf50b3
}

.hm-lime-strong .mask,
.hm-lime-strong .full-bg-img {
    background-color: #cddc39b3
}

.hm-yellow-strong .mask,
.hm-yellow-strong .full-bg-img {
    background-color: #ffeb3bb3
}

.hm-orange-strong .mask,
.hm-orange-strong .full-bg-img {
    background-color: #ff9800b3
}

.hm-brown-strong .mask,
.hm-brown-strong .full-bg-img {
    background-color: #795548b3
}

.hm-grey-strong .mask,
.hm-grey-strong .full-bg-img {
    background-color: #9e9e9eb3
}

.hm-bluegrey-strong .mask,
.hm-bluegrey-strong .full-bg-img {
    background-color: #607d8bb3
}

.hm-black-strong .mask,
.hm-black-strong .full-bg-img {
    background-color: #000000b3
}

.hm-stylish-strong .mask,
.hm-stylish-strong .full-bg-img {
    background-color: #3e4551b3
}

.hm-white-strong .mask,
.hm-white-strong .full-bg-img {
    background-color: #ffffffb3
}

.hm-blue-slight .mask,
.hm-blue-slight .full-bg-img {
    background-color: #03a9f41a
}

.hm-red-slight .mask,
.hm-red-slight .full-bg-img {
    background-color: #f443361a
}

.hm-pink-slight .mask,
.hm-pink-slight .full-bg-img {
    background-color: #e91e631a
}

.hm-purple-slight .mask,
.hm-purple-slight .full-bg-img {
    background-color: #9c27b01a
}

.hm-indigo-slight .mask,
.hm-indigo-slight .full-bg-img {
    background-color: #3f51b51a
}

.hm-cyan-slight .mask,
.hm-cyan-slight .full-bg-img {
    background-color: #00bcd41a
}

.hm-teal-slight .mask,
.hm-teal-slight .full-bg-img {
    background-color: #0096881a
}

.hm-green-slight .mask,
.hm-green-slight .full-bg-img {
    background-color: #4caf501a
}

.hm-lime-slight .mask,
.hm-lime-slight .full-bg-img {
    background-color: #cddc391a
}

.hm-yellow-slight .mask,
.hm-yellow-slight .full-bg-img {
    background-color: #ffeb3b1a
}

.hm-orange-slight .mask,
.hm-orange-slight .full-bg-img {
    background-color: #ff98001a
}

.hm-brown-slight .mask,
.hm-brown-slight .full-bg-img {
    background-color: #7955481a
}

.hm-grey-slight .mask,
.hm-grey-slight .full-bg-img {
    background-color: #9e9e9e1a
}

.hm-bluegrey-slight .mask,
.hm-bluegrey-slight .full-bg-img {
    background-color: #607d8b1a
}

.hm-black-slight .mask,
.hm-black-slight .full-bg-img {
    background-color: #0000001a
}

.hm-stylish-slight .mask,
.hm-stylish-slight .full-bg-img {
    background-color: #3e45511a
}

.hm-white-slight .mask,
.hm-white-slight .full-bg-img {
    background-color: #ffffff1a
}

.hm-zoom img {
    transition: all .2s linear
}

.hm-zoom:hover img {
    transform: scale(1.1)
}

.hm-zoom:hover .mask {
    opacity: 1
}

.img-overlay {
    position: relative
}

.img-overlay:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    background: #0000002b;
    transition: background .4s
}

.img-overlay:hover:after {
    background: #00000059
}

.img-overlay.light:after {
    background: #ffffff2b
}

.img-overlay.light:hover:after {
    background: #ffffff59
}

.img-overlay.blue:after {
    background: #0091ea2b
}

.img-overlay.blue:hover:after {
    background: #0091ea59
}

.img-overlay.green:after {
    background: #4caf502b
}

.img-overlay.green:hover:after {
    background: #4caf5059
}

.img-overlay.red:after {
    background: #d500002b
}

.img-overlay.red:hover:after {
    background: #d5000059
}

footer.page-footer {
    margin-top: 20px;
    padding-top: 20px;
    background-color: #3e4551;
    color: #fff
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: #fffc;
    background-color: #0003;
    text-align: center
}

footer.page-footer a {
    color: #fff
}

footer.page-footer .title {
    text-transform: uppercase
}

footer.page-footer .call-to-action {
    text-align: center;
    padding-top: 1.3rem;
    padding-bottom: .5rem
}

footer.page-footer .call-to-action ul li {
    display: inline-block;
    padding-right: 10px
}

footer.page-footer .social-section {
    text-align: center
}

footer.page-footer .social-section ul li {
    display: inline-block
}

ul.instagram-photos li {
    display: inline-block;
    max-width: 100px;
    margin: 4px
}

ul.instagram-photos li img {
    margin: 0
}

.carousel-control:hover {
    transition-duration: .4s
}

.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.carousel-item.next,
    .carousel-fade .carousel-inner>.carousel-item.active.right {
        opacity: 0;
        transform: translateZ(0)
    }

    .carousel-fade .carousel-inner>.carousel-item.prev,
    .carousel-fade .carousel-inner>.carousel-item.active.left {
        opacity: 0;
        transform: translateZ(0)
    }

    .carousel-fade .carousel-inner>.carousel-item.next.left,
    .carousel-fade .carousel-inner>.carousel-item.prev.right,
    .carousel-fade .carousel-inner>.carousel-item.active {
        opacity: 1;
        transform: translateZ(0)
    }
}

.carousel {
    outline: none
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
    width: 36px;
    height: 36px
}

.carousel .carousel-indicators {
    z-index: 2
}

.carousel .carousel-indicators li {
    max-width: 10px;
    height: 10px;
    border-radius: 50%
}

.carousel .video-fluid {
    height: 100%
}

.carousel.no-flex .carousel-item.active,
.carousel.no-flex .carousel-item-next,
.carousel.no-flex .carousel-item-prev {
    display: block
}

.item {
    width: 100%
}

.carousel-item.active {
    animation: fadein 1.5s
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

body.scrollable {
    overflow-y: auto
}

.modal-dialog .modal-content {
    border-radius: 2px;
    border: 0
}

.modal .modal-dialog.modal-top {
    top: 0
}

.modal .modal-dialog.modal-left {
    left: 0
}

.modal .modal-dialog.modal-right {
    right: 0
}

.modal .modal-dialog.modal-bottom {
    bottom: 0
}

.modal .modal-dialog.modal-top-left {
    top: 10px;
    left: 10px
}

.modal .modal-dialog.modal-top-right {
    top: 10px;
    right: 10px
}

.modal .modal-dialog.modal-bottom-left {
    left: 10px;
    bottom: 10px
}

.modal .modal-dialog.modal-bottom-right {
    right: 10px;
    bottom: 10px
}

.modal.fade.top:not(.show) .modal-dialog {
    transform: translate3d(0, -25%, 0)
}

.modal.fade.left:not(.show) .modal-dialog {
    transform: translate3d(-25%, 0, 0)
}

.modal.fade.right:not(.show) .modal-dialog {
    transform: translate3d(25%, 0, 0)
}

.modal.fade.bottom:not(.show) .modal-dialog {
    transform: translate3d(0, 25%, 0)
}

.modal.fade.in {
    opacity: 1
}

.modal.fade.in .modal-dialog {
    transform: translate(0)
}

.modal.fade.in .modal-dialog .relative {
    display: inline-block;
    transform: translateZ(0)
}

.modal.modal-scrolling {
    position: relative
}

.modal.modal-scrolling .modal-dialog {
    position: fixed;
    z-index: 1050
}

.modal.modal-content-clickable {
    top: auto;
    bottom: auto
}

.modal.modal-content-clickable .modal-dialog {
    position: fixed
}

.modal .modal-fluid {
    width: 100%;
    max-width: 100%
}

.modal .modal-fluid .modal-content {
    width: 100%
}

.modal .modal-frame {
    position: absolute;
    width: 100%;
    max-width: 100%;
    margin: 0
}

.modal .modal-frame.modal-bottom {
    bottom: 0
}

.modal .modal-full-height {
    display: flex;
    position: absolute;
    width: 400px;
    height: 100%;
    margin: 0;
    top: 0;
    right: 0
}

.modal .modal-full-height.modal-top,
.modal .modal-full-height.modal-bottom {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto
}

.modal .modal-full-height.modal-top {
    bottom: auto
}

.modal .modal-full-height.modal-bottom {
    top: auto
}

.modal .modal-full-height .modal-content {
    width: 100%
}

.modal .modal-full-height.modal-lg {
    max-width: 90%;
    width: 90%
}

@media (min-width: 992px) {
    .modal .modal-full-height.modal-lg {
        max-width: 800px;
        width: 800px
    }
}

@media (min-width: 1200px) {
    .modal .modal-full-height.modal-lg {
        max-width: 1000px;
        width: 1000px
    }
}

.modal .modal-side {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
    width: 400px
}

.modal-dialog .btn .fa {
    color: #fff !important
}

.modal-dialog [class*=btn-outline-] .fa {
    color: inherit !important
}

.modal-dialog.cascading-modal {
    margin-top: 10%
}

.modal-dialog.cascading-modal .modal-header {
    text-align: center;
    margin: -2rem 1rem 1rem;
    padding: 1.5rem;
    border: none;
    flex-direction: column;
    border-radius: 3px
}

.modal-dialog.cascading-modal .modal-header .close {
    margin-right: 2.5rem
}

.modal-dialog.cascading-modal .modal-header.white-text .close {
    color: #fff;
    opacity: 1
}

.modal-dialog.cascading-modal .modal-header .title {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.25rem
}

.modal-dialog.cascading-modal .modal-header .title .fa {
    margin-right: 9px
}

.modal-dialog.cascading-modal .modal-header .social-buttons {
    margin-top: 1.5rem
}

.modal-dialog.cascading-modal .modal-header .social-buttons a {
    font-size: 1rem
}

.modal-dialog.cascading-modal .modal-c-tabs .nav-tabs {
    margin: -1.5rem 1rem 0
}

.modal-dialog.cascading-modal .modal-c-tabs .tab-content {
    padding: 1.7rem 0 0
}

.modal-dialog.cascading-modal .modal-body,
.modal-dialog.cascading-modal .modal-footer {
    color: #616161;
    padding-right: 2rem;
    padding-left: 2rem
}

.modal-dialog.cascading-modal .modal-body .additional-option,
.modal-dialog.cascading-modal .modal-footer .additional-option {
    text-align: center;
    margin-top: 1rem
}

.modal-dialog.cascading-modal.modal-avatar {
    margin-top: 6rem
}

.modal-dialog.cascading-modal.modal-avatar .modal-header {
    margin: -6rem 2rem -1rem
}

.modal-dialog.cascading-modal.modal-avatar .modal-header img {
    width: 130px
}

.modal-dialog.modal-notify .heading {
    margin: 0;
    padding: .3rem;
    color: #fff;
    font-size: 1.15rem
}

.modal-dialog.modal-notify .modal-header {
    border: 0
}

.modal-dialog.modal-notify .close {
    opacity: 1
}

.modal-dialog.modal-notify .modal-body {
    padding: 1.5rem;
    color: #616161
}

.modal-dialog.modal-notify .btn-outline-secondary-modal {
    background-color: transparent
}

.modal-dialog.modal-notify.modal-info .modal-header {
    background-color: #5394ff
}

.modal-dialog.modal-notify.modal-info .fa {
    color: #5394ff
}

.modal-dialog.modal-notify.modal-info .badge {
    background-color: #5394ff
}

.modal-dialog.modal-notify.modal-info .btn-primary-modal {
    background: #5394ff
}

.modal-dialog.modal-notify.modal-info .btn-primary-modal:hover,
.modal-dialog.modal-notify.modal-info .btn-primary-modal:focus,
.modal-dialog.modal-notify.modal-info .btn-primary-modal:active {
    background-color: #6da4ff !important
}

.modal-dialog.modal-notify.modal-info .btn-primary-modal.active {
    background-color: #0059ec !important
}

.modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal {
    border: 2px solid #5394ff;
    color: #5394ff !important
}

.modal-dialog.modal-notify.modal-warning .modal-header {
    background-color: #ff8e38
}

.modal-dialog.modal-notify.modal-warning .fa {
    color: #ff8e38
}

.modal-dialog.modal-notify.modal-warning .badge {
    background-color: #ff8e38
}

.modal-dialog.modal-notify.modal-warning .btn-primary-modal {
    background: #ff8e38
}

.modal-dialog.modal-notify.modal-warning .btn-primary-modal:hover,
.modal-dialog.modal-notify.modal-warning .btn-primary-modal:focus,
.modal-dialog.modal-notify.modal-warning .btn-primary-modal:active {
    background-color: #ff9c52 !important
}

.modal-dialog.modal-notify.modal-warning .btn-primary-modal.active {
    background-color: #d15a00 !important
}

.modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal {
    border: 2px solid #ff8e38;
    color: #ff8e38 !important
}

.modal-dialog.modal-notify.modal-success .modal-header {
    background-color: #01d36b
}

.modal-dialog.modal-notify.modal-success .fa {
    color: #01d36b
}

.modal-dialog.modal-notify.modal-success .badge {
    background-color: #01d36b
}

.modal-dialog.modal-notify.modal-success .btn-primary-modal {
    background: #01d36b
}

.modal-dialog.modal-notify.modal-success .btn-primary-modal:hover,
.modal-dialog.modal-notify.modal-success .btn-primary-modal:focus,
.modal-dialog.modal-notify.modal-success .btn-primary-modal:active {
    background-color: #01ec78 !important
}

.modal-dialog.modal-notify.modal-success .btn-primary-modal.active {
    background-color: #016d38 !important
}

.modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal {
    border: 2px solid #01d36b;
    color: #01d36b !important
}

.modal-dialog.modal-notify.modal-danger .modal-header {
    background-color: #ff4b4b
}

.modal-dialog.modal-notify.modal-danger .fa {
    color: #ff4b4b
}

.modal-dialog.modal-notify.modal-danger .badge {
    background-color: #ff4b4b
}

.modal-dialog.modal-notify.modal-danger .btn-primary-modal {
    background: #ff4b4b
}

.modal-dialog.modal-notify.modal-danger .btn-primary-modal:hover,
.modal-dialog.modal-notify.modal-danger .btn-primary-modal:focus,
.modal-dialog.modal-notify.modal-danger .btn-primary-modal:active {
    background-color: #ff6565 !important
}

.modal-dialog.modal-notify.modal-danger .btn-primary-modal.active {
    background-color: #e40000 !important
}

.modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal {
    border: 2px solid #ff4b4b;
    color: #ff4b4b !important
}

.modal-sm .modal-content {
    margin: 0 auto;
    max-width: 300px
}

@media (min-width: 768px) {
    .modal-sm {
        max-width: 100%
    }
}

.modal .modal-fluid,
.modal .modal-frame {
    width: 100%;
    max-width: 100%
}

.modal-ext .modal-content .modal-header {
    text-align: center
}

.modal-ext .modal-content .options {
    float: left
}

.modal-ext .modal-content .modal-body .text-xs-center fieldset {
    margin-top: 20px
}

.modal-ext .modal-content .call {
    margin-top: 1rem
}

.modal-ext .modal-content .modal-body {
    padding: 2rem 2rem 1rem
}

.modal-content .close {
    position: absolute;
    right: 15px
}

.modal-cart li p {
    margin: 5px;
    font-weight: 400
}

.modal-cart li p .badge {
    margin-left: 10px;
    margin-top: 3px;
    font-weight: 400;
    position: absolute
}

.modal-cart li p .quantity {
    font-size: 16px;
    margin-right: 7px;
    font-weight: 300
}

.modal-cart .cartPageLink {
    margin-left: 10px
}

.modal-cart .cartPageLink a {
    text-decoration: underline;
    color: #666
}

.modal-cart .total {
    float: right;
    font-weight: 400
}

.cf-phone {
    margin-left: 7px
}

.side-modal {
    position: fixed;
    width: 400px;
    height: 100%;
    width: 100%;
    z-index: 9999
}

.side-modal .modal-dialog {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 400px;
    margin: 10px
}

@media (max-width: 760px) {
    .side-modal .modal-dialog {
        display: none
    }
}

.side-modal .modal-header {
    padding: 1rem
}

.side-modal .modal-header .heading {
    margin: 0;
    padding: 0
}

.side-modal .modal-content {
    border: none
}

.side-modal.fade:not(.show) .modal-dialog {
    transform: translate3d(25%, 0, 0)
}

.transparent-bd {
    opacity: 0 !important
}

.modal-backdrop.in,
.modal-backdrop {
    opacity: .5
}

:root {
    font-family: Inter var, sans-serif;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    font-variation-settings: normal;
    --font-family: "Inter var", sans-serif;
    --font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    --surface-a: #ffffff;
    --surface-b: #f9fafb;
    --surface-c: #f3f4f6;
    --surface-d: #e5e7eb;
    --surface-e: #ffffff;
    --surface-f: #ffffff;
    --text-color: #4b5563;
    --text-color-secondary: #6b7280;
    --primary-color: #3B82F6;
    --primary-color-text: #ffffff;
    --surface-0: #ffffff;
    --surface-50: #f9fafb;
    --surface-100: #f3f4f6;
    --surface-200: #e5e7eb;
    --surface-300: #d1d5db;
    --surface-400: #9ca3af;
    --surface-500: #6b7280;
    --surface-600: #4b5563;
    --surface-700: #374151;
    --surface-800: #1f2937;
    --surface-900: #111827;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --content-padding: 1.25rem;
    --inline-spacing: .5rem;
    --border-radius: 6px;
    --surface-ground: #f9fafb;
    --surface-section: #ffffff;
    --surface-card: #ffffff;
    --surface-overlay: #ffffff;
    --surface-border: #dfe7ef;
    --surface-hover: #f6f9fc;
    --focus-ring: 0 0 0 .2rem #BFDBFE;
    --maskbg: rgba(0, 0, 0, .4);
    --highlight-bg: #EFF6FF;
    --highlight-text-color: #1D4ED8;
    color-scheme: light
}


:root {
    --blue-50: #f5f9ff;
    --blue-100: #d0e1fd;
    --blue-200: #abc9fb;
    --blue-300: #85b2f9;
    --blue-400: #609af8;
    --blue-500: #3b82f6;
    --blue-600: #326fd1;
    --blue-700: #295bac;
    --blue-800: #204887;
    --blue-900: #183462;
    --green-50: #f4fcf7;
    --green-100: #caf1d8;
    --green-200: #a0e6ba;
    --green-300: #76db9b;
    --green-400: #4cd07d;
    --green-500: #22c55e;
    --green-600: #1da750;
    --green-700: #188a42;
    --green-800: #136c34;
    --green-900: #0e4f26;
    --yellow-50: #fefbf3;
    --yellow-100: #faedc4;
    --yellow-200: #f6de95;
    --yellow-300: #f2d066;
    --yellow-400: #eec137;
    --yellow-500: #eab308;
    --yellow-600: #c79807;
    --yellow-700: #a47d06;
    --yellow-800: #816204;
    --yellow-900: #5e4803;
    --cyan-50: #f3fbfd;
    --cyan-100: #c3edf5;
    --cyan-200: #94e0ed;
    --cyan-300: #65d2e4;
    --cyan-400: #35c4dc;
    --cyan-500: #06b6d4;
    --cyan-600: #059bb4;
    --cyan-700: #047f94;
    --cyan-800: #036475;
    --cyan-900: #024955;
    --pink-50: #fef6fa;
    --pink-100: #fad3e7;
    --pink-200: #f7b0d3;
    --pink-300: #f38ec0;
    --pink-400: #f06bac;
    --pink-500: #ec4899;
    --pink-600: #c93d82;
    --pink-700: #a5326b;
    --pink-800: #822854;
    --pink-900: #5e1d3d;
    --indigo-50: #f7f7fe;
    --indigo-100: #dadafc;
    --indigo-200: #bcbdf9;
    --indigo-300: #9ea0f6;
    --indigo-400: #8183f4;
    --indigo-500: #6366f1;
    --indigo-600: #5457cd;
    --indigo-700: #4547a9;
    --indigo-800: #363885;
    --indigo-900: #282960;
    --teal-50: #f3fbfb;
    --teal-100: #c7eeea;
    --teal-200: #9ae0d9;
    --teal-300: #6dd3c8;
    --teal-400: #41c5b7;
    --teal-500: #14b8a6;
    --teal-600: #119c8d;
    --teal-700: #0e8174;
    --teal-800: #0b655b;
    --teal-900: #084a42;
    --orange-50: #fff8f3;
    --orange-100: #feddc7;
    --orange-200: #fcc39b;
    --orange-300: #fba86f;
    --orange-400: #fa8e42;
    --orange-500: #f97316;
    --orange-600: #d46213;
    --orange-700: #ae510f;
    --orange-800: #893f0c;
    --orange-900: #642e09;
    --bluegray-50: #f7f8f9;
    --bluegray-100: #dadee3;
    --bluegray-200: #bcc3cd;
    --bluegray-300: #9fa9b7;
    --bluegray-400: #818ea1;
    --bluegray-500: #64748b;
    --bluegray-600: #556376;
    --bluegray-700: #465161;
    --bluegray-800: #37404c;
    --bluegray-900: #282e38;
    --purple-50: #fbf7ff;
    --purple-100: #ead6fd;
    --purple-200: #dab6fc;
    --purple-300: #c996fa;
    --purple-400: #b975f9;
    --purple-500: #a855f7;
    --purple-600: #8f48d2;
    --purple-700: #763cad;
    --purple-800: #5c2f88;
    --purple-900: #432263;
    --red-50: #fff5f5;
    --red-100: #ffd0ce;
    --red-200: #ffaca7;
    --red-300: #ff8780;
    --red-400: #ff6259;
    --red-500: #ff3d32;
    --red-600: #d9342b;
    --red-700: #b32b23;
    --red-800: #8c221c;
    --red-900: #661814;
    --primary-50: #f5f9ff;
    --primary-100: #d0e1fd;
    --primary-200: #abc9fb;
    --primary-300: #85b2f9;
    --primary-400: #609af8;
    --primary-500: #3b82f6;
    --primary-600: #326fd1;
    --primary-700: #295bac;
    --primary-800: #204887;
    --primary-900: #183462
}

.p-editor-container .p-editor-toolbar {
    background: #f9fafb;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

.p-editor-container .p-editor-toolbar.ql-snow {
    border: 1px solid #e5e7eb
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
    stroke: #6b7280
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
    fill: #6b7280
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
    border: 0 none;
    color: #6b7280
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
    color: #4b5563
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
    stroke: #4b5563
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
    fill: #4b5563
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #4b5563
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #4b5563
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #4b5563
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    background: #fff;
    border: 0 none;
    box-shadow: 0 2px 12px #0000001a;
    border-radius: 6px;
    padding: .75rem 0
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
    color: #4b5563
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
    color: #4b5563;
    background: #f3f4f6
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
    padding: .75rem 1.25rem
}

.p-editor-container .p-editor-content {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.p-editor-container .p-editor-content.ql-snow {
    border: 1px solid #e5e7eb
}

.p-editor-container .p-editor-content .ql-editor {
    background: #fff;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
    color: #4b5563
}

.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
    stroke: #4b5563
}

.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
    fill: #4b5563
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
    color: #3b82f6
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
    stroke: #3b82f6
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
    fill: #3b82f6
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
    color: #3b82f6
}

@layer primeng {
    * {
        box-sizing: border-box
    }

    .p-component {
        font-family: var(--font-family);
        font-feature-settings: var(--font-feature-settings, normal);
        font-size: 1rem;
        font-weight: 400
    }

    .p-component-overlay {
        background-color: #0006;
        transition-duration: .2s
    }

    .p-disabled,
    .p-component:disabled {
        opacity: .6
    }

    .p-error {
        color: #e24c4c
    }

    .p-text-secondary {
        color: #6b7280
    }

    .pi {
        font-size: 1rem
    }

    .p-icon {
        width: 1rem;
        height: 1rem
    }

    .p-link {
        font-family: var(--font-family);
        font-feature-settings: var(--font-feature-settings, normal);
        font-size: 1rem;
        border-radius: 6px
    }

    .p-link:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-component-overlay-enter {
        animation: p-component-overlay-enter-animation .15s forwards
    }

    .p-component-overlay-leave {
        animation: p-component-overlay-leave-animation .15s forwards
    }

    @keyframes p-component-overlay-enter-animation {
        0% {
            background-color: transparent
        }

        to {
            background-color: var(--maskbg)
        }
    }

    @keyframes p-component-overlay-leave-animation {
        0% {
            background-color: var(--maskbg)
        }

        to {
            background-color: transparent
        }
    }

    .p-autocomplete .p-autocomplete-loader {
        right: .75rem
    }

    .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
        right: 3.75rem
    }

    .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
        border-color: #3b82f6
    }

    .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe;
        border-color: #3b82f6
    }

    .p-autocomplete .p-autocomplete-multiple-container {
        padding: .375rem .75rem;
        gap: .5rem
    }

    .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
        padding: .375rem 0
    }

    .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
        font-family: var(--font-family);
        font-feature-settings: var(--font-feature-settings, normal);
        font-size: 1rem;
        color: #4b5563;
        padding: 0;
        margin: 0
    }

    .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
        padding: .375rem .75rem;
        background: #e5e7eb;
        color: #4b5563;
        border-radius: 16px
    }

    .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
        margin-left: .5rem
    }

    .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
        background: #d1d5db;
        color: #4b5563
    }

    .p-autocomplete.p-invalid.p-component>.p-inputtext {
        border-color: #e24c4c
    }

    .p-autocomplete-panel {
        background: #fff;
        color: #4b5563;
        border: 0 none;
        border-radius: 6px;
        box-shadow: 0 2px 12px #0000001a
    }

    .p-autocomplete-panel .p-autocomplete-items {
        padding: .75rem 0
    }

    .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
        margin: 0;
        padding: .75rem 1.25rem;
        border: 0 none;
        color: #4b5563;
        background: transparent;
        transition: box-shadow .2s;
        border-radius: 0
    }

    .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
        background: #3b82f63d
    }

    .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
        color: #4b5563;
        background: #e5e7eb
    }

    .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
        margin: 0;
        padding: .75rem 1.25rem;
        color: #374151;
        background: #fff;
        font-weight: 700
    }

    p-autocomplete.ng-dirty.ng-invalid>.p-autocomplete>.p-inputtext {
        border-color: #e24c4c
    }

    p-autocomplete.p-autocomplete-clearable .p-inputtext {
        padding-right: 2.5rem
    }

    p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
        color: #6b7280;
        right: .75rem
    }

    p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
        color: #6b7280;
        right: 3.75rem
    }

    p-calendar.ng-dirty.ng-invalid>.p-calendar>.p-inputtext {
        border-color: #e24c4c
    }

    .p-calendar:not(.p-calendar-disabled).p-focus>.p-inputtext {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe;
        border-color: #3b82f6
    }

    .p-datepicker {
        padding: .5rem;
        background: #fff;
        color: #4b5563;
        border: 1px solid #d1d5db;
        border-radius: 6px
    }

    .p-datepicker:not(.p-datepicker-inline) {
        background: #fff;
        border: 0 none;
        box-shadow: 0 2px 12px #0000001a
    }

    .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
        background: #fff
    }

    .p-datepicker .p-datepicker-header {
        padding: .5rem;
        color: #4b5563;
        background: #fff;
        font-weight: 600;
        margin: 0;
        border-bottom: 1px solid #e5e7eb;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }

    .p-datepicker .p-datepicker-header .p-datepicker-prev,
    .p-datepicker .p-datepicker-header .p-datepicker-next {
        width: 2rem;
        height: 2rem;
        color: #6b7280;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
    .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
        color: #374151;
        border-color: transparent;
        background: #f3f4f6
    }

    .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
    .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-datepicker .p-datepicker-header .p-datepicker-title {
        line-height: 2rem
    }

    .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
    .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
        color: #4b5563;
        transition: background-color .2s, color .2s, box-shadow .2s;
        font-weight: 600;
        padding: .5rem
    }

    .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
    .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
        color: #3b82f6
    }

    .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
        margin-right: .5rem
    }

    .p-datepicker table {
        font-size: 1rem;
        margin: .5rem 0
    }

    .p-datepicker table th {
        padding: .5rem
    }

    .p-datepicker table th>span {
        width: 2.5rem;
        height: 2.5rem
    }

    .p-datepicker table td {
        padding: .5rem
    }

    .p-datepicker table td>span {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        transition: box-shadow .2s;
        border: 1px solid transparent
    }

    .p-datepicker table td>span.p-highlight {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-datepicker table td>span:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-datepicker table td.p-datepicker-today>span {
        background: #d1d5db;
        color: #4b5563;
        border-color: transparent
    }

    .p-datepicker table td.p-datepicker-today>span.p-highlight {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-datepicker .p-datepicker-buttonbar {
        padding: 1rem 0;
        border-top: 1px solid #e5e7eb
    }

    .p-datepicker .p-datepicker-buttonbar .p-button {
        width: auto
    }

    .p-datepicker .p-timepicker {
        border-top: 1px solid #e5e7eb;
        padding: .5rem
    }

    .p-datepicker .p-timepicker button {
        width: 2rem;
        height: 2rem;
        color: #6b7280;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-datepicker .p-timepicker button:enabled:hover {
        color: #374151;
        border-color: transparent;
        background: #f3f4f6
    }

    .p-datepicker .p-timepicker button:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-datepicker .p-timepicker button:last-child {
        margin-top: .2em
    }

    .p-datepicker .p-timepicker span {
        font-size: 1.25rem
    }

    .p-datepicker .p-timepicker>div {
        padding: 0 .5rem
    }

    .p-datepicker.p-datepicker-timeonly .p-timepicker {
        border-top: 0 none
    }

    .p-datepicker .p-monthpicker {
        margin: .5rem 0
    }

    .p-datepicker .p-monthpicker .p-monthpicker-month {
        padding: .5rem;
        transition: box-shadow .2s;
        border-radius: 6px
    }

    .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-datepicker .p-yearpicker {
        margin: .5rem 0
    }

    .p-datepicker .p-yearpicker .p-yearpicker-year {
        padding: .5rem;
        transition: box-shadow .2s;
        border-radius: 6px
    }

    .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
        border-left: 1px solid #e5e7eb;
        padding-right: .5rem;
        padding-left: .5rem;
        padding-top: 0;
        padding-bottom: 0
    }

    .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
        padding-left: 0;
        border-left: 0 none
    }

    .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
        padding-right: 0
    }

    .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
        background: #f3f4f6
    }

    .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
        background: #f3f4f6
    }

    .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
        background: #f3f4f6
    }

    .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    p-calendar.p-calendar-clearable .p-inputtext {
        padding-right: 2.5rem
    }

    p-calendar.p-calendar-clearable .p-calendar-clear-icon {
        color: #6b7280;
        right: .75rem
    }

    p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
        color: #6b7280;
        right: 3.75rem
    }

    @media screen and (max-width: 769px) {

        .p-datepicker table th,
        .p-datepicker table td {
            padding: 0
        }
    }

    .p-cascadeselect {
        background: #fff;
        border: 1px solid #d1d5db;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
        border-radius: 6px
    }

    .p-cascadeselect:not(.p-disabled):hover {
        border-color: #3b82f6
    }

    .p-cascadeselect:not(.p-disabled).p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe;
        border-color: #3b82f6
    }

    .p-cascadeselect .p-cascadeselect-label {
        background: transparent;
        border: 0 none;
        padding: .75rem
    }

    .p-cascadeselect .p-cascadeselect-label.p-placeholder {
        color: #6b7280
    }

    .p-cascadeselect .p-cascadeselect-label:enabled:focus {
        outline: 0 none;
        box-shadow: none
    }

    .p-cascadeselect .p-cascadeselect-trigger {
        background: transparent;
        color: #6b7280;
        width: 3rem;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .p-cascadeselect.p-invalid.p-component {
        border-color: #e24c4c
    }

    .p-cascadeselect-panel {
        background: #fff;
        color: #4b5563;
        border: 0 none;
        border-radius: 6px;
        box-shadow: 0 2px 12px #0000001a
    }

    .p-cascadeselect-panel .p-cascadeselect-items {
        padding: .75rem 0
    }

    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
        margin: 0;
        border: 0 none;
        color: #4b5563;
        background: transparent;
        transition: box-shadow .2s;
        border-radius: 0
    }

    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
        background: #3b82f63d
    }

    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
        color: #4b5563;
        background: #e5e7eb
    }

    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
        padding: .75rem 1.25rem
    }

    .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
        font-size: .875rem
    }

    .p-input-filled .p-cascadeselect {
        background: #f3f4f6
    }

    .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
        background-color: #f3f4f6
    }

    .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
        background-color: #fff
    }

    p-cascadeselect.ng-dirty.ng-invalid>.p-cascadeselect {
        border-color: #e24c4c
    }

    p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
        padding-right: .75rem
    }

    p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
        color: #6b7280;
        right: 3rem
    }

    .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
        box-shadow: none;
        border-radius: 0;
        padding: .25rem 0 .25rem .5rem
    }

    .p-overlay-modal .p-cascadeselect-item-active>.p-cascadeselect-item-content .p-cascadeselect-group-icon {
        transform: rotate(90deg)
    }

    .p-checkbox {
        width: 22px;
        height: 22px
    }

    .p-checkbox .p-checkbox-box {
        border: 2px solid #d1d5db;
        background: #fff;
        width: 22px;
        height: 22px;
        color: #4b5563;
        border-radius: 6px;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
    }

    .p-checkbox .p-checkbox-box .p-checkbox-icon {
        transition-duration: .2s;
        color: #fff;
        font-size: 14px
    }

    .p-checkbox .p-checkbox-box .p-icon {
        width: 14px;
        height: 14px
    }

    .p-checkbox .p-checkbox-box.p-highlight {
        border-color: #3b82f6;
        background: #3b82f6
    }

    .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
        border-color: #3b82f6
    }

    .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe;
        border-color: #3b82f6
    }

    .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
        border-color: #1d4ed8;
        background: #1d4ed8;
        color: #fff
    }

    p-checkbox.ng-dirty.ng-invalid>.p-checkbox>.p-checkbox-box {
        border-color: #e24c4c
    }

    .p-input-filled .p-checkbox .p-checkbox-box {
        background-color: #f3f4f6
    }

    .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
        background: #3b82f6
    }

    .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
        background-color: #f3f4f6
    }

    .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
        background: #1d4ed8
    }

    .p-checkbox-label {
        margin-left: .5rem
    }

    p-tristatecheckbox.ng-dirty.ng-invalid>.p-checkbox>.p-checkbox-box {
        border-color: #e24c4c
    }

    .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
        border-color: #3b82f6
    }

    .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe;
        border-color: #3b82f6
    }

    .p-chips .p-chips-multiple-container {
        padding: .375rem .75rem;
        gap: .5rem
    }

    .p-chips .p-chips-multiple-container .p-chips-token {
        padding: .375rem .75rem;
        margin-right: .5rem;
        background: #e5e7eb;
        color: #4b5563;
        border-radius: 16px
    }

    .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
        background: #d1d5db;
        color: #4b5563
    }

    .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
        margin-left: .5rem
    }

    .p-chips .p-chips-multiple-container .p-chips-input-token {
        padding: .375rem 0
    }

    .p-chips .p-chips-multiple-container .p-chips-input-token input {
        font-family: var(--font-family);
        font-feature-settings: var(--font-feature-settings, normal);
        font-size: 1rem;
        color: #4b5563;
        padding: 0;
        margin: 0
    }

    p-chips.ng-dirty.ng-invalid>.p-chips>.p-inputtext {
        border-color: #e24c4c
    }

    p-chips.p-chips-clearable .p-inputtext {
        padding-right: 1.75rem
    }

    p-chips.p-chips-clearable .p-chips-clear-icon {
        color: #6b7280;
        right: .75rem
    }

    .p-colorpicker-preview,
    .p-fluid .p-colorpicker-preview.p-inputtext {
        width: 2rem;
        height: 2rem
    }

    .p-colorpicker-panel {
        background: #323232;
        border: 1px solid #191919
    }

    .p-colorpicker-panel .p-colorpicker-color-handle,
    .p-colorpicker-panel .p-colorpicker-hue-handle {
        border-color: #fff
    }

    .p-colorpicker-overlay-panel {
        box-shadow: 0 2px 12px #0000001a
    }

    .p-dropdown {
        background: #fff;
        border: 1px solid #d1d5db;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
        border-radius: 6px
    }

    .p-dropdown:not(.p-disabled):hover {
        border-color: #3b82f6
    }

    .p-dropdown:not(.p-disabled).p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe;
        border-color: #3b82f6
    }

    .p-dropdown.p-dropdown-clearable .p-dropdown-label {
        padding-right: 1.75rem
    }

    .p-dropdown .p-dropdown-label {
        background: transparent;
        border: 0 none
    }

    .p-dropdown .p-dropdown-label.p-placeholder {
        color: #6b7280
    }

    .p-dropdown .p-dropdown-label:focus,
    .p-dropdown .p-dropdown-label:enabled:focus {
        outline: 0 none;
        box-shadow: none
    }

    .p-dropdown .p-dropdown-trigger {
        background: transparent;
        color: #6b7280;
        width: 3rem;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .p-dropdown .p-dropdown-clear-icon {
        color: #6b7280;
        right: 3rem
    }

    .p-dropdown.p-invalid.p-component {
        border-color: #e24c4c
    }

    .p-dropdown-panel {
        background: #fff;
        color: #4b5563;
        border: 0 none;
        border-radius: 6px;
        box-shadow: 0 2px 12px #0000001a
    }

    .p-dropdown-panel .p-dropdown-header {
        padding: .75rem 1.25rem;
        border-bottom: 1px solid #e5e7eb;
        color: #374151;
        background: #f9fafb;
        margin: 0;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }

    .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
        padding-right: 1.75rem;
        margin-right: -1.75rem
    }

    .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
        right: .75rem;
        color: #6b7280
    }

    .p-dropdown-panel .p-dropdown-items {
        padding: .75rem 0
    }

    .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
        margin: 0;
        padding: .75rem 1.25rem;
        border: 0 none;
        color: #4b5563;
        background: transparent;
        transition: box-shadow .2s;
        border-radius: 0
    }

    .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
        background: #3b82f63d
    }

    .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
        color: #4b5563;
        background: #e5e7eb
    }

    .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
        margin: 0;
        padding: .75rem 1.25rem;
        color: #374151;
        background: #fff;
        font-weight: 700
    }

    .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
        padding: .75rem 1.25rem;
        color: #4b5563;
        background: transparent
    }

    .p-input-filled .p-dropdown {
        background: #f3f4f6
    }

    .p-input-filled .p-dropdown:not(.p-disabled):hover {
        background-color: #f3f4f6
    }

    .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
        background-color: #fff
    }

    .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
        background-color: transparent
    }

    p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
        border-color: #e24c4c
    }

    .p-inputgroup-addon {
        background: #f3f4f6;
        color: #6b7280;
        border-top: 1px solid #d1d5db;
        border-left: 1px solid #d1d5db;
        border-bottom: 1px solid #d1d5db;
        padding: .75rem;
        min-width: 3rem
    }

    .p-inputgroup-addon:last-child {
        border-right: 1px solid #d1d5db
    }

    .p-inputgroup>.p-component,
    .p-inputgroup>.p-inputwrapper>.p-inputtext,
    .p-inputgroup>.p-float-label>.p-component {
        border-radius: 0;
        margin: 0
    }

    .p-inputgroup>.p-component+.p-inputgroup-addon,
    .p-inputgroup>.p-inputwrapper>.p-inputtext+.p-inputgroup-addon,
    .p-inputgroup>.p-float-label>.p-component+.p-inputgroup-addon {
        border-left: 0 none
    }

    .p-inputgroup>.p-component:focus,
    .p-inputgroup>.p-inputwrapper>.p-inputtext:focus,
    .p-inputgroup>.p-float-label>.p-component:focus {
        z-index: 1
    }

    .p-inputgroup>.p-component:focus~label,
    .p-inputgroup>.p-inputwrapper>.p-inputtext:focus~label,
    .p-inputgroup>.p-float-label>.p-component:focus~label {
        z-index: 1
    }

    .p-inputgroup-addon:first-child,
    .p-inputgroup button:first-child,
    .p-inputgroup input:first-child,
    .p-inputgroup>.p-inputwrapper:first-child>.p-component,
    .p-inputgroup>.p-inputwrapper:first-child>.p-component>.p-inputtext {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px
    }

    .p-inputgroup .p-float-label:first-child input {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px
    }

    .p-inputgroup-addon:last-child,
    .p-inputgroup button:last-child,
    .p-inputgroup input:last-child,
    .p-inputgroup>.p-inputwrapper:last-child>.p-component,
    .p-inputgroup>.p-inputwrapper:last-child>.p-component>.p-inputtext {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .p-inputgroup .p-float-label:last-child input {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .p-fluid .p-inputgroup .p-button {
        width: auto
    }

    .p-fluid .p-inputgroup .p-button.p-button-icon-only {
        width: 3rem
    }

    p-inputmask.ng-dirty.ng-invalid>.p-inputtext {
        border-color: #e24c4c
    }

    p-inputmask.p-inputmask-clearable .p-inputtext {
        padding-right: 2.5rem
    }

    p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
        color: #6b7280;
        right: .75rem
    }

    p-inputnumber.ng-dirty.ng-invalid>.p-inputnumber>.p-inputtext {
        border-color: #e24c4c
    }

    p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
        padding-right: 2.5rem
    }

    p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
        color: #6b7280;
        right: .75rem
    }

    p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
        right: 3.75rem
    }

    p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
        right: 3.75rem
    }

    .p-inputswitch {
        width: 3rem;
        height: 1.75rem
    }

    .p-inputswitch .p-inputswitch-slider {
        background: #d1d5db;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
        border-radius: 30px
    }

    .p-inputswitch .p-inputswitch-slider:before {
        background: #fff;
        width: 1.25rem;
        height: 1.25rem;
        left: .25rem;
        margin-top: -.625rem;
        border-radius: 50%;
        transition-duration: .2s
    }

    .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
        transform: translate(1.25rem)
    }

    .p-inputswitch.p-focus .p-inputswitch-slider {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
        background: #b7bcc5
    }

    .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
        background: #3b82f6
    }

    .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
        background: #fff
    }

    .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
        background: #2563eb
    }

    p-inputswitch.ng-dirty.ng-invalid>.p-inputswitch>.p-inputswitch-slider {
        border-color: #e24c4c
    }

    .p-inputtext {
        font-family: var(--font-family);
        font-feature-settings: var(--font-feature-settings, normal);
        font-size: 1rem;
        color: #4b5563;
        background: #fff;
        padding: .75rem;
        border: 1px solid #d1d5db;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
        appearance: none;
        border-radius: 6px
    }

    .p-inputtext:enabled:hover {
        border-color: #3b82f6
    }

    .p-inputtext:enabled:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe;
        border-color: #3b82f6
    }

    .p-inputtext.ng-dirty.ng-invalid {
        border-color: #e24c4c
    }

    .p-inputtext.p-inputtext-sm {
        font-size: .875rem;
        padding: .65625rem
    }

    .p-inputtext.p-inputtext-lg {
        font-size: 1.25rem;
        padding: .9375rem
    }

    .p-float-label>label {
        left: .75rem;
        color: #6b7280;
        transition-duration: .2s
    }

    .p-float-label>.ng-invalid.ng-dirty+label {
        color: #e24c4c
    }

    .p-input-icon-left>.p-icon-wrapper.p-icon,
    .p-input-icon-left>i:first-of-type {
        left: .75rem;
        color: #6b7280
    }

    .p-input-icon-left>.p-inputtext {
        padding-left: 2.5rem
    }

    .p-input-icon-left.p-float-label>label {
        left: 2.5rem
    }

    .p-input-icon-right>.p-icon-wrapper,
    .p-input-icon-right>i:last-of-type {
        right: .75rem;
        color: #6b7280
    }

    .p-input-icon-right>.p-inputtext {
        padding-right: 2.5rem
    }

    ::-webkit-input-placeholder {
        color: #6b7280
    }

    :-moz-placeholder {
        color: #6b7280
    }

    ::-moz-placeholder {
        color: #6b7280
    }

    :-ms-input-placeholder {
        color: #6b7280
    }

    .p-input-filled .p-inputtext {
        background-color: #f3f4f6
    }

    .p-input-filled .p-inputtext:enabled:hover {
        background-color: #f3f4f6
    }

    .p-input-filled .p-inputtext:enabled:focus {
        background-color: #fff
    }

    .p-inputtext-sm .p-inputtext {
        font-size: .875rem;
        padding: .65625rem
    }

    .p-inputtext-lg .p-inputtext {
        font-size: 1.25rem;
        padding: .9375rem
    }

    .p-listbox {
        background: #fff;
        color: #4b5563;
        border: 1px solid #d1d5db;
        border-radius: 6px;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
    }

    .p-listbox .p-listbox-header {
        padding: .75rem 1.25rem;
        border-bottom: 1px solid #e5e7eb;
        color: #374151;
        background: #f9fafb;
        margin: 0;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }

    .p-listbox .p-listbox-header .p-listbox-filter {
        padding-right: 1.75rem
    }

    .p-listbox .p-listbox-header .p-listbox-filter-icon {
        right: .75rem;
        color: #6b7280
    }

    .p-listbox .p-listbox-header .p-checkbox {
        margin-right: .5rem
    }

    .p-listbox .p-listbox-list {
        padding: .75rem 0;
        outline: 0 none
    }

    .p-listbox .p-listbox-list .p-listbox-item {
        margin: 0;
        padding: .75rem 1.25rem;
        border: 0 none;
        color: #4b5563;
        transition: box-shadow .2s;
        border-radius: 0
    }

    .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
        margin-right: .5rem
    }

    .p-listbox .p-listbox-list .p-listbox-item-group {
        margin: 0;
        padding: .75rem 1.25rem;
        color: #374151;
        background: #fff;
        font-weight: 700
    }

    .p-listbox .p-listbox-list .p-listbox-empty-message {
        padding: .75rem 1.25rem;
        color: #4b5563;
        background: transparent
    }

    .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
        background: #3b82f63d
    }

    .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
        color: #4b5563;
        background: #e5e7eb
    }

    .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-listbox.p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe;
        border-color: #3b82f6
    }

    p-listbox.ng-dirty.ng-invalid>.p-listbox {
        border-color: #e24c4c
    }

    .p-multiselect {
        background: #fff;
        border: 1px solid #d1d5db;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
        border-radius: 6px
    }

    .p-multiselect:not(.p-disabled):hover {
        border-color: #3b82f6
    }

    .p-multiselect:not(.p-disabled).p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe;
        border-color: #3b82f6
    }

    .p-multiselect .p-multiselect-label {
        padding: .75rem;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
    }

    .p-multiselect .p-multiselect-label.p-placeholder {
        color: #6b7280
    }

    .p-multiselect.p-multiselect-chip .p-multiselect-token {
        padding: .375rem .75rem;
        margin-right: .5rem;
        background: #e5e7eb;
        color: #4b5563;
        border-radius: 16px
    }

    .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
        margin-left: .5rem
    }

    .p-multiselect .p-multiselect-trigger {
        background: transparent;
        color: #6b7280;
        width: 3rem;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
        padding: .375rem .75rem
    }

    .p-multiselect-clearable .p-multiselect-label-container {
        padding-right: 1.75rem
    }

    .p-multiselect-clearable .p-multiselect-clear-icon {
        color: #6b7280;
        right: 3rem
    }

    .p-multiselect-panel {
        background: #fff;
        color: #4b5563;
        border: 0 none;
        border-radius: 6px;
        box-shadow: 0 2px 12px #0000001a
    }

    .p-multiselect-panel .p-multiselect-header {
        padding: .75rem 1.25rem;
        border-bottom: 1px solid #e5e7eb;
        color: #374151;
        background: #f9fafb;
        margin: 0;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }

    .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
        padding-right: 1.75rem
    }

    .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
        right: .75rem;
        color: #6b7280
    }

    .p-multiselect-panel .p-multiselect-header .p-checkbox {
        margin-right: .5rem
    }

    .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
        margin-left: .5rem;
        width: 2rem;
        height: 2rem;
        color: #6b7280;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
        color: #374151;
        border-color: transparent;
        background: #f3f4f6
    }

    .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-multiselect-panel .p-multiselect-items {
        padding: .75rem 0
    }

    .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
        margin: 0;
        padding: .75rem 1.25rem;
        border: 0 none;
        color: #4b5563;
        background: transparent;
        transition: box-shadow .2s;
        border-radius: 0
    }

    .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
        background: #3b82f63d
    }

    .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
        color: #4b5563;
        background: #e5e7eb
    }

    .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
        margin-right: .5rem
    }

    .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
        margin: 0;
        padding: .75rem 1.25rem;
        color: #374151;
        background: #fff;
        font-weight: 700
    }

    .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
        padding: .75rem 1.25rem;
        color: #4b5563;
        background: transparent
    }

    .p-input-filled .p-multiselect {
        background: #f3f4f6
    }

    .p-input-filled .p-multiselect:not(.p-disabled):hover {
        background-color: #f3f4f6
    }

    .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
        background-color: #fff
    }

    p-multiselect.ng-dirty.ng-invalid>.p-multiselect {
        border-color: #e24c4c
    }

    p-password.ng-invalid.ng-dirty>.p-password>.p-inputtext {
        border-color: #e24c4c
    }

    .p-password-panel {
        padding: 1.25rem;
        background: #fff;
        color: #4b5563;
        border: 0 none;
        box-shadow: 0 2px 12px #0000001a;
        border-radius: 6px
    }

    .p-password-panel .p-password-meter {
        margin-bottom: .5rem;
        background: #e5e7eb
    }

    .p-password-panel .p-password-meter .p-password-strength.weak {
        background: #ea5455
    }

    .p-password-panel .p-password-meter .p-password-strength.medium {
        background: #ff9f42
    }

    .p-password-panel .p-password-meter .p-password-strength.strong {
        background: #29c76f
    }

    p-password.p-password-clearable .p-password-input {
        padding-right: 2.5rem
    }

    p-password.p-password-clearable .p-password-clear-icon {
        color: #6b7280;
        right: .75rem
    }

    p-password.p-password-clearable.p-password-mask .p-password-input {
        padding-right: 4.25rem
    }

    p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
        color: #6b7280;
        right: 2.5rem
    }

    .p-radiobutton {
        width: 22px;
        height: 22px
    }

    .p-radiobutton .p-radiobutton-box {
        border: 2px solid #d1d5db;
        background: #fff;
        width: 22px;
        height: 22px;
        color: #4b5563;
        border-radius: 50%;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
    }

    .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
        border-color: #3b82f6
    }

    .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe;
        border-color: #3b82f6
    }

    .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
        width: 12px;
        height: 12px;
        transition-duration: .2s;
        background-color: #fff
    }

    .p-radiobutton .p-radiobutton-box.p-highlight {
        border-color: #3b82f6;
        background: #3b82f6
    }

    .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
        border-color: #1d4ed8;
        background: #1d4ed8;
        color: #fff
    }

    p-radiobutton.ng-dirty.ng-invalid>.p-radiobutton>.p-radiobutton-box {
        border-color: #e24c4c
    }

    .p-input-filled .p-radiobutton .p-radiobutton-box {
        background-color: #f3f4f6
    }

    .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
        background-color: #f3f4f6
    }

    .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
        background: #3b82f6
    }

    .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
        background: #1d4ed8
    }

    .p-radiobutton-label {
        margin-left: .5rem
    }

    .p-rating {
        gap: .5rem
    }

    .p-rating .p-rating-item .p-rating-icon {
        color: #4b5563;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
        font-size: 1.143rem
    }

    .p-rating .p-rating-item .p-rating-icon.p-icon {
        width: 1.143rem;
        height: 1.143rem
    }

    .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
        color: #ea5455
    }

    .p-rating .p-rating-item.p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe;
        border-color: #3b82f6
    }

    .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
        color: #3b82f6
    }

    .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
        color: #3b82f6
    }

    .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
        color: #e73d3e
    }

    .p-selectbutton .p-button {
        background: #fff;
        border: 1px solid #d1d5db;
        color: #4b5563;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
    }

    .p-selectbutton .p-button .p-button-icon-left,
    .p-selectbutton .p-button .p-button-icon-right {
        color: #6b7280
    }

    .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
        background: #f3f4f6;
        border-color: #d1d5db;
        color: #4b5563
    }

    .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
    .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
        color: #374151
    }

    .p-selectbutton .p-button.p-highlight {
        background: #3b82f6;
        border-color: #3b82f6;
        color: #fff
    }

    .p-selectbutton .p-button.p-highlight .p-button-icon-left,
    .p-selectbutton .p-button.p-highlight .p-button-icon-right {
        color: #fff
    }

    .p-selectbutton .p-button.p-highlight:hover {
        background: #2563eb;
        border-color: #2563eb;
        color: #fff
    }

    .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
    .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
        color: #fff
    }

    p-selectbutton.ng-dirty.ng-invalid>.p-selectbutton>.p-button {
        border-color: #e24c4c
    }

    .p-slider {
        background: #e5e7eb;
        border: 0 none;
        border-radius: 6px
    }

    .p-slider.p-slider-horizontal {
        height: .286rem
    }

    .p-slider.p-slider-horizontal .p-slider-handle {
        margin-top: -.5715rem;
        margin-left: -.5715rem
    }

    .p-slider.p-slider-vertical {
        width: .286rem
    }

    .p-slider.p-slider-vertical .p-slider-handle {
        margin-left: -.5715rem;
        margin-bottom: -.5715rem
    }

    .p-slider .p-slider-handle {
        height: 1.143rem;
        width: 1.143rem;
        background: #fff;
        border: 2px solid #3B82F6;
        border-radius: 50%;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
    }

    .p-slider .p-slider-handle:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-slider .p-slider-range {
        background: #3b82f6
    }

    .p-slider:not(.p-disabled) .p-slider-handle:hover {
        background: #3b82f6;
        border-color: #3b82f6
    }

    .p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, left .2s
    }

    .p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
        transition: width .2s
    }

    .p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, bottom .2s
    }

    .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
        transition: height .2s
    }

    .p-togglebutton.p-button {
        background: #fff;
        border: 1px solid #d1d5db;
        color: #4b5563;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
    }

    .p-togglebutton.p-button .p-button-icon-left,
    .p-togglebutton.p-button .p-button-icon-right {
        color: #6b7280
    }

    .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
        background: #f3f4f6;
        border-color: #d1d5db;
        color: #4b5563
    }

    .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
    .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
        color: #374151
    }

    .p-togglebutton.p-button.p-highlight {
        background: #3b82f6;
        border-color: #3b82f6;
        color: #fff
    }

    .p-togglebutton.p-button.p-highlight .p-button-icon-left,
    .p-togglebutton.p-button.p-highlight .p-button-icon-right {
        color: #fff
    }

    .p-togglebutton.p-button.p-highlight:hover {
        background: #2563eb;
        border-color: #2563eb;
        color: #fff
    }

    .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
    .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
        color: #fff
    }

    p-togglebutton.ng-dirty.ng-invalid>.p-togglebutton.p-button {
        border-color: #e24c4c
    }

    .p-treeselect {
        background: #fff;
        border: 1px solid #d1d5db;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
        border-radius: 6px
    }

    .p-treeselect:not(.p-disabled):hover {
        border-color: #3b82f6
    }

    .p-treeselect:not(.p-disabled).p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe;
        border-color: #3b82f6
    }

    .p-treeselect .p-treeselect-label {
        padding: .75rem;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
    }

    .p-treeselect .p-treeselect-label.p-placeholder {
        color: #6b7280
    }

    .p-treeselect.p-treeselect-chip .p-treeselect-token {
        padding: .375rem .75rem;
        margin-right: .5rem;
        background: #e5e7eb;
        color: #4b5563;
        border-radius: 16px
    }

    .p-treeselect .p-treeselect-trigger {
        background: transparent;
        color: #6b7280;
        width: 3rem;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    p-treeselect.ng-invalid.ng-dirty>.p-treeselect {
        border-color: #e24c4c
    }

    .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
        padding: .375rem .75rem
    }

    .p-treeselect-panel {
        background: #fff;
        color: #4b5563;
        border: 0 none;
        border-radius: 6px;
        box-shadow: 0 2px 12px #0000001a
    }

    .p-treeselect-panel .p-treeselect-header {
        padding: .75rem 1.25rem;
        border-bottom: 1px solid #e5e7eb;
        color: #374151;
        background: #f9fafb;
        margin: 0;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }

    .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
        margin-right: .5rem
    }

    .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
        padding-right: 1.75rem
    }

    .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
        right: .75rem;
        color: #6b7280
    }

    .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
        padding-right: 3.5rem
    }

    .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
        right: 2.5rem
    }

    .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
        width: 2rem;
        height: 2rem;
        color: #6b7280;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
        color: #374151;
        border-color: transparent;
        background: #f3f4f6
    }

    .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
        border: 0 none
    }

    .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
        padding: .75rem 1.25rem;
        color: #4b5563;
        background: transparent
    }

    .p-input-filled .p-treeselect {
        background: #f3f4f6
    }

    .p-input-filled .p-treeselect:not(.p-disabled):hover {
        background-color: #f3f4f6
    }

    .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
        background-color: #fff
    }

    p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
        padding-right: 1.75rem
    }

    p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
        color: #6b7280;
        right: 3rem
    }

    .p-button {
        color: #fff;
        background: #3b82f6;
        border: 1px solid #3B82F6;
        padding: .75rem 1.25rem;
        font-size: 1rem;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
        border-radius: 6px
    }

    .p-button:not(:disabled):hover {
        background: #2563eb;
        color: #fff;
        border-color: #2563eb
    }

    .p-button:not(:disabled):active {
        background: #1d4ed8;
        color: #fff;
        border-color: #1d4ed8
    }

    .p-button.p-button-outlined {
        background-color: transparent;
        color: #3b82f6;
        border: 1px solid
    }

    .p-button.p-button-outlined:not(:disabled):hover {
        background: #3b82f60a;
        color: #3b82f6;
        border: 1px solid
    }

    .p-button.p-button-outlined:not(:disabled):active {
        background: #3b82f629;
        color: #3b82f6;
        border: 1px solid
    }

    .p-button.p-button-outlined.p-button-plain {
        color: #6b7280;
        border-color: #6b7280
    }

    .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
        background: #f3f4f6;
        color: #6b7280
    }

    .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
        background: #e5e7eb;
        color: #6b7280
    }

    .p-button.p-button-text {
        background-color: transparent;
        color: #3b82f6;
        border-color: transparent
    }

    .p-button.p-button-text:not(:disabled):hover {
        background: #3b82f60a;
        color: #3b82f6;
        border-color: transparent
    }

    .p-button.p-button-text:not(:disabled):active {
        background: #3b82f629;
        color: #3b82f6;
        border-color: transparent
    }

    .p-button.p-button-text.p-button-plain {
        color: #6b7280
    }

    .p-button.p-button-text.p-button-plain:not(:disabled):hover {
        background: #f3f4f6;
        color: #6b7280
    }

    .p-button.p-button-text.p-button-plain:not(:disabled):active {
        background: #e5e7eb;
        color: #6b7280
    }

    .p-button:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-button .p-button-label {
        transition-duration: .2s
    }

    .p-button .p-button-icon-left {
        margin-right: .5rem
    }

    .p-button .p-button-icon-right {
        margin-left: .5rem
    }

    .p-button .p-button-icon-bottom {
        margin-top: .5rem
    }

    .p-button .p-button-icon-top {
        margin-bottom: .5rem
    }

    .p-button .p-badge {
        margin-left: .5rem;
        min-width: 1rem;
        height: 1rem;
        line-height: 1rem;
        color: #3b82f6;
        background-color: #fff
    }

    .p-button.p-button-raised {
        box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f
    }

    .p-button.p-button-rounded {
        border-radius: 2rem
    }

    .p-button.p-button-icon-only {
        width: 3rem;
        padding: .75rem 0
    }

    .p-button.p-button-icon-only .p-button-icon-left,
    .p-button.p-button-icon-only .p-button-icon-right {
        margin: 0
    }

    .p-button.p-button-icon-only.p-button-rounded {
        border-radius: 50%;
        height: 3rem
    }

    .p-button.p-button-sm {
        font-size: .875rem;
        padding: .65625rem 1.09375rem
    }

    .p-button.p-button-sm .p-button-icon {
        font-size: .875rem
    }

    .p-button.p-button-lg {
        font-size: 1.25rem;
        padding: .9375rem 1.5625rem
    }

    .p-button.p-button-lg .p-button-icon {
        font-size: 1.25rem
    }

    .p-button.p-button-loading-label-only .p-button-label {
        margin-left: .5rem
    }

    .p-button.p-button-loading-label-only .p-button-loading-icon {
        margin-right: 0
    }

    .p-fluid .p-button {
        width: 100%
    }

    .p-fluid .p-button-icon-only {
        width: 3rem
    }

    .p-fluid .p-buttonset {
        display: flex
    }

    .p-fluid .p-buttonset .p-button {
        flex: 1
    }

    .p-button.p-button-secondary,
    .p-buttonset.p-button-secondary>.p-button,
    .p-splitbutton.p-button-secondary>.p-button {
        color: #fff;
        background: #64748b;
        border: 1px solid #64748b
    }

    .p-button.p-button-secondary:not(:disabled):hover,
    .p-buttonset.p-button-secondary>.p-button:not(:disabled):hover,
    .p-splitbutton.p-button-secondary>.p-button:not(:disabled):hover {
        background: #475569;
        color: #fff;
        border-color: #475569
    }

    .p-button.p-button-secondary:not(:disabled):focus,
    .p-buttonset.p-button-secondary>.p-button:not(:disabled):focus,
    .p-splitbutton.p-button-secondary>.p-button:not(:disabled):focus {
        box-shadow: 0 0 0 .2rem #e2e8f0
    }

    .p-button.p-button-secondary:not(:disabled):active,
    .p-buttonset.p-button-secondary>.p-button:not(:disabled):active,
    .p-splitbutton.p-button-secondary>.p-button:not(:disabled):active {
        background: #334155;
        color: #fff;
        border-color: #334155
    }

    .p-button.p-button-secondary.p-button-outlined,
    .p-buttonset.p-button-secondary>.p-button.p-button-outlined,
    .p-splitbutton.p-button-secondary>.p-button.p-button-outlined {
        background-color: transparent;
        color: #64748b;
        border: 1px solid
    }

    .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
    .p-buttonset.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover,
    .p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover {
        background: #64748b0a;
        color: #64748b;
        border: 1px solid
    }

    .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
    .p-buttonset.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active,
    .p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active {
        background: #64748b29;
        color: #64748b;
        border: 1px solid
    }

    .p-button.p-button-secondary.p-button-text,
    .p-buttonset.p-button-secondary>.p-button.p-button-text,
    .p-splitbutton.p-button-secondary>.p-button.p-button-text {
        background-color: transparent;
        color: #64748b;
        border-color: transparent
    }

    .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
    .p-buttonset.p-button-secondary>.p-button.p-button-text:not(:disabled):hover,
    .p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):hover {
        background: #64748b0a;
        border-color: transparent;
        color: #64748b
    }

    .p-button.p-button-secondary.p-button-text:not(:disabled):active,
    .p-buttonset.p-button-secondary>.p-button.p-button-text:not(:disabled):active,
    .p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):active {
        background: #64748b29;
        border-color: transparent;
        color: #64748b
    }

    .p-button.p-button-info,
    .p-buttonset.p-button-info>.p-button,
    .p-splitbutton.p-button-info>.p-button {
        color: #fff;
        background: #0ea5e9;
        border: 1px solid #0ea5e9
    }

    .p-button.p-button-info:not(:disabled):hover,
    .p-buttonset.p-button-info>.p-button:not(:disabled):hover,
    .p-splitbutton.p-button-info>.p-button:not(:disabled):hover {
        background: #0284c7;
        color: #fff;
        border-color: #0284c7
    }

    .p-button.p-button-info:not(:disabled):focus,
    .p-buttonset.p-button-info>.p-button:not(:disabled):focus,
    .p-splitbutton.p-button-info>.p-button:not(:disabled):focus {
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-button.p-button-info:not(:disabled):active,
    .p-buttonset.p-button-info>.p-button:not(:disabled):active,
    .p-splitbutton.p-button-info>.p-button:not(:disabled):active {
        background: #0369a1;
        color: #fff;
        border-color: #0369a1
    }

    .p-button.p-button-info.p-button-outlined,
    .p-buttonset.p-button-info>.p-button.p-button-outlined,
    .p-splitbutton.p-button-info>.p-button.p-button-outlined {
        background-color: transparent;
        color: #0ea5e9;
        border: 1px solid
    }

    .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
    .p-buttonset.p-button-info>.p-button.p-button-outlined:not(:disabled):hover,
    .p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):hover {
        background: #0ea5e90a;
        color: #0ea5e9;
        border: 1px solid
    }

    .p-button.p-button-info.p-button-outlined:not(:disabled):active,
    .p-buttonset.p-button-info>.p-button.p-button-outlined:not(:disabled):active,
    .p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):active {
        background: #0ea5e929;
        color: #0ea5e9;
        border: 1px solid
    }

    .p-button.p-button-info.p-button-text,
    .p-buttonset.p-button-info>.p-button.p-button-text,
    .p-splitbutton.p-button-info>.p-button.p-button-text {
        background-color: transparent;
        color: #0ea5e9;
        border-color: transparent
    }

    .p-button.p-button-info.p-button-text:not(:disabled):hover,
    .p-buttonset.p-button-info>.p-button.p-button-text:not(:disabled):hover,
    .p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):hover {
        background: #0ea5e90a;
        border-color: transparent;
        color: #0ea5e9
    }

    .p-button.p-button-info.p-button-text:not(:disabled):active,
    .p-buttonset.p-button-info>.p-button.p-button-text:not(:disabled):active,
    .p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):active {
        background: #0ea5e929;
        border-color: transparent;
        color: #0ea5e9
    }

    .p-button.p-button-success,
    .p-buttonset.p-button-success>.p-button,
    .p-splitbutton.p-button-success>.p-button {
        color: #fff;
        background: #22c55e;
        border: 1px solid #22c55e
    }

    .p-button.p-button-success:not(:disabled):hover,
    .p-buttonset.p-button-success>.p-button:not(:disabled):hover,
    .p-splitbutton.p-button-success>.p-button:not(:disabled):hover {
        background: #16a34a;
        color: #fff;
        border-color: #16a34a
    }

    .p-button.p-button-success:not(:disabled):focus,
    .p-buttonset.p-button-success>.p-button:not(:disabled):focus,
    .p-splitbutton.p-button-success>.p-button:not(:disabled):focus {
        box-shadow: 0 0 0 .2rem #bbf7d0
    }

    .p-button.p-button-success:not(:disabled):active,
    .p-buttonset.p-button-success>.p-button:not(:disabled):active,
    .p-splitbutton.p-button-success>.p-button:not(:disabled):active {
        background: #15803d;
        color: #fff;
        border-color: #15803d
    }

    .p-button.p-button-success.p-button-outlined,
    .p-buttonset.p-button-success>.p-button.p-button-outlined,
    .p-splitbutton.p-button-success>.p-button.p-button-outlined {
        background-color: transparent;
        color: #22c55e;
        border: 1px solid
    }

    .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
    .p-buttonset.p-button-success>.p-button.p-button-outlined:not(:disabled):hover,
    .p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):hover {
        background: #22c55e0a;
        color: #22c55e;
        border: 1px solid
    }

    .p-button.p-button-success.p-button-outlined:not(:disabled):active,
    .p-buttonset.p-button-success>.p-button.p-button-outlined:not(:disabled):active,
    .p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):active {
        background: #22c55e29;
        color: #22c55e;
        border: 1px solid
    }

    .p-button.p-button-success.p-button-text,
    .p-buttonset.p-button-success>.p-button.p-button-text,
    .p-splitbutton.p-button-success>.p-button.p-button-text {
        background-color: transparent;
        color: #22c55e;
        border-color: transparent
    }

    .p-button.p-button-success.p-button-text:not(:disabled):hover,
    .p-buttonset.p-button-success>.p-button.p-button-text:not(:disabled):hover,
    .p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):hover {
        background: #22c55e0a;
        border-color: transparent;
        color: #22c55e
    }

    .p-button.p-button-success.p-button-text:not(:disabled):active,
    .p-buttonset.p-button-success>.p-button.p-button-text:not(:disabled):active,
    .p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):active {
        background: #22c55e29;
        border-color: transparent;
        color: #22c55e
    }

    .p-button.p-button-warning,
    .p-buttonset.p-button-warning>.p-button,
    .p-splitbutton.p-button-warning>.p-button {
        color: #fff;
        background: #f97316;
        border: 1px solid #f97316
    }

    .p-button.p-button-warning:not(:disabled):hover,
    .p-buttonset.p-button-warning>.p-button:not(:disabled):hover,
    .p-splitbutton.p-button-warning>.p-button:not(:disabled):hover {
        background: #ea580c;
        color: #fff;
        border-color: #ea580c
    }

    .p-button.p-button-warning:not(:disabled):focus,
    .p-buttonset.p-button-warning>.p-button:not(:disabled):focus,
    .p-splitbutton.p-button-warning>.p-button:not(:disabled):focus {
        box-shadow: 0 0 0 .2rem #fde68a
    }

    .p-button.p-button-warning:not(:disabled):active,
    .p-buttonset.p-button-warning>.p-button:not(:disabled):active,
    .p-splitbutton.p-button-warning>.p-button:not(:disabled):active {
        background: #c2410c;
        color: #fff;
        border-color: #c2410c
    }

    .p-button.p-button-warning.p-button-outlined,
    .p-buttonset.p-button-warning>.p-button.p-button-outlined,
    .p-splitbutton.p-button-warning>.p-button.p-button-outlined {
        background-color: transparent;
        color: #f97316;
        border: 1px solid
    }

    .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
    .p-buttonset.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover,
    .p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover {
        background: #f973160a;
        color: #f97316;
        border: 1px solid
    }

    .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
    .p-buttonset.p-button-warning>.p-button.p-button-outlined:not(:disabled):active,
    .p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):active {
        background: #f9731629;
        color: #f97316;
        border: 1px solid
    }

    .p-button.p-button-warning.p-button-text,
    .p-buttonset.p-button-warning>.p-button.p-button-text,
    .p-splitbutton.p-button-warning>.p-button.p-button-text {
        background-color: transparent;
        color: #f97316;
        border-color: transparent
    }

    .p-button.p-button-warning.p-button-text:not(:disabled):hover,
    .p-buttonset.p-button-warning>.p-button.p-button-text:not(:disabled):hover,
    .p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):hover {
        background: #f973160a;
        border-color: transparent;
        color: #f97316
    }

    .p-button.p-button-warning.p-button-text:not(:disabled):active,
    .p-buttonset.p-button-warning>.p-button.p-button-text:not(:disabled):active,
    .p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):active {
        background: #f9731629;
        border-color: transparent;
        color: #f97316
    }

    .p-button.p-button-help,
    .p-buttonset.p-button-help>.p-button,
    .p-splitbutton.p-button-help>.p-button {
        color: #fff;
        background: #a855f7;
        border: 1px solid #a855f7
    }

    .p-button.p-button-help:not(:disabled):hover,
    .p-buttonset.p-button-help>.p-button:not(:disabled):hover,
    .p-splitbutton.p-button-help>.p-button:not(:disabled):hover {
        background: #9333ea;
        color: #fff;
        border-color: #9333ea
    }

    .p-button.p-button-help:not(:disabled):focus,
    .p-buttonset.p-button-help>.p-button:not(:disabled):focus,
    .p-splitbutton.p-button-help>.p-button:not(:disabled):focus {
        box-shadow: 0 0 0 .2rem #e9d5ff
    }

    .p-button.p-button-help:not(:disabled):active,
    .p-buttonset.p-button-help>.p-button:not(:disabled):active,
    .p-splitbutton.p-button-help>.p-button:not(:disabled):active {
        background: #7e22ce;
        color: #fff;
        border-color: #7e22ce
    }

    .p-button.p-button-help.p-button-outlined,
    .p-buttonset.p-button-help>.p-button.p-button-outlined,
    .p-splitbutton.p-button-help>.p-button.p-button-outlined {
        background-color: transparent;
        color: #a855f7;
        border: 1px solid
    }

    .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
    .p-buttonset.p-button-help>.p-button.p-button-outlined:not(:disabled):hover,
    .p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):hover {
        background: #a855f70a;
        color: #a855f7;
        border: 1px solid
    }

    .p-button.p-button-help.p-button-outlined:not(:disabled):active,
    .p-buttonset.p-button-help>.p-button.p-button-outlined:not(:disabled):active,
    .p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):active {
        background: #a855f729;
        color: #a855f7;
        border: 1px solid
    }

    .p-button.p-button-help.p-button-text,
    .p-buttonset.p-button-help>.p-button.p-button-text,
    .p-splitbutton.p-button-help>.p-button.p-button-text {
        background-color: transparent;
        color: #a855f7;
        border-color: transparent
    }

    .p-button.p-button-help.p-button-text:not(:disabled):hover,
    .p-buttonset.p-button-help>.p-button.p-button-text:not(:disabled):hover,
    .p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):hover {
        background: #a855f70a;
        border-color: transparent;
        color: #a855f7
    }

    .p-button.p-button-help.p-button-text:not(:disabled):active,
    .p-buttonset.p-button-help>.p-button.p-button-text:not(:disabled):active,
    .p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):active {
        background: #a855f729;
        border-color: transparent;
        color: #a855f7
    }

    .p-button.p-button-danger,
    .p-buttonset.p-button-danger>.p-button,
    .p-splitbutton.p-button-danger>.p-button {
        color: #fff;
        background: #ef4444;
        border: 1px solid #ef4444
    }

    .p-button.p-button-danger:not(:disabled):hover,
    .p-buttonset.p-button-danger>.p-button:not(:disabled):hover,
    .p-splitbutton.p-button-danger>.p-button:not(:disabled):hover {
        background: #dc2626;
        color: #fff;
        border-color: #dc2626
    }

    .p-button.p-button-danger:not(:disabled):focus,
    .p-buttonset.p-button-danger>.p-button:not(:disabled):focus,
    .p-splitbutton.p-button-danger>.p-button:not(:disabled):focus {
        box-shadow: 0 0 0 .2rem #fecaca
    }

    .p-button.p-button-danger:not(:disabled):active,
    .p-buttonset.p-button-danger>.p-button:not(:disabled):active,
    .p-splitbutton.p-button-danger>.p-button:not(:disabled):active {
        background: #b91c1c;
        color: #fff;
        border-color: #b91c1c
    }

    .p-button.p-button-danger.p-button-outlined,
    .p-buttonset.p-button-danger>.p-button.p-button-outlined,
    .p-splitbutton.p-button-danger>.p-button.p-button-outlined {
        background-color: transparent;
        color: #ef4444;
        border: 1px solid
    }

    .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
    .p-buttonset.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover,
    .p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover {
        background: #ef44440a;
        color: #ef4444;
        border: 1px solid
    }

    .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
    .p-buttonset.p-button-danger>.p-button.p-button-outlined:not(:disabled):active,
    .p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):active {
        background: #ef444429;
        color: #ef4444;
        border: 1px solid
    }

    .p-button.p-button-danger.p-button-text,
    .p-buttonset.p-button-danger>.p-button.p-button-text,
    .p-splitbutton.p-button-danger>.p-button.p-button-text {
        background-color: transparent;
        color: #ef4444;
        border-color: transparent
    }

    .p-button.p-button-danger.p-button-text:not(:disabled):hover,
    .p-buttonset.p-button-danger>.p-button.p-button-text:not(:disabled):hover,
    .p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):hover {
        background: #ef44440a;
        border-color: transparent;
        color: #ef4444
    }

    .p-button.p-button-danger.p-button-text:not(:disabled):active,
    .p-buttonset.p-button-danger>.p-button.p-button-text:not(:disabled):active,
    .p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):active {
        background: #ef444429;
        border-color: transparent;
        color: #ef4444
    }

    .p-button.p-button-link {
        color: #1d4ed8;
        background: transparent;
        border: transparent
    }

    .p-button.p-button-link:not(:disabled):hover {
        background: transparent;
        color: #1d4ed8;
        border-color: transparent
    }

    .p-button.p-button-link:not(:disabled):hover .p-button-label {
        text-decoration: underline
    }

    .p-button.p-button-link:not(:disabled):focus {
        background: transparent;
        box-shadow: 0 0 0 .2rem #bfdbfe;
        border-color: transparent
    }

    .p-button.p-button-link:not(:disabled):active {
        background: transparent;
        color: #1d4ed8;
        border-color: transparent
    }

    .p-speeddial-button.p-button.p-button-icon-only {
        width: 4rem;
        height: 4rem
    }

    .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
        font-size: 1.3rem
    }

    .p-speeddial-button.p-button.p-button-icon-only .p-icon {
        width: 1.3rem;
        height: 1.3rem
    }

    .p-speeddial-list {
        outline: 0 none
    }

    .p-speeddial-item.p-focus>.p-speeddial-action {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-speeddial-action {
        width: 3rem;
        height: 3rem;
        background: #4b5563;
        color: #fff
    }

    .p-speeddial-action:hover {
        background: #022354;
        color: #fff
    }

    .p-speeddial-direction-up .p-speeddial-item {
        margin: .25rem 0
    }

    .p-speeddial-direction-up .p-speeddial-item:first-child {
        margin-bottom: .5rem
    }

    .p-speeddial-direction-down .p-speeddial-item {
        margin: .25rem 0
    }

    .p-speeddial-direction-down .p-speeddial-item:first-child {
        margin-top: .5rem
    }

    .p-speeddial-direction-left .p-speeddial-item {
        margin: 0 .25rem
    }

    .p-speeddial-direction-left .p-speeddial-item:first-child {
        margin-right: .5rem
    }

    .p-speeddial-direction-right .p-speeddial-item {
        margin: 0 .25rem
    }

    .p-speeddial-direction-right .p-speeddial-item:first-child {
        margin-left: .5rem
    }

    .p-speeddial-circle .p-speeddial-item,
    .p-speeddial-semi-circle .p-speeddial-item,
    .p-speeddial-quarter-circle .p-speeddial-item {
        margin: 0
    }

    .p-speeddial-circle .p-speeddial-item:first-child,
    .p-speeddial-circle .p-speeddial-item:last-child,
    .p-speeddial-semi-circle .p-speeddial-item:first-child,
    .p-speeddial-semi-circle .p-speeddial-item:last-child,
    .p-speeddial-quarter-circle .p-speeddial-item:first-child,
    .p-speeddial-quarter-circle .p-speeddial-item:last-child {
        margin: 0
    }

    .p-speeddial-mask {
        background-color: #0006
    }

    .p-splitbutton {
        border-radius: 6px
    }

    .p-splitbutton.p-button-outlined>.p-button {
        background-color: transparent;
        color: #3b82f6;
        border: 1px solid
    }

    .p-splitbutton.p-button-outlined>.p-button:not(:disabled):hover {
        background: #3b82f60a;
        color: #3b82f6
    }

    .p-splitbutton.p-button-outlined>.p-button:not(:disabled):active {
        background: #3b82f629;
        color: #3b82f6
    }

    .p-splitbutton.p-button-outlined.p-button-plain>.p-button {
        color: #6b7280;
        border-color: #6b7280
    }

    .p-splitbutton.p-button-outlined.p-button-plain>.p-button:not(:disabled):hover {
        background: #f3f4f6;
        color: #6b7280
    }

    .p-splitbutton.p-button-outlined.p-button-plain>.p-button:not(:disabled):active {
        background: #e5e7eb;
        color: #6b7280
    }

    .p-splitbutton.p-button-text>.p-button {
        background-color: transparent;
        color: #3b82f6;
        border-color: transparent
    }

    .p-splitbutton.p-button-text>.p-button:not(:disabled):hover {
        background: #3b82f60a;
        color: #3b82f6;
        border-color: transparent
    }

    .p-splitbutton.p-button-text>.p-button:not(:disabled):active {
        background: #3b82f629;
        color: #3b82f6;
        border-color: transparent
    }

    .p-splitbutton.p-button-text.p-button-plain>.p-button {
        color: #6b7280
    }

    .p-splitbutton.p-button-text.p-button-plain>.p-button:not(:disabled):hover {
        background: #f3f4f6;
        color: #6b7280
    }

    .p-splitbutton.p-button-text.p-button-plain>.p-button:not(:disabled):active {
        background: #e5e7eb;
        color: #6b7280
    }

    .p-splitbutton.p-button-raised {
        box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f
    }

    .p-splitbutton.p-button-rounded {
        border-radius: 2rem
    }

    .p-splitbutton.p-button-rounded>.p-button {
        border-radius: 2rem
    }

    .p-splitbutton.p-button-sm>.p-button {
        font-size: .875rem;
        padding: .65625rem 1.09375rem
    }

    .p-splitbutton.p-button-sm>.p-button .p-button-icon {
        font-size: .875rem
    }

    .p-splitbutton.p-button-lg>.p-button {
        font-size: 1.25rem;
        padding: .9375rem 1.5625rem
    }

    .p-splitbutton.p-button-lg>.p-button .p-button-icon {
        font-size: 1.25rem
    }

    .p-splitbutton.p-button-secondary.p-button-outlined>.p-button {
        background-color: transparent;
        color: #64748b;
        border: 1px solid
    }

    .p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(:disabled):hover {
        background: #64748b0a;
        color: #64748b
    }

    .p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(:disabled):active {
        background: #64748b29;
        color: #64748b
    }

    .p-splitbutton.p-button-secondary.p-button-text>.p-button {
        background-color: transparent;
        color: #64748b;
        border-color: transparent
    }

    .p-splitbutton.p-button-secondary.p-button-text>.p-button:not(:disabled):hover {
        background: #64748b0a;
        border-color: transparent;
        color: #64748b
    }

    .p-splitbutton.p-button-secondary.p-button-text>.p-button:not(:disabled):active {
        background: #64748b29;
        border-color: transparent;
        color: #64748b
    }

    .p-splitbutton.p-button-info.p-button-outlined>.p-button {
        background-color: transparent;
        color: #0ea5e9;
        border: 1px solid
    }

    .p-splitbutton.p-button-info.p-button-outlined>.p-button:not(:disabled):hover {
        background: #0ea5e90a;
        color: #0ea5e9
    }

    .p-splitbutton.p-button-info.p-button-outlined>.p-button:not(:disabled):active {
        background: #0ea5e929;
        color: #0ea5e9
    }

    .p-splitbutton.p-button-info.p-button-text>.p-button {
        background-color: transparent;
        color: #0ea5e9;
        border-color: transparent
    }

    .p-splitbutton.p-button-info.p-button-text>.p-button:not(:disabled):hover {
        background: #0ea5e90a;
        border-color: transparent;
        color: #0ea5e9
    }

    .p-splitbutton.p-button-info.p-button-text>.p-button:not(:disabled):active {
        background: #0ea5e929;
        border-color: transparent;
        color: #0ea5e9
    }

    .p-splitbutton.p-button-success.p-button-outlined>.p-button {
        background-color: transparent;
        color: #22c55e;
        border: 1px solid
    }

    .p-splitbutton.p-button-success.p-button-outlined>.p-button:not(:disabled):hover {
        background: #22c55e0a;
        color: #22c55e
    }

    .p-splitbutton.p-button-success.p-button-outlined>.p-button:not(:disabled):active {
        background: #22c55e29;
        color: #22c55e
    }

    .p-splitbutton.p-button-success.p-button-text>.p-button {
        background-color: transparent;
        color: #22c55e;
        border-color: transparent
    }

    .p-splitbutton.p-button-success.p-button-text>.p-button:not(:disabled):hover {
        background: #22c55e0a;
        border-color: transparent;
        color: #22c55e
    }

    .p-splitbutton.p-button-success.p-button-text>.p-button:not(:disabled):active {
        background: #22c55e29;
        border-color: transparent;
        color: #22c55e
    }

    .p-splitbutton.p-button-warning.p-button-outlined>.p-button {
        background-color: transparent;
        color: #f97316;
        border: 1px solid
    }

    .p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(:disabled):hover {
        background: #f973160a;
        color: #f97316
    }

    .p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(:disabled):active {
        background: #f9731629;
        color: #f97316
    }

    .p-splitbutton.p-button-warning.p-button-text>.p-button {
        background-color: transparent;
        color: #f97316;
        border-color: transparent
    }

    .p-splitbutton.p-button-warning.p-button-text>.p-button:not(:disabled):hover {
        background: #f973160a;
        border-color: transparent;
        color: #f97316
    }

    .p-splitbutton.p-button-warning.p-button-text>.p-button:not(:disabled):active {
        background: #f9731629;
        border-color: transparent;
        color: #f97316
    }

    .p-splitbutton.p-button-help.p-button-outlined>.p-button {
        background-color: transparent;
        color: #a855f7;
        border: 1px solid
    }

    .p-splitbutton.p-button-help.p-button-outlined>.p-button:not(:disabled):hover {
        background: #a855f70a;
        color: #a855f7
    }

    .p-splitbutton.p-button-help.p-button-outlined>.p-button:not(:disabled):active {
        background: #a855f729;
        color: #a855f7
    }

    .p-splitbutton.p-button-help.p-button-text>.p-button {
        background-color: transparent;
        color: #a855f7;
        border-color: transparent
    }

    .p-splitbutton.p-button-help.p-button-text>.p-button:not(:disabled):hover {
        background: #a855f70a;
        border-color: transparent;
        color: #a855f7
    }

    .p-splitbutton.p-button-help.p-button-text>.p-button:not(:disabled):active {
        background: #a855f729;
        border-color: transparent;
        color: #a855f7
    }

    .p-splitbutton.p-button-danger.p-button-outlined>.p-button {
        background-color: transparent;
        color: #ef4444;
        border: 1px solid
    }

    .p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(:disabled):hover {
        background: #ef44440a;
        color: #ef4444
    }

    .p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(:disabled):active {
        background: #ef444429;
        color: #ef4444
    }

    .p-splitbutton.p-button-danger.p-button-text>.p-button {
        background-color: transparent;
        color: #ef4444;
        border-color: transparent
    }

    .p-splitbutton.p-button-danger.p-button-text>.p-button:not(:disabled):hover {
        background: #ef44440a;
        border-color: transparent;
        color: #ef4444
    }

    .p-splitbutton.p-button-danger.p-button-text>.p-button:not(:disabled):active {
        background: #ef444429;
        border-color: transparent;
        color: #ef4444
    }

    .p-carousel .p-carousel-content .p-carousel-prev,
    .p-carousel .p-carousel-content .p-carousel-next {
        width: 2rem;
        height: 2rem;
        color: #6b7280;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s;
        margin: .5rem
    }

    .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
    .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
        color: #374151;
        border-color: transparent;
        background: #f3f4f6
    }

    .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
    .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-carousel .p-carousel-indicators {
        padding: 1rem
    }

    .p-carousel .p-carousel-indicators .p-carousel-indicator {
        margin-right: .5rem;
        margin-bottom: .5rem
    }

    .p-carousel .p-carousel-indicators .p-carousel-indicator button {
        background-color: #d1d5db;
        width: 2rem;
        height: .5rem;
        transition: background-color .2s, color .2s, box-shadow .2s;
        border-radius: 0
    }

    .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
        background: #9ca3af
    }

    .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
        background: #eff6ff;
        color: #1d4ed8
    }

    .p-datatable .p-paginator-top,
    .p-datatable .p-paginator-bottom {
        border-width: 0 0 1px 0;
        border-radius: 0
    }

    .p-datatable .p-datatable-header {
        background: #f9fafb;
        color: #374151;
        border: 1px solid #e5e7eb;
        border-width: 1px 0 1px 0;
        padding: 1rem;
        font-weight: 700
    }

    .p-datatable .p-datatable-footer {
        background: #f9fafb;
        color: #374151;
        border: 1px solid #e5e7eb;
        border-width: 0 0 1px 0;
        padding: 1rem;
        font-weight: 700
    }

    .p-datatable .p-datatable-thead>tr>th {
        text-align: left;
        padding: 1rem;
        border: 1px solid #e5e7eb;
        border-width: 0 0 1px 0;
        font-weight: 700;
        color: #374151;
        background: #f9fafb;
        transition: box-shadow .2s
    }

    .p-datatable .p-datatable-tfoot>tr>td {
        text-align: left;
        padding: 1rem;
        border: 1px solid #e5e7eb;
        border-width: 0 0 1px 0;
        font-weight: 700;
        color: #374151;
        background: #f9fafb
    }

    .p-datatable .p-sortable-column .p-sortable-column-icon {
        color: #374151;
        margin-left: .5rem
    }

    .p-datatable .p-sortable-column .p-sortable-column-badge {
        border-radius: 50%;
        height: 1.143rem;
        min-width: 1.143rem;
        line-height: 1.143rem;
        color: #1d4ed8;
        background: #eff6ff;
        margin-left: .5rem
    }

    .p-datatable .p-sortable-column:not(.p-highlight):hover {
        background: #f3f4f6;
        color: #374151
    }

    .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
        color: #374151
    }

    .p-datatable .p-sortable-column.p-highlight {
        background: #eff6ff;
        color: #1d4ed8
    }

    .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
        color: #1d4ed8
    }

    .p-datatable .p-sortable-column.p-highlight:hover {
        background: #eff6ff;
        color: #1d4ed8
    }

    .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
        color: #1d4ed8
    }

    .p-datatable .p-sortable-column:focus-visible {
        box-shadow: inset 0 0 0 .15rem #bfdbfe;
        outline: 0 none
    }

    .p-datatable .p-datatable-tbody>tr {
        background: #fff;
        color: #4b5563;
        transition: box-shadow .2s
    }

    .p-datatable .p-datatable-tbody>tr>td {
        text-align: left;
        border: 1px solid #e5e7eb;
        border-width: 0 0 1px 0;
        padding: 1rem
    }

    .p-datatable .p-datatable-tbody>tr>td .p-row-toggler,
    .p-datatable .p-datatable-tbody>tr>td .p-row-editor-init,
    .p-datatable .p-datatable-tbody>tr>td .p-row-editor-save,
    .p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel {
        width: 2rem;
        height: 2rem;
        color: #6b7280;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-datatable .p-datatable-tbody>tr>td .p-row-toggler:enabled:hover,
    .p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:enabled:hover,
    .p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:enabled:hover,
    .p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:enabled:hover {
        color: #374151;
        border-color: transparent;
        background: #f3f4f6
    }

    .p-datatable .p-datatable-tbody>tr>td .p-row-toggler:focus-visible,
    .p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:focus-visible,
    .p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:focus-visible,
    .p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-datatable .p-datatable-tbody>tr>td .p-row-editor-save {
        margin-right: .5rem
    }

    .p-datatable .p-datatable-tbody>tr:focus-visible {
        outline: .15rem solid #BFDBFE;
        outline-offset: -.15rem
    }

    .p-datatable .p-datatable-tbody>tr.p-highlight {
        background: #eff6ff;
        color: #1d4ed8
    }

    .p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td {
        box-shadow: inset 0 2px #eff6ff
    }

    .p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td {
        box-shadow: inset 0 -2px #eff6ff
    }

    .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):hover {
        background: #f3f4f6;
        color: #4b5563
    }

    .p-datatable .p-column-resizer-helper {
        background: #3b82f6
    }

    .p-datatable .p-datatable-scrollable-header,
    .p-datatable .p-datatable-scrollable-footer {
        background: #f9fafb
    }

    .p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-thead,
    .p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-tfoot,
    .p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-scroller-viewport>.p-scroller>.p-datatable-table>.p-datatable-thead,
    .p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-scroller-viewport>.p-scroller>.p-datatable-table>.p-datatable-tfoot {
        background-color: #f9fafb
    }

    .p-datatable .p-datatable-loading-icon {
        font-size: 2rem
    }

    .p-datatable.p-datatable-gridlines .p-datatable-header {
        border-width: 1px 1px 0 1px
    }

    .p-datatable.p-datatable-gridlines .p-datatable-footer {
        border-width: 0 1px 1px 1px
    }

    .p-datatable.p-datatable-gridlines .p-paginator-top {
        border-width: 0 1px 0 1px
    }

    .p-datatable.p-datatable-gridlines .p-paginator-bottom {
        border-width: 0 1px 1px 1px
    }

    .p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th {
        border-width: 1px 0 1px 1px
    }

    .p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th:last-child {
        border-width: 1px
    }

    .p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td {
        border-width: 1px 0 0 1px
    }

    .p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td:last-child {
        border-width: 1px 1px 0 1px
    }

    .p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td {
        border-width: 1px 0 1px 1px
    }

    .p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td:last-child {
        border-width: 1px
    }

    .p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td {
        border-width: 1px 0 1px 1px
    }

    .p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td:last-child {
        border-width: 1px 1px 1px 1px
    }

    .p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td {
        border-width: 0 0 1px 1px
    }

    .p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td:last-child {
        border-width: 0 1px 1px 1px
    }

    .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td {
        border-width: 0 0 1px 1px
    }

    .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td:last-child {
        border-width: 0 1px 1px 1px
    }

    .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td {
        border-width: 0 0 0 1px
    }

    .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td:last-child {
        border-width: 0 1px 0 1px
    }

    .p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n) {
        background: #f8f8fa
    }

    .p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n).p-highlight {
        background: #eff6ff;
        color: #1d4ed8
    }

    .p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n).p-highlight .p-row-toggler {
        color: #1d4ed8
    }

    .p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n).p-highlight .p-row-toggler:hover {
        color: #1d4ed8
    }

    .p-datatable.p-datatable-sm .p-datatable-header {
        padding: .5rem
    }

    .p-datatable.p-datatable-sm .p-datatable-thead>tr>th {
        padding: .5rem
    }

    .p-datatable.p-datatable-sm .p-datatable-tbody>tr>td {
        padding: .5rem
    }

    .p-datatable.p-datatable-sm .p-datatable-tfoot>tr>td {
        padding: .5rem
    }

    .p-datatable.p-datatable-sm .p-datatable-footer {
        padding: .5rem
    }

    .p-datatable.p-datatable-lg .p-datatable-header {
        padding: 1.25rem
    }

    .p-datatable.p-datatable-lg .p-datatable-thead>tr>th {
        padding: 1.25rem
    }

    .p-datatable.p-datatable-lg .p-datatable-tbody>tr>td {
        padding: 1.25rem
    }

    .p-datatable.p-datatable-lg .p-datatable-tfoot>tr>td {
        padding: 1.25rem
    }

    .p-datatable.p-datatable-lg .p-datatable-footer {
        padding: 1.25rem
    }

    .p-dataview .p-paginator-top,
    .p-dataview .p-paginator-bottom {
        border-width: 0 0 1px 0;
        border-radius: 0
    }

    .p-dataview .p-dataview-header {
        background: #f9fafb;
        color: #374151;
        border: 1px solid #e5e7eb;
        border-width: 1px 0 1px 0;
        padding: 1rem;
        font-weight: 700
    }

    .p-dataview .p-dataview-content {
        background: #fff;
        color: #4b5563;
        border: 0 none;
        padding: 0
    }

    .p-dataview .p-dataview-footer {
        background: #f9fafb;
        color: #374151;
        border: 1px solid #e5e7eb;
        border-width: 0 0 1px 0;
        padding: 1rem;
        font-weight: 700;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .p-dataview .p-dataview-loading-icon {
        font-size: 2rem
    }

    .p-dataview .p-dataview-emptymessage {
        padding: 1.25rem
    }

    .p-column-filter-row .p-column-filter-menu-button,
    .p-column-filter-row .p-column-filter-clear-button {
        margin-left: .5rem
    }

    .p-column-filter-menu-button {
        width: 2rem;
        height: 2rem;
        color: #6b7280;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-column-filter-menu-button:hover {
        color: #374151;
        border-color: transparent;
        background: #f3f4f6
    }

    .p-column-filter-menu-button.p-column-filter-menu-button-open,
    .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
        background: #f3f4f6;
        color: #374151
    }

    .p-column-filter-menu-button.p-column-filter-menu-button-active,
    .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
        background: #eff6ff;
        color: #1d4ed8
    }

    .p-column-filter-menu-button:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-column-filter-clear-button {
        width: 2rem;
        height: 2rem;
        color: #6b7280;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-column-filter-clear-button:hover {
        color: #374151;
        border-color: transparent;
        background: #f3f4f6
    }

    .p-column-filter-clear-button:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-column-filter-overlay {
        background: #fff;
        color: #4b5563;
        border: 0 none;
        border-radius: 6px;
        box-shadow: 0 2px 12px #0000001a;
        min-width: 12.5rem
    }

    .p-column-filter-overlay .p-column-filter-row-items {
        padding: .75rem 0
    }

    .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
        margin: 0;
        padding: .75rem 1.25rem;
        border: 0 none;
        color: #4b5563;
        background: transparent;
        transition: box-shadow .2s;
        border-radius: 0
    }

    .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 .15rem #bfdbfe
    }

    .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
        border-top: 1px solid #e5e7eb;
        margin: .25rem 0
    }

    .p-column-filter-overlay-menu .p-column-filter-operator {
        padding: .75rem 1.25rem;
        border-bottom: 1px solid #e5e7eb;
        color: #374151;
        background: #f9fafb;
        margin: 0;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }

    .p-column-filter-overlay-menu .p-column-filter-constraint {
        padding: 1.25rem;
        border-bottom: 1px solid #e5e7eb
    }

    .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
        margin-bottom: .5rem
    }

    .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
        margin-top: .5rem
    }

    .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
        border-bottom: 0 none
    }

    .p-column-filter-overlay-menu .p-column-filter-add-rule {
        padding: .75rem 1.25rem
    }

    .p-column-filter-overlay-menu .p-column-filter-buttonbar,
    .p-orderlist .p-orderlist-controls {
        padding: 1.25rem
    }

    .p-orderlist .p-orderlist-controls .p-button {
        margin-bottom: .5rem
    }

    .p-orderlist .p-orderlist-header {
        background: #f9fafb;
        color: #374151;
        border: 1px solid #e5e7eb;
        padding: 1.25rem;
        border-bottom: 0 none;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }

    .p-orderlist .p-orderlist-header .p-orderlist-title {
        font-weight: 700
    }

    .p-orderlist .p-orderlist-filter-container {
        padding: 1.25rem;
        background: #fff;
        border: 1px solid #e5e7eb;
        border-bottom: 0 none
    }

    .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
        padding-right: 1.75rem
    }

    .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
        right: .75rem;
        color: #6b7280
    }

    .p-orderlist .p-orderlist-list {
        border: 1px solid #e5e7eb;
        background: #fff;
        color: #4b5563;
        padding: .75rem 0;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        outline: 0 none
    }

    .p-orderlist .p-orderlist-list .p-orderlist-item {
        padding: .75rem 1.25rem;
        margin: 0;
        border: 0 none;
        color: #4b5563;
        background: transparent;
        transition: box-shadow .2s
    }

    .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
        background: #f3f4f6;
        color: #4b5563
    }

    .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
        color: #4b5563;
        background: #e5e7eb
    }

    .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
        background: #3b82f63d
    }

    .p-orderlist .p-orderlist-list .p-orderlist-empty-message {
        padding: .75rem 1.25rem;
        color: #4b5563
    }

    .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
        background: #f3f4f6;
        color: #4b5563
    }

    .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n) {
        background: #f8f8fa
    }

    .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n):hover {
        background: #f3f4f6
    }

    .p-orderlist-item.cdk-drag-preview {
        padding: .75rem 1.25rem;
        box-shadow: 0 2px 12px #0000001a;
        border: 0 none;
        color: #4b5563;
        background: #fff;
        margin: 0
    }

    .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
        background: #f3f4f6;
        color: #4b5563
    }

    .p-organizationchart .p-organizationchart-node-content.p-highlight {
        background: #eff6ff;
        color: #1d4ed8
    }

    .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
        color: #70aeff
    }

    .p-organizationchart .p-organizationchart-line-down {
        background: #e5e7eb
    }

    .p-organizationchart .p-organizationchart-line-left {
        border-right: 1px solid #e5e7eb;
        border-color: #e5e7eb
    }

    .p-organizationchart .p-organizationchart-line-top {
        border-top: 1px solid #e5e7eb;
        border-color: #e5e7eb
    }

    .p-organizationchart .p-organizationchart-node-content {
        border: 1px solid #e5e7eb;
        background: #fff;
        color: #4b5563;
        padding: 1.25rem
    }

    .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
        background: inherit;
        color: inherit;
        border-radius: 50%
    }

    .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-paginator {
        background: #fff;
        color: #6b7280;
        border: solid #f3f4f6;
        border-width: 0;
        padding: .5rem 1rem;
        border-radius: 6px
    }

    .p-paginator .p-paginator-first,
    .p-paginator .p-paginator-prev,
    .p-paginator .p-paginator-next,
    .p-paginator .p-paginator-last {
        background-color: transparent;
        border: 0 none;
        color: #6b7280;
        min-width: 3rem;
        height: 3rem;
        margin: .143rem;
        transition: box-shadow .2s;
        border-radius: 50%
    }

    .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
    .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
    .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
    .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
        background: #f3f4f6;
        border-color: transparent;
        color: #374151
    }

    .p-paginator .p-paginator-first {
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%
    }

    .p-paginator .p-paginator-last {
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%
    }

    .p-paginator .p-dropdown {
        margin-left: .5rem;
        margin-right: .5rem;
        height: 3rem
    }

    .p-paginator .p-dropdown .p-dropdown-label {
        padding-right: 0
    }

    .p-paginator .p-paginator-page-input {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .p-paginator .p-paginator-page-input .p-inputtext {
        max-width: 3rem
    }

    .p-paginator .p-paginator-current {
        background-color: transparent;
        border: 0 none;
        color: #6b7280;
        min-width: 3rem;
        height: 3rem;
        margin: .143rem;
        padding: 0 .5rem
    }

    .p-paginator .p-paginator-pages .p-paginator-page {
        background-color: transparent;
        border: 0 none;
        color: #6b7280;
        min-width: 3rem;
        height: 3rem;
        margin: .143rem;
        transition: box-shadow .2s;
        border-radius: 50%
    }

    .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
        background: #eff6ff;
        border-color: #eff6ff;
        color: #1d4ed8
    }

    .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
        background: #f3f4f6;
        border-color: transparent;
        color: #374151
    }

    .p-picklist .p-picklist-buttons {
        padding: 1.25rem
    }

    .p-picklist .p-picklist-buttons .p-button {
        margin-bottom: .5rem
    }

    .p-picklist .p-picklist-header {
        background: #f9fafb;
        color: #374151;
        border: 1px solid #e5e7eb;
        padding: 1.25rem;
        border-bottom: 0 none;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }

    .p-picklist .p-picklist-header .p-picklist-title {
        font-weight: 700
    }

    .p-picklist .p-picklist-filter-container {
        padding: 1.25rem;
        background: #fff;
        border: 1px solid #e5e7eb;
        border-bottom: 0 none
    }

    .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
        padding-right: 1.75rem
    }

    .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
        right: .75rem;
        color: #6b7280
    }

    .p-picklist .p-picklist-list {
        border: 1px solid #e5e7eb;
        background: #fff;
        color: #4b5563;
        padding: .75rem 0;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        outline: 0 none
    }

    .p-picklist .p-picklist-list .p-picklist-item {
        padding: .75rem 1.25rem;
        margin: 0;
        border: 0 none;
        color: #4b5563;
        background: transparent;
        transition: box-shadow .2s
    }

    .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
        background: #f3f4f6;
        color: #4b5563
    }

    .p-picklist .p-picklist-list .p-picklist-item.p-focus {
        color: #4b5563;
        background: #e5e7eb
    }

    .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
        background: #3b82f63d
    }

    .p-picklist .p-picklist-list .p-picklist-empty-message {
        padding: .75rem 1.25rem;
        color: #4b5563
    }

    .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
        background: #f3f4f6;
        color: #4b5563
    }

    .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(2n) {
        background: #f8f8fa
    }

    .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(2n):hover {
        background: #f3f4f6
    }

    .p-picklist-item.cdk-drag-preview {
        padding: .75rem 1.25rem;
        box-shadow: 0 2px 12px #0000001a;
        border: 0 none;
        color: #4b5563;
        background: #fff;
        margin: 0
    }

    .p-timeline .p-timeline-event-marker {
        border: 2px solid #3B82F6;
        border-radius: 50%;
        width: 1rem;
        height: 1rem;
        background-color: #fff
    }

    .p-timeline .p-timeline-event-connector {
        background-color: #e5e7eb
    }

    .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
    .p-timeline.p-timeline-vertical .p-timeline-event-content {
        padding: 0 1rem
    }

    .p-timeline.p-timeline-vertical .p-timeline-event-connector {
        width: 2px
    }

    .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
    .p-timeline.p-timeline-horizontal .p-timeline-event-content {
        padding: 1rem 0
    }

    .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
        height: 2px
    }

    .p-tree {
        border: 1px solid #e5e7eb;
        background: #fff;
        color: #4b5563;
        padding: 1.25rem;
        border-radius: 6px
    }

    .p-tree .p-tree-container .p-treenode {
        padding: .143rem;
        outline: 0 none
    }

    .p-tree .p-tree-container .p-treenode:focus>.p-treenode-content {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 .15rem #bfdbfe
    }

    .p-tree .p-tree-container .p-treenode .p-treenode-content {
        border-radius: 6px;
        transition: box-shadow .2s;
        padding: .5rem
    }

    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
        margin-right: .5rem;
        width: 2rem;
        height: 2rem;
        color: #6b7280;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
        color: #374151;
        border-color: transparent;
        background: #f3f4f6
    }

    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
        margin-right: .5rem;
        color: #6b7280
    }

    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
        margin-right: .5rem
    }

    .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
        color: #4b5563
    }

    .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
        background: #eff6ff;
        color: #1d4ed8
    }

    .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
    .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon,
    .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
    .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
        color: #1d4ed8
    }

    .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
        background: #f3f4f6;
        color: #4b5563
    }

    .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
        background: #f3f4f6;
        color: #4b5563
    }

    .p-tree .p-tree-filter-container {
        margin-bottom: .5rem
    }

    .p-tree .p-tree-filter-container .p-tree-filter {
        width: 100%;
        padding-right: 1.75rem
    }

    .p-tree .p-tree-filter-container .p-tree-filter-icon {
        right: .75rem;
        color: #6b7280
    }

    .p-tree .p-treenode-children {
        padding: 0 0 0 1rem
    }

    .p-tree .p-tree-loading-icon {
        font-size: 2rem
    }

    .p-tree .p-tree-loading-icon.p-icon {
        width: 2rem;
        height: 2rem
    }

    .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
        background-color: #8cbeff
    }

    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
        border-radius: 6px;
        border: 1px solid #e5e7eb;
        background-color: #fff;
        color: #4b5563;
        padding: .5rem;
        transition: box-shadow .2s
    }

    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
        background-color: #eff6ff;
        color: #1d4ed8
    }

    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
        color: #1d4ed8
    }

    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
        margin-right: .5rem
    }

    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
        color: #6b7280;
        margin-right: .5rem
    }

    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
        margin-right: .5rem
    }

    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
        background-color: inherit;
        color: inherit
    }

    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
        background: #f3f4f6;
        color: #4b5563
    }

    .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-treetable .p-paginator-top,
    .p-treetable .p-paginator-bottom {
        border-width: 0 0 1px 0;
        border-radius: 0
    }

    .p-treetable .p-treetable-header {
        background: #f9fafb;
        color: #374151;
        border: 1px solid #e5e7eb;
        border-width: 1px 0 1px 0;
        padding: 1rem;
        font-weight: 700
    }

    .p-treetable .p-treetable-footer {
        background: #f9fafb;
        color: #374151;
        border: 1px solid #e5e7eb;
        border-width: 0 0 1px 0;
        padding: 1rem;
        font-weight: 700
    }

    .p-treetable .p-treetable-thead>tr>th {
        text-align: left;
        padding: 1rem;
        border: 1px solid #e5e7eb;
        border-width: 0 0 1px 0;
        font-weight: 700;
        color: #374151;
        background: #f9fafb;
        transition: box-shadow .2s
    }

    .p-treetable .p-treetable-tfoot>tr>td {
        text-align: left;
        padding: 1rem;
        border: 1px solid #e5e7eb;
        border-width: 0 0 1px 0;
        font-weight: 700;
        color: #374151;
        background: #f9fafb
    }

    .p-treetable .p-sortable-column {
        outline-color: #bfdbfe
    }

    .p-treetable .p-sortable-column .p-sortable-column-icon {
        color: #374151;
        margin-left: .5rem
    }

    .p-treetable .p-sortable-column .p-sortable-column-badge {
        border-radius: 50%;
        height: 1.143rem;
        min-width: 1.143rem;
        line-height: 1.143rem;
        color: #1d4ed8;
        background: #eff6ff;
        margin-left: .5rem
    }

    .p-treetable .p-sortable-column:not(.p-highlight):hover {
        background: #f3f4f6;
        color: #374151
    }

    .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
        color: #374151
    }

    .p-treetable .p-sortable-column.p-highlight {
        background: #eff6ff;
        color: #1d4ed8
    }

    .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
        color: #1d4ed8
    }

    .p-treetable .p-treetable-tbody>tr {
        background: #fff;
        color: #4b5563;
        transition: box-shadow .2s
    }

    .p-treetable .p-treetable-tbody>tr>td {
        text-align: left;
        border: 1px solid #e5e7eb;
        border-width: 0 0 1px 0;
        padding: 1rem
    }

    .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler {
        width: 2rem;
        height: 2rem;
        color: #6b7280;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s;
        margin-right: .5rem
    }

    .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:enabled:hover {
        color: #374151;
        border-color: transparent;
        background: #f3f4f6
    }

    .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler.p-icon {
        width: 2rem;
        height: 2rem
    }

    .p-treetable .p-treetable-tbody>tr>td p-treetablecheckbox .p-checkbox {
        margin-right: .5rem
    }

    .p-treetable .p-treetable-tbody>tr>td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
        color: #4b5563
    }

    .p-treetable .p-treetable-tbody>tr:focus-visible {
        outline: .15rem solid #BFDBFE;
        outline-offset: -.15rem
    }

    .p-treetable .p-treetable-tbody>tr.p-highlight {
        background: #eff6ff;
        color: #1d4ed8
    }

    .p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler {
        color: #1d4ed8
    }

    .p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler:hover {
        color: #1d4ed8
    }

    .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover {
        background: #f3f4f6;
        color: #4b5563
    }

    .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler {
        color: #4b5563
    }

    .p-treetable .p-column-resizer-helper {
        background: #3b82f6
    }

    .p-treetable .p-treetable-scrollable-header,
    .p-treetable .p-treetable-scrollable-footer {
        background: #f9fafb
    }

    .p-treetable .p-treetable-loading-icon {
        font-size: 2rem
    }

    .p-treetable .p-treetable-loading-icon.p-icon {
        width: 2rem;
        height: 2rem
    }

    .p-treetable.p-treetable-gridlines .p-datatable-header {
        border-width: 1px 1px 0 1px
    }

    .p-treetable.p-treetable-gridlines .p-treetable-footer {
        border-width: 0 1px 1px 1px
    }

    .p-treetable.p-treetable-gridlines .p-treetable-top {
        border-width: 0 1px 0 1px
    }

    .p-treetable.p-treetable-gridlines .p-treetable-bottom {
        border-width: 0 1px 1px 1px
    }

    .p-treetable.p-treetable-gridlines .p-treetable-thead>tr>th {
        border-width: 1px
    }

    .p-treetable.p-treetable-gridlines .p-treetable-tbody>tr>td {
        border-width: 1px
    }

    .p-treetable.p-treetable-gridlines .p-treetable-tfoot>tr>td {
        border-width: 1px
    }

    .p-treetable.p-treetable-sm .p-treetable-header {
        padding: .875rem
    }

    .p-treetable.p-treetable-sm .p-treetable-thead>tr>th {
        padding: .5rem
    }

    .p-treetable.p-treetable-sm .p-treetable-tbody>tr>td {
        padding: .5rem
    }

    .p-treetable.p-treetable-sm .p-treetable-tfoot>tr>td {
        padding: .5rem
    }

    .p-treetable.p-treetable-sm .p-treetable-footer {
        padding: .5rem
    }

    .p-treetable.p-treetable-lg .p-treetable-header {
        padding: 1.25rem
    }

    .p-treetable.p-treetable-lg .p-treetable-thead>tr>th {
        padding: 1.25rem
    }

    .p-treetable.p-treetable-lg .p-treetable-tbody>tr>td {
        padding: 1.25rem
    }

    .p-treetable.p-treetable-lg .p-treetable-tfoot>tr>td {
        padding: 1.25rem
    }

    .p-treetable.p-treetable-lg .p-treetable-footer {
        padding: 1.25rem
    }

    .p-virtualscroller .p-virtualscroller-header {
        background: #f9fafb;
        color: #374151;
        border: 1px solid #e5e7eb;
        border-width: 1px 0 1px 0;
        padding: 1rem;
        font-weight: 700
    }

    .p-virtualscroller .p-virtualscroller-content {
        background: #fff;
        color: #4b5563;
        border: 0 none;
        padding: 0
    }

    .p-virtualscroller .p-virtualscroller-footer {
        background: #f9fafb;
        color: #374151;
        border: 1px solid #e5e7eb;
        border-width: 0 0 1px 0;
        padding: 1rem;
        font-weight: 700;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .p-accordion .p-accordion-header .p-accordion-header-link {
        padding: 1.25rem;
        border: 1px solid #e5e7eb;
        color: #6b7280;
        background: #f9fafb;
        font-weight: 700;
        border-radius: 6px;
        transition: box-shadow .2s
    }

    .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
        margin-right: .5rem
    }

    .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 .2rem #bfdbfe
    }

    .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
        background: #f3f4f6;
        border-color: #e5e7eb;
        color: #374151
    }

    .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
        background: #f9fafb;
        border-color: #e5e7eb;
        color: #374151;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
        border-color: #e5e7eb;
        background: #f3f4f6;
        color: #374151
    }

    .p-accordion .p-accordion-content {
        padding: 1.25rem;
        border: 1px solid #e5e7eb;
        background: #fff;
        color: #4b5563;
        border-top: 0;
        border-radius: 0 0 6px 6px
    }

    .p-accordion p-accordiontab .p-accordion-tab {
        margin-bottom: 4px
    }

    .p-card {
        background: #fff;
        color: #4b5563;
        box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
        border-radius: 6px
    }

    .p-card .p-card-body {
        padding: 1.25rem
    }

    .p-card .p-card-title {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: .5rem
    }

    .p-card .p-card-subtitle {
        font-weight: 400;
        margin-bottom: .5rem;
        color: #6b7280
    }

    .p-card .p-card-content {
        padding: 1.25rem 0
    }

    .p-card .p-card-footer {
        padding: 1.25rem 0 0
    }

    .p-divider .p-divider-content {
        background-color: #fff
    }

    .p-divider.p-divider-horizontal {
        margin: 1.25rem 0;
        padding: 0 1.25rem
    }

    .p-divider.p-divider-horizontal:before {
        border-top: 1px #e5e7eb
    }

    .p-divider.p-divider-horizontal .p-divider-content {
        padding: 0 .5rem
    }

    .p-divider.p-divider-vertical {
        margin: 0 1.25rem;
        padding: 1.25rem 0
    }

    .p-divider.p-divider-vertical:before {
        border-left: 1px #e5e7eb
    }

    .p-divider.p-divider-vertical .p-divider-content {
        padding: .5rem 0
    }

    .p-fieldset {
        border: 1px solid #e5e7eb;
        background: #fff;
        color: #4b5563;
        border-radius: 6px
    }

    .p-fieldset .p-fieldset-legend {
        padding: 1.25rem;
        border: 1px solid #e5e7eb;
        color: #374151;
        background: #f9fafb;
        font-weight: 700;
        border-radius: 6px
    }

    .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
        padding: 0;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
        padding: 1.25rem;
        color: #374151;
        border-radius: 6px;
        transition: box-shadow .2s
    }

    .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
        margin-right: .5rem
    }

    .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
        background: #f3f4f6;
        border-color: #e5e7eb;
        color: #374151
    }

    .p-fieldset .p-fieldset-content {
        padding: 1.25rem
    }

    .p-panel .p-panel-header {
        border: 1px solid #e5e7eb;
        padding: 1.25rem;
        background: #f9fafb;
        color: #374151;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }

    .p-panel .p-panel-header .p-panel-title {
        font-weight: 700
    }

    .p-panel .p-panel-header .p-panel-header-icon {
        width: 2rem;
        height: 2rem;
        color: #6b7280;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
        color: #374151;
        border-color: transparent;
        background: #f3f4f6
    }

    .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-panel.p-panel-toggleable .p-panel-header {
        padding: .75rem 1.25rem
    }

    .p-panel .p-panel-content {
        padding: 1.25rem;
        border: 1px solid #e5e7eb;
        background: #fff;
        color: #4b5563;
        border-top: 0 none
    }

    .p-panel .p-panel-content:last-child {
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px
    }

    .p-panel .p-panel-footer {
        padding: .75rem 1.25rem;
        border: 1px solid #e5e7eb;
        background: #fff;
        color: #4b5563;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-top: 0 none
    }

    .p-panel .p-panel-icons-end {
        order: 2;
        margin-left: auto
    }

    .p-panel .p-panel-icons-start {
        order: 0;
        margin-right: .5rem
    }

    .p-panel .p-panel-icons-center {
        order: 2;
        width: 100%;
        text-align: center
    }

    .p-scrollpanel .p-scrollpanel-bar {
        background: #f9fafb;
        border: 0 none;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
    }

    .p-scrollpanel .p-scrollpanel-bar:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-splitter {
        border: 1px solid #e5e7eb;
        background: #fff;
        border-radius: 6px;
        color: #4b5563
    }

    .p-splitter .p-splitter-gutter {
        transition: background-color .2s, color .2s, box-shadow .2s;
        background: #f9fafb
    }

    .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
        background: #e5e7eb
    }

    .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-splitter .p-splitter-gutter-resizing {
        background: #e5e7eb
    }

    .p-tabview .p-tabview-nav-content {
        scroll-padding-inline: 3rem
    }

    .p-tabview .p-tabview-nav {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-width: 0 0 2px 0
    }

    .p-tabview .p-tabview-nav li {
        margin-right: 0
    }

    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        border: solid #e5e7eb;
        border-width: 0 0 2px 0;
        border-color: transparent transparent #e5e7eb transparent;
        background: #fff;
        color: #6b7280;
        padding: 1.25rem;
        font-weight: 700;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        transition: box-shadow .2s;
        margin: 0 0 -2px
    }

    .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 .2rem #bfdbfe
    }

    .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
        background: #fff;
        border-color: #9ca3af;
        color: #6b7280
    }

    .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
        background: #fff;
        border-color: #3b82f6;
        color: #3b82f6
    }

    .p-tabview .p-tabview-left-icon {
        margin-right: .5rem
    }

    .p-tabview .p-tabview-right-icon,
    .p-tabview .p-tabview-close {
        margin-left: .5rem
    }

    .p-tabview .p-tabview-nav-btn.p-link {
        background: #fff;
        color: #3b82f6;
        width: 3rem;
        box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
        border-radius: 0
    }

    .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 .2rem #bfdbfe
    }

    .p-tabview .p-tabview-panels {
        background: #fff;
        padding: 1.25rem;
        border: 0 none;
        color: #4b5563;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px
    }

    .p-toolbar {
        background: #f9fafb;
        border: 1px solid #e5e7eb;
        padding: 1.25rem;
        border-radius: 6px;
        gap: .5rem
    }

    .p-toolbar .p-toolbar-separator {
        margin: 0 .5rem
    }

    .p-confirm-popup {
        background: #fff;
        color: #4b5563;
        border: 0 none;
        border-radius: 6px;
        box-shadow: 0 1px 3px #0000004d
    }

    .p-confirm-popup .p-confirm-popup-content {
        padding: 1.25rem
    }

    .p-confirm-popup .p-confirm-popup-footer {
        text-align: right;
        padding: .75rem 1.25rem
    }

    .p-confirm-popup .p-confirm-popup-footer button {
        margin: 0 .5rem 0 0;
        width: auto
    }

    .p-confirm-popup .p-confirm-popup-footer button:last-child {
        margin: 0
    }

    .p-confirm-popup:after {
        border: solid transparent;
        border-color: #fff0;
        border-bottom-color: #fff
    }

    .p-confirm-popup:before {
        border: solid transparent;
        border-color: #fff0;
        border-bottom-color: #fff
    }

    .p-confirm-popup.p-confirm-popup-flipped:after {
        border-top-color: #fff
    }

    .p-confirm-popup.p-confirm-popup-flipped:before {
        border-top-color: #fff
    }

    .p-confirm-popup .p-confirm-popup-icon {
        font-size: 1.5rem
    }

    .p-confirm-popup .p-confirm-popup-icon.p-icon {
        width: 1.5rem;
        height: 1.5rem
    }

    .p-confirm-popup .p-confirm-popup-message {
        margin-left: 1rem
    }

    .p-dialog {
        border-radius: 6px;
        box-shadow: 0 1px 3px #0000004d;
        border: 0 none
    }

    .p-dialog .p-dialog-header {
        border-bottom: 0 none;
        background: #fff;
        color: #374151;
        padding: 1.5rem;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }

    .p-dialog .p-dialog-header .p-dialog-title {
        font-weight: 700;
        font-size: 1.25rem
    }

    .p-dialog .p-dialog-header .p-dialog-header-icon {
        width: 2rem;
        height: 2rem;
        color: #6b7280;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s;
        margin-right: .5rem
    }

    .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
        color: #374151;
        border-color: transparent;
        background: #f3f4f6
    }

    .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
        margin-right: 0
    }

    .p-dialog .p-dialog-content {
        background: #fff;
        color: #4b5563;
        padding: 0 1.5rem 2rem
    }

    .p-dialog .p-dialog-content:last-of-type {
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px
    }

    .p-dialog .p-dialog-footer {
        border-top: 0 none;
        background: #fff;
        color: #4b5563;
        padding: 0 1.5rem 1.5rem;
        text-align: right;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px
    }

    .p-dialog .p-dialog-footer button {
        margin: 0 .5rem 0 0;
        width: auto
    }

    .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
        font-size: 2rem
    }

    .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
        width: 2rem;
        height: 2rem
    }

    .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
        margin-left: 1rem
    }

    .p-overlaypanel {
        background: #fff;
        color: #4b5563;
        border: 0 none;
        border-radius: 6px;
        box-shadow: 0 1px 3px #0000004d
    }

    .p-overlaypanel .p-overlaypanel-content {
        padding: 1.25rem
    }

    .p-overlaypanel .p-overlaypanel-close {
        background: #3b82f6;
        color: #fff;
        width: 2rem;
        height: 2rem;
        transition: background-color .2s, color .2s, box-shadow .2s;
        border-radius: 50%;
        position: absolute;
        top: -1rem;
        right: -1rem
    }

    .p-overlaypanel .p-overlaypanel-close:enabled:hover {
        background: #2563eb;
        color: #fff
    }

    .p-overlaypanel:after {
        border: solid transparent;
        border-color: #fff0;
        border-bottom-color: #fff
    }

    .p-overlaypanel:before {
        border: solid transparent;
        border-color: #fff0;
        border-bottom-color: #f2f2f2
    }

    .p-overlaypanel.p-overlaypanel-flipped:after {
        border-top-color: #fff
    }

    .p-overlaypanel.p-overlaypanel-flipped:before {
        border-top-color: #fff
    }

    .p-sidebar {
        background: #fff;
        color: #4b5563;
        border: 0 none;
        box-shadow: 0 1px 3px #0000004d
    }

    .p-sidebar .p-sidebar-header {
        padding: 1.25rem
    }

    .p-sidebar .p-sidebar-header .p-sidebar-close,
    .p-sidebar .p-sidebar-header .p-sidebar-icon {
        width: 2rem;
        height: 2rem;
        color: #6b7280;
        border: 0 none;
        background: transparent;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
    .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
        color: #374151;
        border-color: transparent;
        background: #f3f4f6
    }

    .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
    .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-sidebar .p-sidebar-header+.p-sidebar-content {
        padding-top: 0
    }

    .p-sidebar .p-sidebar-content,
    .p-sidebar .p-sidebar-footer {
        padding: 1.25rem
    }

    .p-tooltip .p-tooltip-text {
        background: #4b5563;
        color: #fff;
        padding: .75rem;
        box-shadow: 0 2px 12px #0000001a;
        border-radius: 6px
    }

    .p-tooltip.p-tooltip-right .p-tooltip-arrow {
        border-right-color: #4b5563
    }

    .p-tooltip.p-tooltip-left .p-tooltip-arrow {
        border-left-color: #4b5563
    }

    .p-tooltip.p-tooltip-top .p-tooltip-arrow {
        border-top-color: #4b5563
    }

    .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
        border-bottom-color: #4b5563
    }

    .p-fileupload .p-fileupload-buttonbar {
        background: #f9fafb;
        padding: 1.25rem;
        border: 1px solid #e5e7eb;
        color: #374151;
        border-bottom: 0 none;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }

    .p-fileupload .p-fileupload-buttonbar .p-button {
        margin-right: .5rem
    }

    .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-fileupload .p-fileupload-content {
        background: #fff;
        padding: 2rem 1rem;
        border: 1px solid #e5e7eb;
        color: #4b5563;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px
    }

    .p-fileupload .p-fileupload-content.p-fileupload-highlight {
        border-color: 1px dashed #3B82F6;
        border-style: dashed;
        background-color: #eff6ff
    }

    .p-fileupload .p-progressbar {
        height: .25rem
    }

    .p-fileupload .p-fileupload-row>div {
        padding: 1rem
    }

    .p-fileupload.p-fileupload-advanced .p-message {
        margin-top: 0
    }

    .p-fileupload-choose:not(.p-disabled):hover {
        background: #2563eb;
        color: #fff;
        border-color: #2563eb
    }

    .p-fileupload-choose:not(.p-disabled):active {
        background: #1d4ed8;
        color: #fff;
        border-color: #1d4ed8
    }

    .p-breadcrumb {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 6px;
        padding: 1rem
    }

    .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
        transition: box-shadow .2s;
        border-radius: 6px
    }

    .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
        color: #6b7280
    }

    .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
        margin: 0 .5rem;
        color: #4b5563
    }

    .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
        color: #4b5563
    }

    .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
        color: #6b7280
    }

    .p-contextmenu {
        padding: .5rem 0;
        background: #fff;
        color: #4b5563;
        border: 0 none;
        box-shadow: 0 2px 12px #0000001a;
        border-radius: 6px;
        width: 12.5rem
    }

    .p-contextmenu .p-contextmenu-root-list {
        outline: 0 none
    }

    .p-contextmenu .p-submenu-list {
        padding: .5rem 0;
        background: #fff;
        border: 0 none;
        box-shadow: 0 2px 12px #0000001a;
        border-radius: 6px
    }

    .p-contextmenu .p-menuitem>.p-menuitem-content {
        color: #4b5563;
        transition: box-shadow .2s;
        border-radius: 0
    }

    .p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link {
        color: #4b5563;
        padding: .75rem 1.25rem;
        -webkit-user-select: none;
        user-select: none
    }

    .p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #6b7280;
        margin-right: .5rem
    }

    .p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #1d4ed8
    }

    .p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #1d4ed8
    }

    .p-contextmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content {
        background: #3b82f63d
    }

    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
        color: #4b5563;
        background: #e5e7eb
    }

    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #4b5563
    }

    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-contextmenu .p-menuitem-separator {
        border-top: 1px solid #e5e7eb;
        margin: .25rem 0
    }

    .p-contextmenu .p-submenu-icon {
        font-size: .875rem
    }

    .p-contextmenu .p-submenu-icon.p-icon {
        width: .875rem;
        height: .875rem
    }

    .p-dock .p-dock-list-container {
        background: #ffffff1a;
        border: 1px solid rgba(255, 255, 255, .2);
        padding: .5rem;
        border-radius: .5rem
    }

    .p-dock .p-dock-list-container .p-dock-list {
        outline: 0 none
    }

    .p-dock .p-dock-item {
        padding: .5rem;
        border-radius: 6px
    }

    .p-dock .p-dock-item.p-focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 .15rem #bfdbfe
    }

    .p-dock .p-dock-link {
        width: 4rem;
        height: 4rem
    }

    .p-dock.p-dock-top .p-dock-item-second-prev,
    .p-dock.p-dock-top .p-dock-item-second-next,
    .p-dock.p-dock-bottom .p-dock-item-second-prev,
    .p-dock.p-dock-bottom .p-dock-item-second-next {
        margin: 0 .9rem
    }

    .p-dock.p-dock-top .p-dock-item-prev,
    .p-dock.p-dock-top .p-dock-item-next,
    .p-dock.p-dock-bottom .p-dock-item-prev,
    .p-dock.p-dock-bottom .p-dock-item-next {
        margin: 0 1.3rem
    }

    .p-dock.p-dock-top .p-dock-item-current,
    .p-dock.p-dock-bottom .p-dock-item-current {
        margin: 0 1.5rem
    }

    .p-dock.p-dock-left .p-dock-item-second-prev,
    .p-dock.p-dock-left .p-dock-item-second-next,
    .p-dock.p-dock-right .p-dock-item-second-prev,
    .p-dock.p-dock-right .p-dock-item-second-next {
        margin: .9rem 0
    }

    .p-dock.p-dock-left .p-dock-item-prev,
    .p-dock.p-dock-left .p-dock-item-next,
    .p-dock.p-dock-right .p-dock-item-prev,
    .p-dock.p-dock-right .p-dock-item-next {
        margin: 1.3rem 0
    }

    .p-dock.p-dock-left .p-dock-item-current,
    .p-dock.p-dock-right .p-dock-item-current {
        margin: 1.5rem 0
    }

    @media screen and (max-width: 960px) {

        .p-dock.p-dock-top .p-dock-list-container,
        .p-dock.p-dock-bottom .p-dock-list-container {
            overflow-x: auto;
            width: 100%
        }

        .p-dock.p-dock-top .p-dock-list-container .p-dock-list,
        .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
            margin: 0 auto
        }

        .p-dock.p-dock-left .p-dock-list-container,
        .p-dock.p-dock-right .p-dock-list-container {
            overflow-y: auto;
            height: 100%
        }

        .p-dock.p-dock-left .p-dock-list-container .p-dock-list,
        .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
            margin: auto 0
        }

        .p-dock .p-dock-list .p-dock-item {
            transform: none;
            margin: 0
        }
    }

    .p-megamenu {
        padding: .5rem;
        background: #f9fafb;
        color: #4b5563;
        border: 1px solid #e5e7eb;
        border-radius: 6px
    }

    .p-megamenu .p-megamenu-root-list {
        outline: 0 none
    }

    .p-megamenu .p-menuitem>.p-menuitem-content {
        color: #4b5563;
        transition: box-shadow .2s;
        border-radius: 0
    }

    .p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link {
        color: #4b5563;
        padding: .75rem 1.25rem;
        -webkit-user-select: none;
        user-select: none
    }

    .p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #6b7280;
        margin-right: .5rem
    }

    .p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-megamenu .p-menuitem.p-highlight>.p-menuitem-content {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #1d4ed8
    }

    .p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #1d4ed8
    }

    .p-megamenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content {
        background: #3b82f63d
    }

    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
        color: #4b5563;
        background: #e5e7eb
    }

    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #4b5563
    }

    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-megamenu .p-megamenu-panel {
        background: #fff;
        color: #4b5563;
        border: 0 none;
        box-shadow: 0 2px 12px #0000001a
    }

    .p-megamenu .p-submenu-header {
        margin: 0;
        padding: .75rem 1.25rem;
        color: #374151;
        background: #fff;
        font-weight: 700;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }

    .p-megamenu .p-submenu-list {
        padding: .5rem 0;
        width: 12.5rem
    }

    .p-megamenu .p-submenu-list .p-menuitem-separator {
        border-top: 1px solid #e5e7eb;
        margin: .25rem 0
    }

    .p-megamenu.p-megamenu-vertical {
        width: 12.5rem;
        padding: .5rem 0
    }

    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content {
        color: #4b5563;
        transition: box-shadow .2s;
        border-radius: 6px
    }

    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link {
        padding: .75rem 1.25rem;
        -webkit-user-select: none;
        user-select: none
    }

    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #6b7280;
        margin-right: .5rem
    }

    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #6b7280;
        margin-left: .5rem
    }

    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-menu {
        padding: .5rem 0;
        background: #fff;
        color: #4b5563;
        border: 1px solid #e5e7eb;
        border-radius: 6px;
        width: 12.5rem
    }

    .p-menu .p-menuitem>.p-menuitem-content {
        color: #4b5563;
        transition: box-shadow .2s;
        border-radius: 0
    }

    .p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link {
        color: #4b5563;
        padding: .75rem 1.25rem;
        -webkit-user-select: none;
        user-select: none
    }

    .p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #6b7280;
        margin-right: .5rem
    }

    .p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-menu .p-menuitem.p-highlight>.p-menuitem-content {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #1d4ed8
    }

    .p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #1d4ed8
    }

    .p-menu .p-menuitem.p-highlight.p-focus>.p-menuitem-content {
        background: #3b82f63d
    }

    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
        color: #4b5563;
        background: #e5e7eb
    }

    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #4b5563
    }

    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-menu.p-menu-overlay {
        background: #fff;
        border: 0 none;
        box-shadow: 0 2px 12px #0000001a
    }

    .p-menu .p-submenu-header {
        margin: 0;
        padding: .75rem 1.25rem;
        color: #374151;
        background: #fff;
        font-weight: 700;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .p-menu .p-menuitem-separator {
        border-top: 1px solid #e5e7eb;
        margin: .25rem 0
    }

    .p-menu .p-menuitem-badge {
        background: #3b82f6;
        color: #fff;
        font-size: .75rem;
        font-weight: 700;
        min-width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        border-radius: 6px;
        margin-left: .5rem;
        padding-left: .5rem;
        padding-right: .5rem
    }

    .p-menubar {
        padding: .5rem;
        background: #f9fafb;
        color: #4b5563;
        border: 1px solid #e5e7eb;
        border-radius: 6px
    }

    .p-menubar .p-menubar-root-list {
        outline: 0 none
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content {
        color: #4b5563;
        transition: box-shadow .2s;
        border-radius: 6px
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link {
        padding: .75rem 1.25rem;
        -webkit-user-select: none;
        user-select: none
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #6b7280;
        margin-right: .5rem
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #6b7280;
        margin-left: .5rem
    }

    .p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-menubar .p-menuitem>.p-menuitem-content {
        color: #4b5563;
        transition: box-shadow .2s;
        border-radius: 0
    }

    .p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link {
        color: #4b5563;
        padding: .75rem 1.25rem;
        -webkit-user-select: none;
        user-select: none
    }

    .p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #6b7280;
        margin-right: .5rem
    }

    .p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-menubar .p-menuitem.p-highlight>.p-menuitem-content {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #1d4ed8
    }

    .p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #1d4ed8
    }

    .p-menubar .p-menuitem.p-highlight.p-focus>.p-menuitem-content {
        background: #3b82f63d
    }

    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
        color: #4b5563;
        background: #e5e7eb
    }

    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #4b5563
    }

    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-menubar .p-submenu-list {
        padding: .5rem 0;
        background: #fff;
        border: 0 none;
        box-shadow: 0 2px 12px #0000001a;
        width: 12.5rem
    }

    .p-menubar .p-submenu-list .p-menuitem-separator {
        border-top: 1px solid #e5e7eb;
        margin: .25rem 0
    }

    .p-menubar .p-submenu-list .p-submenu-icon {
        font-size: .875rem
    }

    @media screen and (max-width: 960px) {
        .p-menubar {
            position: relative
        }

        .p-menubar .p-menubar-button {
            display: flex;
            width: 2rem;
            height: 2rem;
            color: #6b7280;
            border-radius: 50%;
            transition: background-color .2s, color .2s, box-shadow .2s
        }

        .p-menubar .p-menubar-button:hover {
            color: #6b7280;
            background: #f3f4f6
        }

        .p-menubar .p-menubar-button:focus {
            outline: 0 none;
            outline-offset: 0;
            box-shadow: 0 0 0 .2rem #bfdbfe
        }

        .p-menubar .p-menubar-root-list {
            position: absolute;
            display: none;
            padding: .5rem 0;
            background: #fff;
            border: 0 none;
            box-shadow: 0 2px 12px #0000001a;
            width: 100%
        }

        .p-menubar .p-menubar-root-list .p-menuitem-separator {
            border-top: 1px solid #e5e7eb;
            margin: .25rem 0
        }

        .p-menubar .p-menubar-root-list .p-submenu-icon {
            font-size: .875rem
        }

        .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
            margin-left: auto;
            transition: transform .2s
        }

        .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon {
            transform: rotate(-180deg)
        }

        .p-menubar .p-menubar-root-list .p-submenu-list {
            width: 100%;
            position: static;
            box-shadow: none;
            border: 0 none
        }

        .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
            transition: transform .2s;
            transform: rotate(90deg)
        }

        .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon {
            transform: rotate(-90deg)
        }

        .p-menubar .p-menubar-root-list .p-menuitem {
            width: 100%;
            position: static
        }

        .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
            padding-left: 2.25rem
        }

        .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
            padding-left: 3.75rem
        }

        .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
            padding-left: 5.25rem
        }

        .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
            padding-left: 6.75rem
        }

        .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
            padding-left: 8.25rem
        }

        .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
            display: flex;
            flex-direction: column;
            top: 100%;
            left: 0;
            z-index: 1
        }
    }

    .p-panelmenu .p-panelmenu-header {
        outline: 0 none
    }

    .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
        border: 1px solid #e5e7eb;
        color: #6b7280;
        background: #f9fafb;
        border-radius: 6px;
        transition: box-shadow .2s
    }

    .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
        color: #6b7280;
        padding: 1.25rem;
        font-weight: 700
    }

    .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon,
    .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon {
        margin-right: .5rem
    }

    .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 .2rem #bfdbfe
    }

    .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
        background: #f3f4f6;
        border-color: #e5e7eb;
        color: #374151
    }

    .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
        background: #f9fafb;
        border-color: #e5e7eb;
        color: #374151;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: 0
    }

    .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
        border-color: #e5e7eb;
        background: #f3f4f6;
        color: #374151
    }

    .p-panelmenu .p-panelmenu-content {
        padding: .5rem 0;
        border: 1px solid #e5e7eb;
        background: #fff;
        color: #4b5563;
        border-top: 0;
        border-radius: 0 0 6px 6px
    }

    .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
        outline: 0 none
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content {
        color: #4b5563;
        transition: box-shadow .2s;
        border-radius: 0
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link {
        color: #4b5563;
        padding: .75rem 1.25rem;
        -webkit-user-select: none;
        user-select: none
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #6b7280;
        margin-right: .5rem
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #1d4ed8
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #1d4ed8
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus>.p-menuitem-content {
        background: #3b82f63d
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
        color: #4b5563;
        background: #e5e7eb
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #4b5563
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
        margin-right: .5rem
    }

    .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
        border-top: 1px solid #e5e7eb;
        margin: .25rem 0
    }

    .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
        padding: 0 0 0 1rem
    }

    .p-panelmenu .p-panelmenu-panel {
        margin-bottom: 4px
    }

    .p-slidemenu {
        padding: .5rem 0;
        background: #fff;
        color: #4b5563;
        border: 1px solid #e5e7eb;
        border-radius: 6px;
        width: 12.5rem
    }

    .p-slidemenu .p-slidemenu-root-list,
    .p-slidemenu .p-submenu-list {
        outline: 0 none
    }

    .p-slidemenu .p-menuitem>.p-menuitem-content {
        color: #4b5563;
        transition: box-shadow .2s;
        border-radius: 0
    }

    .p-slidemenu .p-menuitem>.p-menuitem-content .p-menuitem-link {
        color: #4b5563;
        padding: .75rem 1.25rem;
        -webkit-user-select: none;
        user-select: none
    }

    .p-slidemenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-slidemenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #6b7280;
        margin-right: .5rem
    }

    .p-slidemenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-slidemenu .p-menuitem.p-highlight>.p-menuitem-content {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-slidemenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #1d4ed8
    }

    .p-slidemenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-slidemenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #1d4ed8
    }

    .p-slidemenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content {
        background: #3b82f63d
    }

    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
        color: #4b5563;
        background: #e5e7eb
    }

    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #4b5563
    }

    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-slidemenu.p-slidemenu-overlay {
        background: #fff;
        border: 0 none;
        box-shadow: 0 2px 12px #0000001a
    }

    .p-slidemenu .p-slidemenu-list {
        padding: .5rem 0;
        background: #fff;
        border: 0 none;
        box-shadow: 0 2px 12px #0000001a
    }

    .p-slidemenu .p-menuitem-separator {
        border-top: 1px solid #e5e7eb;
        margin: .25rem 0
    }

    .p-slidemenu .p-slidemenu-icon {
        font-size: .875rem
    }

    .p-slidemenu .p-icon {
        width: .875rem;
        height: .875rem
    }

    .p-slidemenu .p-slidemenu-backward {
        padding: .75rem 1.25rem;
        color: #4b5563
    }

    .p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 .2rem #bfdbfe
    }

    .p-slidemenu .p-menuitem-badge {
        background: #3b82f6;
        color: #fff;
        font-size: .75rem;
        font-weight: 700;
        min-width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        border-radius: 6px;
        margin-left: .5rem;
        padding-left: .5rem;
        padding-right: .5rem
    }

    .p-steps .p-steps-item .p-menuitem-link {
        background: transparent;
        transition: box-shadow .2s;
        border-radius: 6px;
        background: #fff
    }

    .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
        color: #4b5563;
        border: 1px solid #f3f4f6;
        background: #fff;
        min-width: 2rem;
        height: 2rem;
        line-height: 2rem;
        font-size: 1.143rem;
        z-index: 1;
        border-radius: 50%
    }

    .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
        margin-top: .5rem;
        color: #6b7280
    }

    .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-steps .p-steps-item.p-highlight .p-steps-number {
        background: #eff6ff;
        color: #1d4ed8
    }

    .p-steps .p-steps-item.p-highlight .p-steps-title {
        font-weight: 700;
        color: #4b5563
    }

    .p-steps .p-steps-item:before {
        content: " ";
        border-top: 1px solid #e5e7eb;
        width: 100%;
        top: 50%;
        left: 0;
        display: block;
        position: absolute;
        margin-top: -1rem
    }

    .p-tabmenu .p-tabmenu-nav {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-width: 0 0 2px 0
    }

    .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
        background: #3b82f6;
        color: #fff;
        font-size: .75rem;
        font-weight: 700;
        min-width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        border-radius: 6px;
        margin-left: .5rem;
        padding-left: .5rem;
        padding-right: .5rem
    }

    .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
        margin-right: 0
    }

    .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
        border: solid #e5e7eb;
        border-width: 0 0 2px 0;
        border-color: transparent transparent #e5e7eb transparent;
        background: #fff;
        color: #6b7280;
        padding: 1.25rem;
        font-weight: 700;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        transition: box-shadow .2s;
        margin: 0 0 -2px
    }

    .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
        margin-right: .5rem
    }

    .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 .2rem #bfdbfe
    }

    .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
        background: #fff;
        border-color: #9ca3af;
        color: #6b7280
    }

    .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
        background: #fff;
        border-color: #3b82f6;
        color: #3b82f6
    }

    .p-tabmenu .p-tabmenu-left-icon {
        margin-right: .5rem
    }

    .p-tabmenu .p-tabmenu-right-icon {
        margin-left: .5rem
    }

    .p-tabmenu .p-tabmenu-nav-btn.p-link {
        background: #fff;
        color: #3b82f6;
        width: 3rem;
        box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
        border-radius: 0
    }

    .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: inset 0 0 0 .2rem #bfdbfe
    }

    .p-tieredmenu {
        padding: .5rem 0;
        background: #fff;
        color: #4b5563;
        border: 1px solid #e5e7eb;
        border-radius: 6px;
        width: 12.5rem
    }

    .p-tieredmenu.p-tieredmenu-overlay {
        background: #fff;
        border: 0 none;
        box-shadow: 0 2px 12px #0000001a
    }

    .p-tieredmenu .p-tieredmenu-root-list {
        outline: 0 none
    }

    .p-tieredmenu .p-submenu-list {
        padding: .5rem 0;
        background: #fff;
        border: 0 none;
        box-shadow: 0 2px 12px #0000001a
    }

    .p-tieredmenu .p-menuitem>.p-menuitem-content {
        color: #4b5563;
        transition: box-shadow .2s;
        border-radius: 0
    }

    .p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link {
        color: #4b5563;
        padding: .75rem 1.25rem;
        -webkit-user-select: none;
        user-select: none
    }

    .p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
        color: #6b7280;
        margin-right: .5rem
    }

    .p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content {
        color: #1d4ed8;
        background: #eff6ff
    }

    .p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #1d4ed8
    }

    .p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #1d4ed8
    }

    .p-tieredmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content {
        background: #3b82f63d
    }

    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
        color: #4b5563;
        background: #e5e7eb
    }

    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
        color: #4b5563
    }

    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
        color: #4b5563;
        background: #f3f4f6
    }

    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
        color: #4b5563
    }

    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
        color: #6b7280
    }

    .p-tieredmenu .p-menuitem-separator {
        border-top: 1px solid #e5e7eb;
        margin: .25rem 0
    }

    .p-tieredmenu .p-submenu-icon {
        font-size: .875rem
    }

    .p-tieredmenu .p-submenu-icon.p-icon {
        width: .875rem;
        height: .875rem
    }

    .p-inline-message {
        padding: .75rem;
        margin: 0;
        border-radius: 6px
    }

    .p-inline-message.p-inline-message-info {
        background: #dbeafeb3;
        border: solid #3b82f6;
        border-width: 0px;
        color: #3b82f6
    }

    .p-inline-message.p-inline-message-info .p-inline-message-icon {
        color: #3b82f6
    }

    .p-inline-message.p-inline-message-success {
        background: #e4f8f0b3;
        border: solid #1ea97c;
        border-width: 0px;
        color: #1ea97c
    }

    .p-inline-message.p-inline-message-success .p-inline-message-icon {
        color: #1ea97c
    }

    .p-inline-message.p-inline-message-warn {
        background: #fff2e2b3;
        border: solid #cc8925;
        border-width: 0px;
        color: #cc8925
    }

    .p-inline-message.p-inline-message-warn .p-inline-message-icon {
        color: #cc8925
    }

    .p-inline-message.p-inline-message-error {
        background: #ffe7e6b3;
        border: solid #ff5757;
        border-width: 0px;
        color: #ff5757
    }

    .p-inline-message.p-inline-message-error .p-inline-message-icon {
        color: #ff5757
    }

    .p-inline-message .p-inline-message-icon {
        font-size: 1rem;
        margin-right: .5rem
    }

    .p-inline-message .p-icon {
        width: 1rem;
        height: 1rem
    }

    .p-inline-message .p-inline-message-text {
        font-size: 1rem
    }

    .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
        margin-right: 0
    }

    .p-message {
        margin: 1rem 0;
        border-radius: 6px
    }

    .p-message .p-message-wrapper {
        padding: 1.25rem 1.75rem
    }

    .p-message .p-message-close {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background: transparent;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-message .p-message-close:hover {
        background: #ffffff80
    }

    .p-message .p-message-close:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-message.p-message-info {
        background: #dbeafeb3;
        border: solid #3b82f6;
        border-width: 0 0 0 6px;
        color: #3b82f6
    }

    .p-message.p-message-info .p-message-icon,
    .p-message.p-message-info .p-message-close {
        color: #3b82f6
    }

    .p-message.p-message-success {
        background: #e4f8f0b3;
        border: solid #1ea97c;
        border-width: 0 0 0 6px;
        color: #1ea97c
    }

    .p-message.p-message-success .p-message-icon,
    .p-message.p-message-success .p-message-close {
        color: #1ea97c
    }

    .p-message.p-message-warn {
        background: #fff2e2b3;
        border: solid #cc8925;
        border-width: 0 0 0 6px;
        color: #cc8925
    }

    .p-message.p-message-warn .p-message-icon,
    .p-message.p-message-warn .p-message-close {
        color: #cc8925
    }

    .p-message.p-message-error {
        background: #ffe7e6b3;
        border: solid #ff5757;
        border-width: 0 0 0 6px;
        color: #ff5757
    }

    .p-message.p-message-error .p-message-icon,
    .p-message.p-message-error .p-message-close {
        color: #ff5757
    }

    .p-message .p-message-text {
        font-size: 1rem;
        font-weight: 500
    }

    .p-message .p-message-icon {
        font-size: 1.5rem;
        margin-right: .5rem
    }

    .p-message .p-icon {
        width: 1.5rem;
        height: 1.5rem
    }

    .p-message .p-message-summary {
        font-weight: 700
    }

    .p-message .p-message-detail {
        margin-left: .5rem
    }

    .p-toast {
        opacity: 1
    }

    .p-toast .p-toast-message {
        margin: 0 0 1rem;
        box-shadow: 0 2px 12px #0000001a;
        border-radius: 6px
    }

    .p-toast .p-toast-message .p-toast-message-content {
        padding: 1rem;
        border-width: 0 0 0 6px
    }

    .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
        margin: 0 0 0 1rem
    }

    .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
        font-size: 2rem
    }

    .p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
        width: 2rem;
        height: 2rem
    }

    .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
        font-weight: 700
    }

    .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
        margin: .5rem 0 0
    }

    .p-toast .p-toast-message .p-toast-icon-close {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background: transparent;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-toast .p-toast-message .p-toast-icon-close:hover {
        background: #ffffff80
    }

    .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-toast .p-toast-message.p-toast-message-info {
        background: #dbeafeb3;
        border: solid #3b82f6;
        border-width: 0 0 0 6px;
        color: #3b82f6
    }

    .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
    .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
        color: #3b82f6
    }

    .p-toast .p-toast-message.p-toast-message-success {
        background: #e4f8f0b3;
        border: solid #1ea97c;
        border-width: 0 0 0 6px;
        color: #1ea97c
    }

    .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
    .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
        color: #1ea97c
    }

    .p-toast .p-toast-message.p-toast-message-warn {
        background: #fff2e2b3;
        border: solid #cc8925;
        border-width: 0 0 0 6px;
        color: #cc8925
    }

    .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
    .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
        color: #cc8925
    }

    .p-toast .p-toast-message.p-toast-message-error {
        background: #ffe7e6b3;
        border: solid #ff5757;
        border-width: 0 0 0 6px;
        color: #ff5757
    }

    .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
    .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
        color: #ff5757
    }

    .p-galleria .p-galleria-close {
        margin: .5rem;
        background: transparent;
        color: #f9fafb;
        width: 4rem;
        height: 4rem;
        transition: background-color .2s, color .2s, box-shadow .2s;
        border-radius: 50%
    }

    .p-galleria .p-galleria-close .p-galleria-close-icon {
        font-size: 2rem
    }

    .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
        width: 2rem;
        height: 2rem
    }

    .p-galleria .p-galleria-close:hover {
        background: #ffffff1a;
        color: #f9fafb
    }

    .p-galleria .p-galleria-item-nav {
        background: transparent;
        color: #f9fafb;
        width: 4rem;
        height: 4rem;
        transition: background-color .2s, color .2s, box-shadow .2s;
        border-radius: 6px;
        margin: 0 .5rem
    }

    .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
    .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
        font-size: 2rem
    }

    .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
        width: 2rem;
        height: 2rem
    }

    .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
        background: #ffffff1a;
        color: #f9fafb
    }

    .p-galleria .p-galleria-caption {
        background: #00000080;
        color: #f9fafb;
        padding: 1rem
    }

    .p-galleria .p-galleria-indicators {
        padding: 1rem
    }

    .p-galleria .p-galleria-indicators .p-galleria-indicator button {
        background-color: #d1d5db;
        width: 1rem;
        height: 1rem;
        transition: background-color .2s, color .2s, box-shadow .2s;
        border-radius: 50%
    }

    .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
        background: #9ca3af
    }

    .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
        background: #eff6ff;
        color: #1d4ed8
    }

    .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,
    .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
        margin-right: .5rem
    }

    .p-galleria.p-galleria-indicators-left .p-galleria-indicator,
    .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
        margin-bottom: .5rem
    }

    .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
        background: #00000080
    }

    .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
        background: #fff6
    }

    .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
        background: #fff9
    }

    .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
        background: #eff6ff;
        color: #1d4ed8
    }

    .p-galleria .p-galleria-thumbnail-container {
        background: #000000e6;
        padding: 1rem .25rem
    }

    .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
    .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
        margin: .5rem;
        background-color: transparent;
        color: #f9fafb;
        width: 2rem;
        height: 2rem;
        transition: background-color .2s, color .2s, box-shadow .2s;
        border-radius: 50%
    }

    .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
    .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
        background: #ffffff1a;
        color: #f9fafb
    }

    .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-galleria-mask,
    .p-image-mask {
        --maskbg: rgba(0, 0, 0, .9)
    }

    .p-image-preview-indicator {
        background-color: transparent;
        color: #f8f9fa;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-image-preview-container:hover>.p-image-preview-indicator {
        background-color: #00000080
    }

    .p-image-toolbar {
        padding: 1rem
    }

    .p-image-action.p-link {
        color: #f8f9fa;
        background-color: transparent;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s;
        margin-right: .5rem
    }

    .p-image-action.p-link:last-child {
        margin-right: 0
    }

    .p-image-action.p-link:hover {
        color: #f8f9fa;
        background-color: #ffffff1a
    }

    .p-image-action.p-link i {
        font-size: 1.5rem
    }

    .p-image-action.p-link .p-icon {
        width: 1.5rem;
        height: 1.5rem
    }

    .p-avatar {
        background-color: #e5e7eb;
        border-radius: 6px
    }

    .p-avatar.p-avatar-lg {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem
    }

    .p-avatar.p-avatar-lg .p-avatar-icon {
        font-size: 1.5rem
    }

    .p-avatar.p-avatar-xl {
        width: 4rem;
        height: 4rem;
        font-size: 2rem
    }

    .p-avatar.p-avatar-xl .p-avatar-icon {
        font-size: 2rem
    }

    .p-avatar-group .p-avatar {
        border: 2px solid #ffffff
    }

    .p-badge {
        background: #3b82f6;
        color: #fff;
        font-size: .75rem;
        font-weight: 700;
        min-width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem
    }

    .p-badge.p-badge-secondary {
        background-color: #64748b;
        color: #fff
    }

    .p-badge.p-badge-success {
        background-color: #22c55e;
        color: #fff
    }

    .p-badge.p-badge-info {
        background-color: #0ea5e9;
        color: #fff
    }

    .p-badge.p-badge-warning {
        background-color: #f97316;
        color: #fff
    }

    .p-badge.p-badge-danger {
        background-color: #ef4444;
        color: #fff
    }

    .p-badge.p-badge-lg {
        font-size: 1.125rem;
        min-width: 2.25rem;
        height: 2.25rem;
        line-height: 2.25rem
    }

    .p-badge.p-badge-xl {
        font-size: 1.5rem;
        min-width: 3rem;
        height: 3rem;
        line-height: 3rem
    }

    .p-chip {
        background-color: #e5e7eb;
        color: #4b5563;
        border-radius: 16px;
        padding: 0 .75rem
    }

    .p-chip .p-chip-text {
        line-height: 1.5;
        margin-top: .375rem;
        margin-bottom: .375rem
    }

    .p-chip .p-chip-icon {
        margin-right: .5rem
    }

    .p-chip .pi-chip-remove-icon {
        margin-left: .5rem
    }

    .p-chip img {
        width: 2.25rem;
        height: 2.25rem;
        margin-left: -.75rem;
        margin-right: .5rem
    }

    .p-chip .pi-chip-remove-icon {
        border-radius: 6px;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-chip .pi-chip-remove-icon:focus-visible {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-chip .pi-chip-remove-icon:focus {
        outline: 0 none
    }

    .p-inplace .p-inplace-display {
        padding: .75rem;
        border-radius: 6px;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
    }

    .p-inplace .p-inplace-display:not(.p-disabled):hover {
        background: #f3f4f6;
        color: #4b5563
    }

    .p-inplace .p-inplace-display:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 .2rem #bfdbfe
    }

    .p-progressbar {
        border: 0 none;
        height: 1.5rem;
        background: #e5e7eb;
        border-radius: 6px
    }

    .p-progressbar .p-progressbar-value {
        border: 0 none;
        margin: 0;
        background: #3b82f6
    }

    .p-progressbar .p-progressbar-label {
        color: #fff;
        line-height: 1.5rem
    }

    .p-scrolltop {
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        box-shadow: 0 2px 12px #0000001a;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-scrolltop.p-link {
        background: #000000b3
    }

    .p-scrolltop.p-link:hover {
        background: #000c
    }

    .p-scrolltop .p-scrolltop-icon {
        font-size: 1.5rem;
        color: #f9fafb
    }

    .p-scrolltop .p-icon {
        width: 1.5rem;
        height: 1.5rem
    }

    .p-skeleton {
        background-color: #e5e7eb;
        border-radius: 6px
    }

    .p-skeleton:after {
        background: linear-gradient(90deg, #fff0, #fff6, #fff0)
    }

    .p-tag {
        background: #3b82f6;
        color: #fff;
        font-size: .75rem;
        font-weight: 700;
        padding: .25rem .4rem;
        border-radius: 6px
    }

    .p-tag.p-tag-success {
        background-color: #22c55e;
        color: #fff
    }

    .p-tag.p-tag-info {
        background-color: #0ea5e9;
        color: #fff
    }

    .p-tag.p-tag-warning {
        background-color: #f97316;
        color: #fff
    }

    .p-tag.p-tag-danger {
        background-color: #ef4444;
        color: #fff
    }

    .p-tag .p-tag-icon {
        margin-right: .25rem;
        font-size: .75rem
    }

    .p-tag .p-icon {
        width: .75rem;
        height: .75rem
    }

    .p-terminal {
        background: #fff;
        color: #4b5563;
        border: 1px solid #e5e7eb;
        padding: 1.25rem
    }

    .p-terminal .p-terminal-input {
        font-family: var(--font-family);
        font-feature-settings: var(--font-feature-settings, normal);
        font-size: 1rem
    }
}

@layer primeng {
    .p-button-label {
        font-weight: 700
    }

    .p-selectbutton>.p-button,
    .p-togglebutton.p-button {
        transition: background-color .2s, border-color .2s, box-shadow .2s
    }

    .p-accordion .p-accordion-header .p-accordion-header-link,
    .p-tabview .p-tabview-nav li .p-tabview-nav-link,
    .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
        transition: background-color .2s, border-color .2s, box-shadow .2s
    }

    .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button,
    .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
        background-color: #3b82f6
    }

    .p-button:focus {
        box-shadow: 0 0 0 2px #fff, 0 0 0 4px #9dc1fb, 0 1px 2px #000
    }

    .p-button.p-button-secondary:enabled:focus {
        box-shadow: 0 0 0 2px #fff, 0 0 0 4px #b0b9c6, 0 1px 2px #000
    }

    .p-button.p-button-success:enabled:focus {
        box-shadow: 0 0 0 2px #fff, 0 0 0 4px #88eaac, 0 1px 2px #000
    }

    .p-button.p-button-info:enabled:focus {
        box-shadow: 0 0 0 2px #fff, 0 0 0 4px #83d3f8, 0 1px 2px #000
    }

    .p-button.p-button-warning:enabled:focus {
        box-shadow: 0 0 0 2px #fff, 0 0 0 4px #fcb98b, 0 1px 2px #000
    }

    .p-button.p-button-help:enabled:focus {
        box-shadow: 0 0 0 2px #fff, 0 0 0 4px #d4aafb, 0 1px 2px #000
    }

    .p-button.p-button-danger:enabled:focus {
        box-shadow: 0 0 0 2px #fff, 0 0 0 4px #f7a2a2, 0 1px 2px #000
    }

    .p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td {
        box-shadow: inset 0 2px #3b82f6
    }

    .p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td {
        box-shadow: inset 0 -2px #3b82f6
    }

    .p-speeddial-item.p-focus>.p-speeddial-action {
        box-shadow: 0 0 0 2px #fff, 0 0 0 4px #9dc1fb, 0 1px 2px #000
    }

    .p-toast-message {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px)
    }

    .p-inline-message-text {
        font-weight: 500
    }

    .p-picklist-buttons .p-button,
    .p-orderlist-controls .p-button {
        transition: opacity .2s, background-color .2s, color .2s, border-color .2s, box-shadow .2s
    }

    .p-steps .p-steps-item.p-highlight .p-steps-number {
        background: #3b82f6;
        color: #fff
    }
}

.p-overflow-hidden {
    overflow: hidden;
    padding-right: var(--scrollbar-width)
}

@layer primeng {

    .p-component,
    .p-component * {
        box-sizing: border-box
    }

    .p-hidden {
        display: none
    }

    .p-hidden-space {
        visibility: hidden
    }

    .p-hidden-accessible {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .p-hidden-accessible input,
    .p-hidden-accessible select {
        transform: scale(0)
    }

    .p-reset {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        text-decoration: none;
        font-size: 100%;
        list-style: none
    }

    .p-disabled,
    .p-disabled * {
        cursor: default !important;
        pointer-events: none
    }

    .p-component-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .p-unselectable-text {
        -webkit-user-select: none;
        user-select: none
    }

    .p-scrollbar-measure {
        width: 100px;
        height: 100px;
        overflow: scroll;
        position: absolute;
        top: -9999px
    }

    @keyframes p-fadein {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    input[type=button],
    input[type=submit],
    input[type=reset],
    input[type=file]::-webkit-file-upload-button,
    button {
        border-radius: 0
    }

    .p-link {
        text-align: left;
        background-color: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none
    }

    .p-link:disabled {
        cursor: default
    }

    .p-sr-only {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        word-wrap: normal !important
    }

    .p-connected-overlay {
        opacity: 0;
        transform: scaleY(.8);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

    .p-connected-overlay-visible {
        opacity: 1;
        transform: scaleY(1)
    }

    .p-connected-overlay-hidden {
        opacity: 0;
        transform: scaleY(1);
        transition: opacity .1s linear
    }

    .p-toggleable-content.ng-animating {
        overflow: hidden
    }

    .p-icon-wrapper {
        display: inline-flex
    }

    .p-icon {
        display: inline-block
    }

    .p-icon-spin {
        animation: p-icon-spin 2s infinite linear
    }
}

@keyframes p-icon-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@layer primeng {
    .p-badge {
        display: inline-block;
        border-radius: 10px;
        text-align: center;
        padding: 0 .5rem
    }

    .p-overlay-badge {
        position: relative
    }

    .p-overlay-badge .p-badge {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(50%, -50%);
        transform-origin: 100% 0;
        margin: 0
    }

    .p-badge-dot {
        width: .5rem;
        min-width: .5rem;
        height: .5rem;
        border-radius: 50%;
        padding: 0
    }

    .p-badge-no-gutter {
        padding: 0;
        border-radius: 50%
    }
}

@layer primeng {
    .p-button {
        margin: 0;
        display: inline-flex;
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none;
        align-items: center;
        vertical-align: bottom;
        text-align: center;
        overflow: hidden;
        position: relative
    }

    .p-button-label {
        flex: 1 1 auto
    }

    .p-button-icon-right {
        order: 1
    }

    .p-button:disabled {
        cursor: default;
        pointer-events: none
    }

    .p-button-icon-only {
        justify-content: center
    }

    .p-button-icon-only:after {
        content: "p";
        visibility: hidden;
        clip: rect(0 0 0 0);
        width: 0
    }

    .p-button-vertical {
        flex-direction: column
    }

    .p-button-icon-bottom {
        order: 2
    }

    .p-buttonset .p-button {
        margin: 0
    }

    .p-buttonset .p-button:not(:last-child) {
        border-right: 0 none
    }

    .p-buttonset .p-button:not(:first-of-type):not(:last-of-type) {
        border-radius: 0
    }

    .p-buttonset .p-button:first-of-type {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .p-buttonset .p-button:last-of-type {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .p-buttonset .p-button:focus {
        position: relative;
        z-index: 1
    }

    p-button[iconpos=right] spinnericon {
        order: 1
    }
}

@layer primeng {
    .p-checkbox {
        display: inline-flex;
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none;
        vertical-align: bottom;
        position: relative
    }

    .p-checkbox-disabled {
        cursor: default !important;
        pointer-events: none
    }

    .p-checkbox-box {
        display: flex;
        justify-content: center;
        align-items: center
    }

    p-checkbox {
        display: inline-flex;
        vertical-align: bottom;
        align-items: center
    }

    .p-checkbox-label {
        line-height: 1
    }
}

.p-colorpicker-panel .p-colorpicker-color {
    background: transparent url(color.dae87a04d07ca92b.png) no-repeat left top
}

.p-colorpicker-panel .p-colorpicker-hue {
    background: transparent url(hue.8b1818380241e6ac.png) no-repeat left top
}

@layer primeng {
    .p-inputtext {
        margin: 0
    }

    .p-fluid .p-inputtext {
        width: 100%
    }

    .p-inputgroup {
        display: flex;
        align-items: stretch;
        width: 100%
    }

    .p-inputgroup-addon {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .p-inputgroup .p-float-label {
        display: flex;
        align-items: stretch;
        width: 100%
    }

    .p-inputgroup .p-inputtext,
    .p-fluid .p-inputgroup .p-inputtext,
    .p-inputgroup .p-inputwrapper,
    .p-inputgroup .p-inputwrapper>.p-component {
        flex: 1 1 auto;
        width: 1%
    }

    .p-float-label {
        display: block;
        position: relative
    }

    .p-float-label label {
        position: absolute;
        pointer-events: none;
        top: 50%;
        margin-top: -.5rem;
        transition-property: all;
        transition-timing-function: ease;
        line-height: 1
    }

    .p-float-label textarea~label {
        top: 1rem
    }

    .p-float-label input:focus~label,
    .p-float-label input.p-filled~label,
    .p-float-label textarea:focus~label,
    .p-float-label textarea.p-filled~label,
    .p-float-label .p-inputwrapper-focus~label,
    .p-float-label .p-inputwrapper-filled~label {
        top: -.75rem;
        font-size: 12px
    }

    .p-float-label .input:-webkit-autofill~label {
        top: -20px;
        font-size: 12px
    }

    .p-float-label .p-placeholder,
    .p-float-label input::placeholder,
    .p-float-label .p-inputtext::placeholder {
        opacity: 0;
        transition-property: all;
        transition-timing-function: ease
    }

    .p-float-label .p-focus .p-placeholder,
    .p-float-label input:focus::placeholder,
    .p-float-label .p-inputtext:focus::placeholder {
        opacity: 1;
        transition-property: all;
        transition-timing-function: ease
    }

    .p-input-icon-left,
    .p-input-icon-right {
        position: relative;
        display: inline-block
    }

    .p-input-icon-left>i,
    .p-input-icon-left>.p-icon-wrapper,
    .p-input-icon-right>i,
    .p-input-icon-right>.p-icon-wrapper {
        position: absolute;
        top: 50%;
        margin-top: -.5rem
    }

    .p-fluid .p-input-icon-left,
    .p-fluid .p-input-icon-right {
        display: block;
        width: 100%
    }
}

@layer primeng {
    .p-inputtextarea-resizable {
        overflow: hidden;
        resize: none
    }

    .p-fluid .p-inputtextarea {
        width: 100%
    }
}

@layer primeng {
    .p-password {
        position: relative;
        display: inline-flex
    }

    .p-password-panel {
        position: absolute;
        top: 0;
        left: 0
    }

    .p-password .p-password-panel {
        min-width: 100%
    }

    .p-password-meter {
        height: 10px
    }

    .p-password-strength {
        height: 100%;
        width: 0;
        transition: width 1s ease-in-out
    }

    .p-fluid .p-password {
        display: flex
    }

    .p-password-input::-ms-reveal,
    .p-password-input::-ms-clear {
        display: none
    }

    .p-password-clear-icon {
        position: absolute;
        top: 50%;
        margin-top: -.5rem;
        cursor: pointer
    }

    .p-password-clearable.p-password-mask .p-password-clear-icon {
        margin-top: unset
    }

    .p-password-clearable {
        position: relative
    }
}

@layer primeng {
    .p-radiobutton {
        display: inline-flex;
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none;
        vertical-align: bottom;
        position: relative
    }

    .p-radiobutton-box {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .p-radiobutton-icon {
        backface-visibility: hidden;
        transform: translateZ(0) scale(.1);
        border-radius: 50%;
        visibility: hidden
    }

    .p-radiobutton-box.p-highlight .p-radiobutton-icon {
        transform: translateZ(0) scale(1);
        visibility: visible
    }

    p-radiobutton {
        display: inline-flex;
        vertical-align: bottom;
        align-items: center
    }

    .p-radiobutton-label {
        line-height: 1
    }
}

@layer primeng {
    .p-ripple {
        overflow: hidden;
        position: relative
    }

    .p-ink {
        display: block;
        position: absolute;
        background: #ffffff80;
        border-radius: 100%;
        transform: scale(0)
    }

    .p-ink-active {
        animation: ripple .4s linear
    }

    .p-ripple-disabled .p-ink {
        display: none !important
    }
}

@keyframes ripple {
    to {
        opacity: 0;
        transform: scale(2.5)
    }
}

@layer primeng {
    .p-tooltip {
        position: absolute;
        display: none;
        padding: .25em .5rem;
        max-width: 12.5rem;
        pointer-events: none
    }

    .p-tooltip.p-tooltip-right,
    .p-tooltip.p-tooltip-left {
        padding: 0 .25rem
    }

    .p-tooltip.p-tooltip-top,
    .p-tooltip.p-tooltip-bottom {
        padding: .25em 0
    }

    .p-tooltip .p-tooltip-text {
        white-space: pre-line;
        word-break: break-word
    }

    .p-tooltip-arrow {
        scale: 2;
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

    .p-tooltip-right .p-tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -.25rem;
        border-width: .25em .25em .25em 0
    }

    .p-tooltip-left .p-tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -.25rem;
        border-width: .25em 0 .25em .25rem
    }

    .p-tooltip.p-tooltip-top {
        padding: .25em 0
    }

    .p-tooltip-top .p-tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -.25rem;
        border-width: .25em .25em 0
    }

    .p-tooltip-bottom .p-tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -.25rem;
        border-width: 0 .25em .25rem
    }
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80)
}

.gu-hide {
    display: none !important
}

.gu-unselectable {
    -webkit-user-select: none !important;
    user-select: none !important
}

.gu-transit {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20)
}

.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
    outline: none
}

.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
    color: #fff
}

.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #fff
}

.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #fff
}

@media (pointer: coarse) {

    .ql-bubble.ql-toolbar button:hover:not(.ql-active),
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
        color: #ccc
    }

    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #ccc
    }

    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #ccc
    }
}

.ql-bubble,
.ql-bubble * {
    box-sizing: border-box
}

.ql-bubble .ql-hidden {
    display: none
}

.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
    visibility: hidden
}

.ql-bubble .ql-tooltip {
    position: absolute;
    transform: translateY(10px)
}

.ql-bubble .ql-tooltip a {
    cursor: pointer;
    text-decoration: none
}

.ql-bubble .ql-tooltip.ql-flip {
    transform: translateY(-10px)
}

.ql-bubble .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.ql-bubble .ql-formats:after {
    clear: both;
    content: "";
    display: table
}

.ql-bubble .ql-stroke {
    fill: none;
    stroke: #ccc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.ql-bubble .ql-stroke-miter {
    fill: none;
    stroke: #ccc;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
    fill: #ccc
}

.ql-bubble .ql-empty {
    fill: none
}

.ql-bubble .ql-even {
    fill-rule: evenodd
}

.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
    stroke-width: 1
}

.ql-bubble .ql-transparent {
    opacity: .4
}

.ql-bubble .ql-direction svg:last-child {
    display: none
}

.ql-bubble .ql-direction.ql-active svg:last-child {
    display: inline
}

.ql-bubble .ql-direction.ql-active svg:first-child {
    display: none
}

.ql-bubble .ql-editor h1 {
    font-size: 2em
}

.ql-bubble .ql-editor h2 {
    font-size: 1.5em
}

.ql-bubble .ql-editor h3 {
    font-size: 1.17em
}

.ql-bubble .ql-editor h4 {
    font-size: 1em
}

.ql-bubble .ql-editor h5 {
    font-size: .83em
}

.ql-bubble .ql-editor h6 {
    font-size: .67em
}

.ql-bubble .ql-editor a {
    text-decoration: underline
}

.ql-bubble .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px
}

.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px
}

.ql-bubble .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px
}

.ql-bubble .ql-editor code {
    font-size: 85%;
    padding: 2px 4px
}

.ql-bubble .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.ql-bubble .ql-editor img {
    max-width: 100%
}

.ql-bubble .ql-picker {
    color: #ccc;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.ql-bubble .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%
}

.ql-bubble .ql-picker-label:before {
    display: inline-block;
    line-height: 22px
}

.ql-bubble .ql-picker-options {
    background-color: #444;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.ql-bubble .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
    color: #777;
    z-index: 2
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #777
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #777
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1
}

.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
    width: 28px
}

.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
    padding: 2px 4px
}

.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
    right: 4px
}

.ql-bubble .ql-icon-picker .ql-picker-options {
    padding: 4px 0
}

.ql-bubble .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px
}

.ql-bubble .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.ql-bubble .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px
}

.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before {
    content: attr(data-label)
}

.ql-bubble .ql-picker.ql-header {
    width: 98px
}

.ql-bubble .ql-picker.ql-header .ql-picker-label:before,
.ql-bubble .ql-picker.ql-header .ql-picker-item:before {
    content: "Normal"
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    content: "Heading 1"
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    content: "Heading 2"
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    content: "Heading 3"
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    content: "Heading 4"
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    content: "Heading 5"
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    content: "Heading 6"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    font-size: 2em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    font-size: 1.5em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    font-size: 1.17em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    font-size: 1em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    font-size: .83em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    font-size: .67em
}

.ql-bubble .ql-picker.ql-font {
    width: 108px
}

.ql-bubble .ql-picker.ql-font .ql-picker-label:before,
.ql-bubble .ql-picker.ql-font .ql-picker-item:before {
    content: "Sans Serif"
}

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
    content: "Serif"
}

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
    content: "Monospace"
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
    font-family: Georgia, Times New Roman, serif
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
    font-family: Monaco, Courier New, monospace
}

.ql-bubble .ql-picker.ql-size {
    width: 98px
}

.ql-bubble .ql-picker.ql-size .ql-picker-label:before,
.ql-bubble .ql-picker.ql-size .ql-picker-item:before {
    content: "Normal"
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
    content: "Small"
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
    content: "Large"
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
    content: "Huge"
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
    font-size: 10px
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
    font-size: 18px
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
    font-size: 32px
}

.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff
}

.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000
}

.ql-bubble .ql-toolbar .ql-formats {
    margin: 8px 12px 8px 0
}

.ql-bubble .ql-toolbar .ql-formats:first-child {
    margin-left: 12px
}

.ql-bubble .ql-color-picker svg {
    margin: 1px
}

.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
    border-color: #fff
}

.ql-bubble .ql-tooltip {
    background-color: #444;
    border-radius: 25px;
    color: #fff
}

.ql-bubble .ql-tooltip-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: " ";
    display: block;
    left: 50%;
    margin-left: -6px;
    position: absolute
}

.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
    border-bottom: 6px solid #444;
    top: -6px
}

.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
    border-top: 6px solid #444;
    bottom: -6px
}

.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
    display: block
}

.ql-bubble .ql-tooltip.ql-editing .ql-formats {
    visibility: hidden
}

.ql-bubble .ql-tooltip-editor {
    display: none
}

.ql-bubble .ql-tooltip-editor input[type=text] {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 13px;
    height: 100%;
    outline: none;
    padding: 10px 20px;
    position: absolute;
    width: 100%
}

.ql-bubble .ql-tooltip-editor a {
    top: 10px;
    position: absolute;
    right: 20px
}

.ql-bubble .ql-tooltip-editor a:before {
    color: #ccc;
    content: "\d7";
    font-size: 16px;
    font-weight: 700
}

.ql-container.ql-bubble:not(.ql-disabled) a {
    position: relative;
    white-space: nowrap
}

.ql-container.ql-bubble:not(.ql-disabled) a:before {
    background-color: #444;
    border-radius: 15px;
    top: -5px;
    font-size: 12px;
    color: #fff;
    content: attr(href);
    font-weight: 400;
    overflow: hidden;
    padding: 5px 15px;
    text-decoration: none;
    z-index: 1
}

.ql-container.ql-bubble:not(.ql-disabled) a:after {
    border-top: 6px solid #444;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 0;
    content: " ";
    height: 0;
    width: 0
}

.ql-container.ql-bubble:not(.ql-disabled) a:before,
.ql-container.ql-bubble:not(.ql-disabled) a:after {
    left: 0;
    margin-left: 50%;
    position: absolute;
    transform: translate(-50%, -100%);
    transition: visibility 0s ease .2s;
    visibility: hidden
}

.ql-container.ql-bubble:not(.ql-disabled) a:hover:before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover:after {
    visibility: visible
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before {
    pointer-events: none
}

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.ql-clipboard p {
    margin: 0;
    padding: 0
}

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

.ql-editor>* {
    cursor: text
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em
}

.ql-editor ol>li,
.ql-editor ul>li {
    list-style-type: none
}

.ql-editor ul>li:before {
    content: "\2022"
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
    pointer-events: none
}

.ql-editor ul[data-checked=true]>li *,
.ql-editor ul[data-checked=false]>li * {
    pointer-events: all
}

.ql-editor ul[data-checked=true]>li:before,
.ql-editor ul[data-checked=false]>li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.ql-editor ul[data-checked=true]>li:before {
    content: "\2611"
}

.ql-editor ul[data-checked=false]>li:before {
    content: "\2610"
}

.ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.ql-editor li.ql-direction-rtl:before {
    margin-left: .3em;
    margin-right: -1.5em
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.ql-editor ol li:before {
    content: counter(list-0, decimal) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
    background-color: #000
}

.ql-editor .ql-bg-red {
    background-color: #e60000
}

.ql-editor .ql-bg-orange {
    background-color: #f90
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.ql-editor .ql-bg-green {
    background-color: #008a00
}

.ql-editor .ql-bg-blue {
    background-color: #06c
}

.ql-editor .ql-bg-purple {
    background-color: #93f
}

.ql-editor .ql-color-white {
    color: #fff
}

.ql-editor .ql-color-red {
    color: #e60000
}

.ql-editor .ql-color-orange {
    color: #f90
}

.ql-editor .ql-color-yellow {
    color: #ff0
}

.ql-editor .ql-color-green {
    color: #008a00
}

.ql-editor .ql-color-blue {
    color: #06c
}

.ql-editor .ql-color-purple {
    color: #93f
}

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

.ql-editor .ql-size-small {
    font-size: .75em
}

.ql-editor .ql-size-large {
    font-size: 1.5em
}

.ql-editor .ql-size-huge {
    font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.ql-editor .ql-align-center {
    text-align: center
}

.ql-editor .ql-align-justify {
    text-align: justify
}

.ql-editor .ql-align-right {
    text-align: right
}

.ql-editor.ql-blank:before {
    color: #0009;
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
    outline: none
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label: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-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #06c
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .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.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .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.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.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 .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.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-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.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 {
    fill: #06c
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.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.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.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.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #06c
}

@media (pointer: coarse) {

    .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #444
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #444
    }
}

.ql-snow,
.ql-snow * {
    box-sizing: border-box
}

.ql-snow .ql-hidden {
    display: none
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
    visibility: hidden
}

.ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px)
}

.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none
}

.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px)
}

.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.ql-snow .ql-formats:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
    fill: #444
}

.ql-snow .ql-empty {
    fill: none
}

.ql-snow .ql-even {
    fill-rule: evenodd
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
    stroke-width: 1
}

.ql-snow .ql-transparent {
    opacity: .4
}

.ql-snow .ql-direction svg:last-child {
    display: none
}

.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline
}

.ql-snow .ql-direction.ql-active svg:first-child {
    display: none
}

.ql-snow .ql-editor h1 {
    font-size: 2em
}

.ql-snow .ql-editor h2 {
    font-size: 1.5em
}

.ql-snow .ql-editor h3 {
    font-size: 1.17em
}

.ql-snow .ql-editor h4 {
    font-size: 1em
}

.ql-snow .ql-editor h5 {
    font-size: .83em
}

.ql-snow .ql-editor h6 {
    font-size: .67em
}

.ql-snow .ql-editor a {
    text-decoration: underline
}

.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px
}

.ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px
}

.ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px
}

.ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.ql-snow .ql-editor img {
    max-width: 100%
}

.ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%
}

.ql-snow .ql-picker-label:before {
    display: inline-block;
    line-height: 22px
}

.ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
    width: 28px
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px
}

.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0
}

.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before {
    content: attr(data-label)
}

.ql-snow .ql-picker.ql-header {
    width: 98px
}

.ql-snow .ql-picker.ql-header .ql-picker-label:before,
.ql-snow .ql-picker.ql-header .ql-picker-item:before {
    content: "Normal"
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    content: "Heading 1"
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    content: "Heading 2"
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    content: "Heading 3"
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    content: "Heading 4"
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    content: "Heading 5"
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    content: "Heading 6"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    font-size: 2em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    font-size: 1.5em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    font-size: 1.17em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    font-size: 1em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    font-size: .83em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    font-size: .67em
}

.ql-snow .ql-picker.ql-font {
    width: 108px
}

.ql-snow .ql-picker.ql-font .ql-picker-label:before,
.ql-snow .ql-picker.ql-font .ql-picker-item:before {
    content: "Sans Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
    content: "Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
    content: "Monospace"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
    font-family: Georgia, Times New Roman, serif
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
    font-family: Monaco, Courier New, monospace
}

.ql-snow .ql-picker.ql-size {
    width: 98px
}

.ql-snow .ql-picker.ql-size .ql-picker-label:before,
.ql-snow .ql-picker.ql-size .ql-picker-item:before {
    content: "Normal"
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
    content: "Small"
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
    content: "Large"
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
    content: "Huge"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
    font-size: 10px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
    font-size: 18px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
    font-size: 32px
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000
}

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 8px
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px
}

.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent
}

.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: #0003 0 2px 8px
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0px
}

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap
}

.ql-snow .ql-tooltip:before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px
}

.ql-snow .ql-tooltip input[type=text] {
    display: none;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 26px;
    margin: 0;
    padding: 3px 5px;
    width: 170px
}

.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.ql-snow .ql-tooltip a.ql-action:after {
    border-right: 1px solid #ccc;
    content: "Edit";
    margin-left: 16px;
    padding-right: 8px
}

.ql-snow .ql-tooltip a.ql-remove:before {
    content: "Remove";
    margin-left: 8px
}

.ql-snow .ql-tooltip a {
    line-height: 26px
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block
}

.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
    border-right: 0px;
    content: "Save";
    padding-right: 0
}

.ql-snow .ql-tooltip[data-mode=link]:before {
    content: "Enter link:"
}

.ql-snow .ql-tooltip[data-mode=formula]:before {
    content: "Enter formula:"
}

.ql-snow .ql-tooltip[data-mode=video]:before {
    content: "Enter video:"
}

.ql-snow a {
    color: #06c
}

.ql-container.ql-snow {
    border: 1px solid #ccc
}

@charset "UTF-8";

.ui-widget {
    font-family: Roboto, Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Roboto, Trebuchet MS, Arial, Helvetica, sans-serif
}

.ui-widget :active {
    outline: none
}

.ui-autocomplete-input-token {
    width: 100%
}

.ui-autocomplete-input-token>input {
    width: 100%;
    font-size: 18px !important;
    padding-bottom: 15px !important;
    padding-left: 10px !important;
    padding-top: 15px !important;
    border-bottom: 1px solid #ccc
}

.ui-widget-content {
    border: 1px solid #D5D5D5;
    background: #fff;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #d9d9d9;
    background: #f6f7f9;
    color: #1b1d1f;
    font-weight: 400
}

.ui-widget-header a {
    color: #1b1d1f
}

.ui-widget-overlay {
    background: #666;
    opacity: .5;
    filter: Alpha(Opacity=50)
}

.ui-state-default {
    border: none;
    background: #fff;
    color: #555
}

.ui-state-default a {
    color: #555
}

p-dropdown .ui-state-default {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border-top: 1px solid #c0c0c0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline-color: #6f74e8
}

p-dropdown .ui-dropdown-label {
    height: 100%;
    font-size: 16px;
    padding: 10px
}

.ui-placeholder {
    color: #acacac !important
}

.ui-state-active {
    border-color: #bebebe;
    background: #d6d6d6;
    color: #212121
}

.ui-state-active a {
    color: #212121
}

.ui-state-highlight {
    border-color: #6f74e8;
    background: #6f74e8;
    color: #fff
}

.ui-state-highlight a {
    color: #fff
}

.ui-state-focus {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-state-focus a {
    color: #212121
}

.ui-state-error {
    border-color: #f44336;
    background: #f5554a;
    color: #cd0a0a
}

.ui-state-error a {
    color: #cd0a0a
}

.ui-state-disabled,
.ui-widget:disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
    cursor: default !important
}

.ui-state-disabled *,
.ui-widget:disabled * {
    cursor: default !important
}

.ui-inputtext {
    background: #fff;
    color: #222
}

.ui-inputtext:enabled:hover {
    border-color: silver
}

.ui-inputtext.ui-state-focus,
.ui-inputtext:focus {
    outline: 0 none;
    border-color: silver
}

.ui-inputgroup .ui-inputgroup-addon {
    border-color: #d6d6d6;
    background-color: #f0f0f0;
    color: #222
}

.ui-inputgroup .ui-inputgroup-addon:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.ui-inputgroup .ui-inputgroup-addon:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.ui-inputgroup .ui-button:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.ui-inputgroup .ui-button:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.ui-float-label input.ng-dirty.ng-invalid~label {
    color: #cd0a0a
}

.ui-autocomplete .ui-autocomplete-multiple-container:not(.ui-state-disabled):hover {
    border-color: silver
}

.ui-autocomplete .ui-autocomplete-multiple-container:not(.ui-state-disabled).ui-state-focus {
    border-color: silver
}

.ui-autocomplete-multiple-container {
    width: 100%
}

.ui-chips>ul:not(.ui-state-disabled):hover {
    border-color: silver
}

.ui-chips>ul:not(.ui-state-disabled).ui-state-focus {
    border-color: silver
}

.ui-button:focus,
.ui-button:enabled:hover,
.ui-fileupload-choose:not(.ui-state-disabled):hover {
    outline: 0 none;
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-button:focus a,
.ui-button:enabled:hover a,
.ui-fileupload-choose:not(.ui-state-disabled):hover a {
    color: #212121
}

.ui-button:enabled:active,
.ui-fileupload-choose:not(.ui-state-disabled):active {
    border-color: #bebebe;
    background: #d6d6d6;
    color: #212121
}

.ui-chkbox-box:not(.ui-state-disabled):not(.ui-state-active):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-chkbox-box:not(.ui-state-disabled):not(.ui-state-active):hover a {
    color: #212121
}

.ui-radiobutton-box:not(.ui-state-disabled):not(.ui-state-active):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-radiobutton-box:not(.ui-state-disabled):not(.ui-state-active):hover a {
    color: #212121
}

.ui-dropdown:not(.ui-state-disabled):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-dropdown:not(.ui-state-disabled):hover a {
    color: #212121
}

.ui-dropdown-panel .ui-dropdown-item:not(.ui-state-highlight):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-dropdown-panel .ui-dropdown-item:not(.ui-state-highlight):hover a {
    color: #212121
}

.ui-listbox .ui-listbox-header .ui-listbox-filter-container .fa {
    color: #222
}

.ui-listbox:not(.ui-state-disabled) .ui-listbox-item:not(.ui-state-highlight):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-listbox:not(.ui-state-disabled) .ui-listbox-item:not(.ui-state-highlight):hover a {
    color: #212121
}

.ui-listbox.ui-state-disabled .ui-chkbox-box:not(.ui-state-active):hover {
    border-color: #d6d6d6;
    background: #fff;
    color: #555
}

.ui-multiselect:not(.ui-state-disabled):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-multiselect:not(.ui-state-disabled):hover a {
    color: #212121
}

.ui-multiselect-panel .ui-multiselect-item:not(.ui-state-highlight):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-multiselect-panel .ui-multiselect-item:not(.ui-state-highlight):hover a {
    color: #212121
}

.ui-multiselect-panel .ui-multiselect-close {
    color: #1b1d1f
}

.ui-multiselect-panel .ui-multiselect-filter-container .fa {
    color: #222
}

.ui-spinner:not(.ui-state-disabled) .ui-spinner-button:enabled:hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-spinner:not(.ui-state-disabled) .ui-spinner-button:enabled:hover a {
    color: #212121
}

.ui-spinner:not(.ui-state-disabled) .ui-spinner-button:enabled:active {
    border-color: #bebebe;
    background: #d6d6d6;
    color: #212121
}

.ui-selectbutton .ui-button:not(.ui-state-disabled):not(.ui-state-active):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-selectbutton .ui-button:not(.ui-state-disabled):not(.ui-state-active):hover a {
    color: #212121
}

.ui-togglebutton:not(.ui-state-disabled):not(.ui-state-active):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-togglebutton:not(.ui-state-disabled):not(.ui-state-active):hover a {
    color: #212121
}

.ui-paginator a:not(.ui-state-disabled):not(.ui-state-active):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-paginator a:not(.ui-state-disabled):not(.ui-state-active):hover a {
    color: #212121
}

.ui-paginator a {
    color: #555
}

.ui-datatable .ui-rowgroup-header a {
    color: #1b1d1f
}

.ui-datatable .ui-sortable-column:not(.ui-state-active):hover {
    background: #eee;
    color: #212121
}

.ui-datatable .ui-row-toggler {
    color: #222
}

.ui-datatable tbody.ui-datatable-hoverable-rows>tr.ui-widget-content:not(.ui-state-highlight):hover {
    cursor: pointer;
    background: #eee;
    color: #212121
}

.ui-orderlist .ui-orderlist-item:not(.ui-state-highlight):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-orderlist .ui-orderlist-item:not(.ui-state-highlight):hover a {
    color: #212121
}

.ui-picklist .ui-picklist-item:not(.ui-state-highlight):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-picklist .ui-picklist-item:not(.ui-state-highlight):hover a {
    color: #212121
}

.ui-picklist .ui-picklist-droppoint-highlight {
    border-color: #156090;
    background: #6e74e8;
    color: #1f1f1f
}

.ui-picklist .ui-picklist-droppoint-highlight a {
    color: #1f1f1f
}

.ui-picklist .ui-picklist-highlight {
    border-color: #156090;
    color: #1f1f1f
}

.ui-picklist .ui-picklist-highlight a {
    color: #1f1f1f
}

.ui-tree.ui-treenode-dragover {
    border-color: #156090
}

.ui-tree .ui-treenode-content.ui-treenode-selectable .ui-treenode-label:not(.ui-state-highlight):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-tree .ui-treenode-content.ui-treenode-selectable .ui-treenode-label:not(.ui-state-highlight):hover a {
    color: #212121
}

.ui-tree .ui-treenode-content.ui-treenode-dragover {
    background: #d6d6d6;
    color: #212121
}

.ui-tree.ui-tree-horizontal .ui-treenode-content.ui-treenode-selectable .ui-treenode-label:not(.ui-state-highlight):hover {
    background-color: inherit;
    color: inherit
}

.ui-tree.ui-tree-horizontal .ui-treenode-content.ui-treenode-selectable:not(.ui-state-highlight):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-tree.ui-tree-horizontal .ui-treenode-content.ui-treenode-selectable:not(.ui-state-highlight):hover a {
    color: #212121
}

.ui-treetable .ui-treetable-row.ui-treetable-row-selectable:not(.ui-state-highlight):hover {
    background: #eee;
    color: #212121
}

.ui-organizationchart .ui-organizationchart-node-content.ui-organizationchart-selectable-node:not(.ui-state-highlight):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-organizationchart .ui-organizationchart-node-content.ui-organizationchart-selectable-node:not(.ui-state-highlight):hover a {
    color: #212121
}

.ui-accordion .ui-accordion-header:not(.ui-state-active):not(.ui-state-disabled):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-accordion .ui-accordion-header:not(.ui-state-active):not(.ui-state-disabled):hover a {
    color: #212121
}

.ui-fieldset.ui-fieldset-toggleable .ui-fieldset-legend:hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-fieldset.ui-fieldset-toggleable .ui-fieldset-legend:hover a {
    color: #212121
}

.ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon:hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon:hover a {
    color: #212121
}

.ui-tabview .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-tabview .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover a {
    color: #212121
}

.ui-dialog .ui-dialog-titlebar-icon {
    color: #1b1d1f
}

.ui-dialog .ui-dialog-titlebar-icon:hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-dialog .ui-dialog-titlebar-icon:hover a {
    color: #212121
}

.ui-overlaypanel .ui-overlaypanel-close:hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-overlaypanel .ui-overlaypanel-close:hover a {
    color: #212121
}

.ui-inplace .ui-inplace-display:hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-inplace .ui-inplace-display:hover a {
    color: #212121
}

.ui-breadcrumb a {
    color: #1b1d1f
}

.ui-menu .ui-menuitem .ui-menuitem-link {
    color: #222
}

.ui-menu .ui-menuitem .ui-menuitem-link:hover {
    border-color: silver;
    background: #eee;
    color: #212121;
    border-color: transparent
}

.ui-menu .ui-menuitem .ui-menuitem-link:hover a {
    color: #212121
}

.ui-menu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link {
    border-color: silver;
    background: #eee;
    color: #212121;
    border-color: transparent
}

.ui-menu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link a {
    color: #212121
}

.ui-tabmenu .ui-tabmenu-nav li:not(.ui-state-active):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-tabmenu .ui-tabmenu-nav li:not(.ui-state-active):hover a {
    color: #212121
}

.ui-steps .ui-steps-item:not(.ui-state-highlight):not(.ui-state-disabled):hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-steps .ui-steps-item:not(.ui-state-highlight):not(.ui-state-disabled):hover a {
    color: #212121
}

.ui-panelmenu .ui-panelmenu-header:not(.ui-state-active):hover {
    border-color: silver;
    background: #eee;
    color: #212121;
    border-color: #d6d6d6
}

.ui-panelmenu .ui-panelmenu-header:not(.ui-state-active):hover a {
    color: #212121
}

.ui-panelmenu .ui-panelmenu-header.ui-state-active a {
    color: #212121
}

.ui-panelmenu .ui-panelmenu-content .ui-menuitem-link {
    color: #222
}

.ui-panelmenu .ui-panelmenu-content .ui-menuitem-link:hover {
    border-color: silver;
    background: #eee;
    color: #212121;
    border-color: transparent
}

.ui-panelmenu .ui-panelmenu-content .ui-menuitem-link:hover a {
    color: #212121
}

.ui-datepicker .ui-datepicker-header a {
    color: #1b1d1f
}

.ui-datepicker .ui-datepicker-header a:hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-datepicker .ui-datepicker-header a:hover a {
    color: #212121
}

.ui-datepicker .ui-datepicker-calendar td:not(.ui-state-disabled) a:hover {
    border-color: silver;
    background: #eee;
    color: #212121
}

.ui-datepicker .ui-datepicker-calendar td:not(.ui-state-disabled) a:hover a {
    color: #212121
}

.fc .fc-toolbar .fc-prev-button .ui-icon-circle-triangle-w {
    margin-top: .3em;
    background: none !important;
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0px !important;
    text-align: center
}

.fc .fc-toolbar .fc-prev-button .ui-icon-circle-triangle-w:before {
    content: "\f053"
}

.fc .fc-toolbar .fc-next-button .ui-icon-circle-triangle-e {
    margin-top: .3em;
    background: none !important;
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0px !important;
    text-align: center
}

.fc .fc-toolbar .fc-next-button .ui-icon-circle-triangle-e:before {
    content: "\f054"
}

.ui-rating a {
    color: #222
}

.ui-organizationchart .ui-organizationchart-line-down {
    background-color: #bcbcbc
}

.ui-organizationchart .ui-organizationchart-line-left {
    border-right: 1px solid #bcbcbc
}

.ui-organizationchart .ui-organizationchart-line-top {
    border-top: 1px solid #bcbcbc
}

.ui-organizationchart .ui-organizationchart-node-content {
    border-color: #bcbcbc
}

.ui-organizationchart .ui-organizationchart-node-content .ui-node-toggler {
    color: #bcbcbc
}

.ui-inputtext.ng-dirty.ng-invalid,
p-dropdown.ng-dirty.ng-invalid>.ui-dropdown,
p-autocomplete.ng-dirty.ng-invalid>.ui-autocomplete>.ui-inputtext,
p-calendar.ng-dirty.ng-invalid>.ui-inputtext,
p-chips.ng-dirty.ng-invalid>.ui-inputtext,
p-inputmask.ng-dirty.ng-invalid>.ui-inputtext,
p-checkbox.ng-dirty.ng-invalid .ui-chkbox-box,
p-radiobutton.ng-dirty.ng-invalid .ui-radiobutton-box,
p-inputswitch.ng-dirty.ng-invalid .ui-inputswitch,
p-listbox.ng-dirty.ng-invalid .ui-inputtext,
p-multiselect.ng-dirty.ng-invalid>.ui-multiselect,
p-spinner.ng-dirty.ng-invalid>.ui-inputtext,
p-selectbutton.ng-dirty.ng-invalid .ui-button,
p-togglebutton.ng-dirty.ng-invalid .ui-button {
    border-bottom-color: #f44336
}

.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-corner-top {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.ui-corner-bottom {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.ui-corner-right {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.ui-corner-left {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.ui-corner-all {
    border-radius: 3px
}


.ui-widget-header {
    background: #f6f7f9 0 0 repeat-x;
    background: linear-gradient(to bottom, #f6f7f9, #ebedf0)
}

.ui-accordion .ui-accordion-header {
    background: #f6f7f9;
    border-top: 1px solid #d9d9d9
}

.ui-accordion .ui-accordion-header a {
    color: #1b1d1f
}

.ui-accordion .ui-accordion-header:not(.ui-state-active):not(.ui-state-disabled):hover {
    background: #ededf0
}

.ui-accordion .ui-accordion-header.ui-state-active {
    background: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0
}

.ui-accordion .ui-accordion-content,
.ui-tabview.ui-widget-content {
    border: 0 none
}

.ui-tabview .ui-tabview-nav {
    background: transparent
}

.ui-tabview .ui-tabview-nav>li.ui-state-default {
    background: #f6f7f9
}

.ui-tabview .ui-tabview-nav>li.ui-state-active {
    background: #fff;
    font-weight: 400;
    color: #555
}

.ui-tabview .ui-tabview-nav>li:not(.ui-state-active):not(.ui-state-disabled):hover {
    background: #ededf0
}

.ui-spinner:not(.ui-state-disabled) .ui-spinner-button:enabled:hover {
    border: 1px solid #6e74e8;
    background: #6e74e8;
    outline: 0 none;
    color: #fff
}

.ui-spinner:not(.ui-state-disabled) .ui-spinner-button:enabled:active {
    border: 1px solid #156090;
    background: #6e74e8;
    color: #fff
}

.ui-slider {
    position: relative;
    text-align: left;
    background: #6e74e8;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
    outline: none;
    border: none;
    background: #6e74e8;
    border-radius: 70px
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #6f74e8;
    border-radius: 3px
}

.ui-slider .ui-slider-handle.ui-state-active {
    background-position: -17px 0
}

.ui-slider-horizontal {
    height: 2px !important
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px !important;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.1em !important;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-progressbar .ui-progressbar-value {
    border: 1px solid #3f94e9;
    background: #8ec5fc
}

.ui-progressbar .ui-progressbar-label {
    color: #222
}

.ui-widget-header.ui-paginator {
    background: none;
    border: none
}

.ui-widget-header .ui-button,
.ui-widget-content .ui-button,
.ui-widget.ui-button,
.ui-button {
    border: 0px solid #ffffff;
    color: #000;
    background: none;
    transition: background-color .2s
}

.ui-widget-header .ui-button:enabled:hover,
.ui-widget-header .ui-button:focus,
.ui-widget-content .ui-button:enabled:hover,
.ui-widget-content .ui-button:focus,
.ui-widget.ui-button:enabled:hover,
.ui-widget.ui-button:focus,
.ui-button:enabled:hover,
.ui-button:focus {
    border: 0px solid #ffffff;
    background: none;
    outline: 0 none;
    color: #000
}

.ui-widget-header .ui-button:enabled:active,
.ui-widget-content .ui-button:enabled:active,
.ui-widget.ui-button:enabled:active,
.ui-button:enabled:active {
    border: 0px solid #ffffff;
    background: none;
    color: #000
}

.ui-fileupload-choose:not(.ui-state-disabled):hover,
.ui-fileupload-choose.ui-state-focus {
    border: 1px solid #6e74e8;
    background: #6e74e8;
    outline: 0 none;
    color: #fff
}

.ui-fileupload-choose:not(.ui-state-disabled):active {
    border: 1px solid #156090;
    background: #6e74e8;
    color: #fff
}

.ui-radiobutton {
    margin-left: 15px
}

.ui-chkbox-box.ui-state-active,
.ui-radiobutton-box.ui-state-active {
    border: 1px solid #6e74e8;
    background: #6e74e8;
    color: #0c1c46
}

.ui-radiobutton-box,
.ui-chkbox-box {
    border: 1px solid #ccc !important
}

.ui-chkbox-box.ui-state-focus,
.ui-radiobutton-box.ui-state-focus {
    box-shadow: 0 0 5px #6e74e8
}

.ui-chkbox-box.ui-state-focus.ui-state-active {
    background: #6e74e8
}

.ui-inputtext {
    background: #fff;
    color: #222;
    transition: .2s
}

.ui-inputswitch-on {
    background: #186ba0 !important;
    color: #fff !important
}

.ui-paginator .ui-paginator-page.ui-state-active {
    background: #0c1c45;
    color: #fff;
    border-color: #0c1c45
}

.ui-datatable th.ui-state-default {
    background: #ebedf0;
    border-color: #d9d9d9
}

.ui-datatable th.ui-sortable-column:not(.ui-state-active):hover {
    background: #d3d5d8;
    border-color: #d9d9d9
}

.ui-datatable th.ui-state-active {
    background: #6e74e8;
    color: #fff
}

.ui-datatable tbody>tr.ui-widget-content {
    border-color: #d9d9d9
}

.ui-datatable tbody>tr.ui-widget-content.ui-datatable-odd {
    background-color: #fafafb
}

.ui-datatable tbody>tr.ui-widget-content.ui-state-highlight {
    background-color: #6e74e8;
    color: #fff
}

.ui-datatable tfoot td.ui-state-default {
    background: #ebedf0;
    border-color: #d9d9d9
}

.ui-panel.ui-widget {
    padding: 0
}

.ui-panel.ui-widget .ui-panel-titlebar.ui-corner-all {
    -moz-border-radius-bottom-left: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottom-right: 0;
    border-bottom-right-radius: 0
}

.ui-panel.ui-widget .ui-panel-titlebar {
    border-width: 0 0 1px 0
}

.ui-panel.ui-widget .ui-panel-titlebar-icon span {
    position: relative;
    top: 1px
}

.ui-treetable th.ui-state-default {
    background: #ebedf0;
    border-color: #d9d9d9
}

.ui-togglebutton.ui-button.ui-state-default,
.ui-selectbutton .ui-button.ui-state-default {
    border: 1px solid #d6d6d6;
    background: #fff;
    font-weight: 400;
    color: #555
}

.ui-togglebutton.ui-button.ui-state-hover,
.ui-togglebutton.ui-button.ui-state-focus,
.ui-selectbutton .ui-button.ui-state-hover,
.ui-selectbutton .ui-button.ui-state-focus {
    border: 1px solid #c0c0c0;
    background: #eee;
    font-weight: 400;
    color: #212121
}

.ui-togglebutton.ui-button.ui-state-focus,
.ui-selectbutton .ui-button.ui-state-focus.ui-state-active {
    box-shadow: 0 0 5px #6e74e8
}

.ui-togglebutton.ui-button.ui-state-active,
.ui-selectbutton .ui-button.ui-state-active {
    background: #6e73e8;
    color: #fff
}

.ui-button.ui-button-text-only {
    margin-bottom: 5px;
    font-size: .9rem;
    font-weight: 700
}

.ui-small>.ui-button.ui-button-text-only {
    margin-right: 0% !important
}

.ui-multiselect .ui-multiselect-label {
    background-color: #fff
}

.ui-dropdown.ui-state-focus,
.ui-multiselect.ui-state-focus {
    box-shadow: 0 0 5px #6e74e8
}

.ui-growl-item-container.ui-state-highlight.ui-growl-message-info {
    background-color: #2196f3;
    border-color: #2196f3
}

.ui-growl-item-container.ui-state-highlight.ui-growl-message-error {
    background-color: #f44336;
    border-color: #f44336
}

.ui-growl-item-container.ui-state-highlight.ui-growl-message-warn {
    background-color: #ffb300;
    border-color: #ffb300
}

.ui-growl-item-container.ui-state-highlight.ui-growl-message-success {
    background-color: #4caf50;
    border-color: #4caf50
}

.ui-tabmenu {
    border: 0 none
}

.ui-tabmenu .ui-tabmenu-nav {
    background: none
}

.ui-tabmenu .ui-tabmenu-nav>li.ui-state-default {
    background: #f6f7f9
}

.ui-tabmenu .ui-tabmenu-nav>li.ui-state-active {
    background: #fff;
    font-weight: 400;
    color: #555
}

.ui-tabmenu .ui-tabmenu-nav>li:not(.ui-state-active):not(.ui-state-disabled):hover {
    background: #ededf0
}

.ui-menu,
.ui-menu .ui-menu-child {
    border: 1px solid #d9d9d9;
    color: #1b1d1f;
    background: #f6f7f9 0 0 repeat-x;
    background: linear-gradient(to bottom, #f6f7f9, #ebedf0)
}

.ui-menu .ui-menuitem .ui-menuitem-link:hover {
    background-color: #a6a6a6;
    color: #fff
}

.ui-menu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link {
    background-color: #a6a6a6;
    color: #fff
}

.ui-panelmenu .ui-panelmenu-header.ui-state-active,
.ui-panelmenu .ui-panelmenu-header.ui-state-active a {
    border-color: #156090;
    background: #6e74e8;
    color: #fff
}

.ui-datepicker.ui-widget {
    padding: 0
}

.ui-datepicker.ui-widget .ui-datepicker-header {
    border-radius: 0;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none
}

.ui-datepicker.ui-widget .ui-datepicker-header a:hover {
    border-width: 1px
}

.ui-datepicker.ui-widget .ui-datepicker-calendar {
    margin: 0
}

.ui-datepicker.ui-widget .ui-datepicker-calendar thead th {
    background-color: #f6f8fa;
    padding: 8px
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td {
    border-bottom: 1px solid rgba(213, 213, 213, .5);
    padding: 0
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td a {
    border: 0 none;
    text-align: center;
    padding: 8px
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td a.ui-state-highlight {
    background-color: #d6d6d6;
    color: #212121
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td a.ui-state-active {
    background-color: #6e74e8;
    color: #fff
}

.ui-datepicker.ui-widget .ui-datepicker-calendar tr:last-child td {
    border-bottom: 0 none
}

.ui-datepicker.ui-widget .ui-timepicker {
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-radius: 0
}

.ui-datepicker.ui-widget.ui-datepicker-timeonly .ui-timepicker {
    border-top: 0 none
}

.ui-steps .ui-steps-item.ui-state-highlight .ui-menuitem-link {
    color: #fff
}

.ui-dialog.ui-widget .ui-dialog-titlebar {
    padding: 1em 1.5em
}

.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-title {
    font-size: 1.25em
}

.ui-dialog.ui-widget .ui-dialog-content {
    padding: 1em 1.5em
}

.fc .fc-button-group .ui-state-active {
    border: 1px solid #156090;
    background: #6e74e8;
    color: #fff
}

.btn-boo {
    border: 1px solid transparent;
    border-radius: 4px
}

.btn-boo:focus {
    outline: none
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

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

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.chip {
    display: flex;
    align-items: center;
    padding: 0 12px;
    height: 22px;
    font-size: 10px;
    line-height: 18px;
    border-radius: 25px;
    background-color: #d9edf7;
    color: #31708f
}

.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: 700;
    float: right;
    font-size: 20px;
    cursor: pointer
}

.closebtn:hover {
    color: #000
}

.btn-purple {
    color: #3805f2 !important;
    border: 1px solid #3805F2;
    padding: 5px 22px;
    height: 31px;
    border-radius: 4px;
    font-size: 14px;
    opacity: .6;
    background: #fff;
    transition: opacity .3s ease
}

.btn-purple:hover {
    opacity: 1;
    color: #3805f2
}

.btn-flat {
    color: #fff !important;
    font-weight: bolder;
    padding: 8px 24px;
    border-radius: 4px;
    background: #1bcb7f;
    font-size: 16px
}

.btn-flat:hover {
    color: #1edd88;
    border: 1px solid #1EDD88
}

.btn-forms {
    color: #fff;
    font-weight: bolder;
    padding: 8px 24px;
    border-radius: 4px;
    background: #0a1747;
    font-size: 14px;
    transition: .3s ease
}

.btn-forms:hover {
    background: transparent;
    color: #0a1747;
    border: 1px solid #0A1747
}

.btn-cards {
    color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    background: #1edd88;
    font-size: 14px;
    transition: .3s ease
}

.btn-cards:hover {
    font-weight: 700;
    color: #fff;
    background: #1edd88
}

.btn-gradient {
    color: #3805f2;
    font-size: 13px;
    padding: 8px 24px;
    border-radius: 4px;
    text-decoration-line: underline;
    text-align: right;
    background: none
}

.btn-gradient:hover {
    font-weight: 700;
    color: #3805f2
}

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

.hoverbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    inset: 0
}

.hoverbtn .btn-gradient-position {
    position: absolute;
    bottom: -10px;
    right: 0
}

.hoverbtncenter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    inset: 0;
    position: absolute;
    width: 100%
}

.btn-grey {
    background-color: #f5f7fb;
    color: #a9a9a9;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    border-radius: 40;
    padding: 15px 24px
}

.card p {
    font-size: 12px;
    opacity: .5;
    text-align: right;
    margin-bottom: 2px
}

.card-title {
    font-size: 14px;
    color: #0a1747;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.card .goodscore {
    margin-right: 10px;
    color: #5a9e6f
}

.card .badscore {
    margin-right: 10px;
    color: #d90404
}

.card .mediumscore {
    margin-right: 10px;
    color: #fa7f50
}

.card .card-score {
    font-size: 15px;
    line-height: .1;
    text-align: right
}

.card {
    border-radius: 5px;
    box-shadow: 0 0 5px #e6e6e6;
    text-align: left;
    padding: 20px;
    border: 1px solid rgb(230, 230, 230);
    min-height: 109px;
    height: 117px
}

.declarationType1,
.declarationType2 {
    border-left-color: #bd4089;
    border-left-width: thick
}

.declarationType3 {
    border-left-color: #7d80da;
    border-left-width: thick
}

.declarationType4 {
    border-left-color: #ffba08;
    border-left-width: thick
}

.card .btn {
    display: none
}

.card:hover .btn {
    display: inline;
    margin: 0
}

.card:hover {
    background: #ededed80
}

.search-form-control {
    position: relative;
    width: 500px;
    display: flex
}

.search-form-control .btn {
    position: absolute;
    top: 3px;
    bottom: 16px;
    right: 0;
    background: #3805f2
}

.search-form-control .form-control {
    height: 1.5rem;
    box-shadow: 0 2px 6px #00000014;
    border: 1px solid #E7E7E7;
    padding-left: 12px;
    background: #fff
}

.form-control {
    font-size: 12px
}

.search-form-control .form-control:focus {
    border: 1px solid #3805F2;
    outline: none !important;
    box-shadow: 0 2px 6px #00000014
}

.search-engine-category {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.notification {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 8px 16px;
    color: #0a1747;
    font-size: 12px;
    cursor: pointer
}

.notification .notification-content {
    flex-grow: 1;
    padding: 0 24px;
    width: 50%
}

.notification p {
    margin: 0;
    line-height: 1.4
}

h6 {
    color: #0a1747
}

.notification:hover {
    font-weight: bolder
}

::placeholder {
    font-size: 12px
}

.btn-form .btn-flat {
    text-align: center;
    background: #0a1747
}

.btn-form {
    text-align: center
}

.pop-up {
    border: .5px solid rgba(0, 0, 0, .2);
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 4px 4px #00000040
}

.collapsible {
    background-color: #fff;
    border-bottom: red;
    color: #0a1747;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, .05)
}

.active,
.collapsible:hover {
    background-color: #fff
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f2f4f7;
    color: #0a1747
}

.family-name {
    font-size: 14px
}

li {
    list-style-type: none;
    font-size: 12px
}

li li {
    list-style-type: none
}

.chip-filter {
    text-align: center;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap
}

.declarationTypeChip1,
.declarationTypeChip2 {
    color: #fff;
    background: #bd4089 !important
}

.declarationTypeChip3 {
    color: #fff;
    background: #7d80da !important
}

.declarationTypeChip4 {
    color: #fff;
    background: #ffba08 !important
}

.hovertext {
    position: relative
}

.hovertext:before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    width: 140px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 110%
}

.hovertext:hover:before {
    opacity: 1;
    visibility: visible
}

.main-page-bg {
    background-color: #e5e5e5
}

.main-page-white-lilac {
    background-color: #f5f7fb
}

.silver-arthens-grey-bg {
    background-color: #f2f4f7
}

.downriver-bg {
    background-color: #0a1747
}

.bg-dark-pink {
    background-color: #d32d79
}

.no-border-focus:focus {
    border-bottom: none !important;
    box-shadow: none !important
}

.ag-heading-h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #0a1747
}

.ag-heading-h5 {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #0a1747
}

.ag-heading-h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #0a1747
}

.ag-heading-downriver-h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #0a1747
}

.ag-heading-h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #3805f2
}

.ag-heading-h2 {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #0a1747
}

.ag-heading-h1 {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 29px;
    color: #0a1747
}

.ag-para-1-sm {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #0a1747;
    margin-bottom: 0
}

.ag-para-1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #0a1747;
    margin-bottom: 0
}

.ag-para-1-primary {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3805f2;
    margin-bottom: 0
}

.ag-para-1-downriver {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #0a1747;
    margin-bottom: 0
}

.ag-para-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0a1747;
    margin-bottom: 0
}

.ag-para-3 {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #0a1747;
    margin-bottom: 0
}

.ag-para-4 {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #0a1747;
    margin-bottom: 0
}

.ag-bold {
    font-weight: 700
}

.ag-weight-400 {
    font-weight: 400
}

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

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

.ag-weight-700 {
    font-weight: 700
}

.ag-weight-900 {
    font-weight: 900
}

.ag-italic {
    font-style: italic
}

.ag-normal-font-style {
    font-style: normal
}

.ag-text-danger {
    color: #f21d2f;
    font-size: 12px
}

.ag-text-underline {
    text-decoration: underline
}

.ag-text-success-green {
    color: #5a9e6f
}

.ag-text-dark-green {
    color: #008037
}

.ag-text-success-tertiary {
    color: #3805f2
}

.ag-text-cadet-blue {
    color: #b6bacb
}

.ag-text-down-river {
    color: #0a1747
}

.ag-text-black {
    color: #000
}

.ag-text-grey {
    color: #00000080
}

.ag-text-blue {
    color: #3805f2
}

.ag-text-link-blue {
    color: #0275d8
}

.ag-silver-border {
    border: solid 1px #DBDDE1
}

.ag-text-12 {
    font-size: 12px
}

.ag-text-16 {
    font-size: 16px
}

.ag-text-17 {
    font-size: 17px
}

.ag-text-18 {
    font-size: 18px
}

.ag-text-20 {
    font-size: 20px
}

.ag-text-24 {
    font-size: 24px
}

.ag-text-34 {
    font-size: 34px
}

.ag-text-bold {
    font-weight: 700
}

.ag-text-regular {
    font-weight: 400
}

.ag-text-white,
.ag-text-white:visited {
    color: #fff
}

.color-3805F2 {
    color: #3805f2
}

.ag-btn-blue {
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: #0a1747;
    border: none;
    padding: 10px;
    background-color: #3805f2
}

.ag-btn-blue i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-blue:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-blue:focus {
    background-color: #1f306e
}

.ag-btn-blue:disabled {
    background-color: #e1e4ee;
    color: #b6bacb
}

.ag-btn-primary {
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: #0a1747;
    border: none;
    padding: 16px 24px 15px
}

.ag-btn-primary i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-primary:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-primary:focus {
    background-color: #1f306e
}

.ag-btn-primary:disabled {
    background-color: #e1e4ee;
    color: #b6bacb
}

.ag-btn-primary-sm {
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: #0a1747;
    border: none;
    padding: 9px 24px 10px
}

.ag-btn-primary-sm i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-primary-sm:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-primary-sm:focus {
    background-color: #1f306e
}

.ag-btn-primary-sm:disabled {
    background-color: #e1e4ee;
    color: #b6bacb
}

.ag-btn-primary-xs {
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: #0a1747;
    border: none;
    padding: 6px 10px 7px
}

.ag-btn-primary-xs i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-primary-xs:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-primary-xs:focus {
    background-color: #1f306e
}

.ag-btn-primary-xs:disabled {
    background-color: #e1e4ee;
    color: #b6bacb
}

.ag-btn-danger-bordered {
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    padding: 5px 24px;
    background-color: transparent;
    border: solid 1px #EA3E3E;
    color: #ea3e3e;
    outline: none
}

.ag-btn-danger-bordered i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-danger-sm {
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: #0a1747;
    border: none;
    padding: 9px 24px 10px;
    background-color: #ea3e3e
}

.ag-btn-danger-sm i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-danger-sm:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-danger-sm:focus {
    background-color: #1f306e
}

.ag-btn-danger-sm:disabled {
    background-color: #e1e4ee;
    color: #b6bacb
}

.ag-btn-danger-xs {
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: #0a1747;
    border: none;
    padding: 6px 10px 7px;
    background-color: #ea3e3e
}

.ag-btn-danger-xs i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-danger-xs:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-danger-xs:focus {
    background-color: #1f306e
}

.ag-btn-danger-xs:disabled {
    background-color: #e1e4ee;
    color: #b6bacb
}

.ag-btn-dark-green {
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: #0a1747;
    border: none;
    padding: 5px 24px;
    background-color: #008037;
    color: #fff;
    outline: none
}

.ag-btn-dark-green i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-dark-green:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-dark-green:focus {
    background-color: #1f306e
}

.ag-btn-dark-green:disabled {
    background-color: #e1e4ee;
    color: #b6bacb
}

.ag-btn-dark-green:focus {
    background-color: #008037
}

.ag-btn-secondary {
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: transparent;
    border: solid 1px #0A1747;
    color: #0a1747;
    padding: 16px 24px 15px
}

.ag-btn-secondary i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-secondary:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-secondary:focus {
    background-color: #dfe4f6
}

.ag-btn-secondary:disabled {
    border: solid 1px #B6BACB;
    color: #b6bacb
}

.ag-btn-secondary-sm {
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: transparent;
    border: solid 1px #0A1747;
    color: #0a1747;
    padding: 9px 24px 10px
}

.ag-btn-secondary-sm i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-secondary-sm:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-secondary-sm:focus {
    background-color: #dfe4f6
}

.ag-btn-secondary-sm:disabled {
    border: solid 1px #B6BACB;
    color: #b6bacb
}

.ag-btn-secondary-xs {
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: transparent;
    border: solid 1px #0A1747;
    color: #0a1747;
    padding: 6px 10px 7px
}

.ag-btn-secondary-xs i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-secondary-xs:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-secondary-xs:focus {
    background-color: #dfe4f6
}

.ag-btn-secondary-xs:disabled {
    border: solid 1px #B6BACB;
    color: #b6bacb
}

.ag-btn-grey {
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: #0a1747;
    border: none;
    padding: 9px 24px 10px;
    background-color: #f5f7fb;
    color: #bababa
}

.ag-btn-grey i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-grey:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-grey:focus {
    background-color: #1f306e
}

.ag-btn-grey:disabled {
    background-color: #e1e4ee;
    color: #b6bacb
}

.ag-btn-tertiary {
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: transparent;
    border: transparent;
    color: #0a1747;
    padding: 16px 24px 15px
}

.ag-btn-tertiary i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-tertiary:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-tertiary:focus {
    background-color: #dfe4f6
}

.ag-btn-tertiary:disabled {
    color: #b6bacb;
    border-color: #b6bacb;
    box-shadow: none
}

.ag-btn-tertiary-sm {
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: transparent;
    border: transparent;
    color: #0a1747;
    padding: 9px 24px 10px
}

.ag-btn-tertiary-sm i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-tertiary-sm:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-tertiary-sm:focus {
    background-color: #dfe4f6
}

.ag-btn-tertiary-sm:disabled {
    color: #b6bacb;
    border-color: #b6bacb;
    box-shadow: none
}

.ag-btn-bordered-sm {
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: transparent;
    border: transparent;
    color: #0a1747;
    padding: 9px 24px 10px;
    border: solid 1px #0A1747
}

.ag-btn-bordered-sm i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-bordered-sm:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-bordered-sm:focus {
    background-color: #dfe4f6
}

.ag-btn-bordered-sm:disabled {
    color: #b6bacb;
    border-color: #b6bacb;
    box-shadow: none
}

.ag-btn-bordered-xs {
    outline: none;
    color: #fff;
    border-radius: 6px;
    transition: all .3s linear;
    font-size: 14px;
    background-color: transparent;
    border: transparent;
    color: #0a1747;
    padding: 6px 10px 7px;
    border: solid 1px #0A1747
}

.ag-btn-bordered-xs i {
    font-size: 17px;
    margin-right: 5px
}

.ag-btn-bordered-xs:hover {
    box-shadow: -2px 3px 6px #0a174733
}

.ag-btn-bordered-xs:focus {
    background-color: #dfe4f6
}

.ag-btn-bordered-xs:disabled {
    color: #b6bacb;
    border-color: #b6bacb;
    box-shadow: none
}

.ag-btn-no-bg {
    background-color: transparent;
    outline: none;
    padding: 9px 24px 10px;
    border: none;
    color: #3805f2
}

.ag-switch {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 24px
}

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

.ag-switch input:checked+.slider {
    background-color: #0a1747
}

.ag-switch input:checked+.slider:before {
    transform: translate(24px)
}

.ag-switch input:focus+.slider {
    box-shadow: 0 0 1px #0a1747
}

.ag-switch .slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #dbdde1;
    transition: .4s
}

.ag-switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 2px;
    background-color: #fff;
    transition: .4s
}

.ag-switch .slider.round {
    border-radius: 24px
}

.ag-switch .slider.round:before {
    border-radius: 50%
}

.ag-tooltip-1 {
    background-color: #0a1747;
    height: -moz-fit-content;
    height: fit-content;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 8px;
    padding: 3px 6px;
    position: absolute;
    display: none
}

.ag-tooltip-1:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background-color: #0a1747;
    left: calc(50% - 8px);
    bottom: -2px
}

.full-width {
    width: 100%
}

.half-width {
    width: 50%
}

.width-5 {
    width: 5%
}

.width-10 {
    width: 10%
}

.width-15 {
    width: 15%
}

.width-20 {
    width: 20%
}

.width-21 {
    width: 21%
}

.width-23 {
    width: 23%
}

.width-25 {
    width: 25%
}

.width-30 {
    width: 30%
}

.width-32 {
    width: 32%
}

.width-35 {
    width: 35%
}

.width-40 {
    width: 40%
}

.width-45 {
    width: 45%
}

.width-47 {
    width: 47%
}

.width-50 {
    width: 50%
}

.width-55 {
    width: 55%
}

.width-60 {
    width: 60%
}

.width-65 {
    width: 65%
}

.width-70 {
    width: 70%
}

.width-80 {
    width: 80%
}

.width-100 {
    width: 100%
}

.width-fit-content {
    width: -moz-fit-content;
    width: fit-content
}

.height-100 {
    height: 100%
}

.width-65-p {
    width: 65px
}

.no-margin {
    margin: 0
}

.no-margin-right {
    margin-right: 0 !important
}

.margin-right-5 {
    margin-right: 5px
}

.margin-right-6 {
    margin-right: 6px
}

.margin-right-8 {
    margin-right: 8px
}

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

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

.margin-right-16 {
    margin-right: 16px
}

.margin-right-17 {
    margin-right: 17px
}

.margin-right-18 {
    margin-right: 18px
}

.margin-right-20,
.margin-right-24 {
    margin-right: 20px
}

.margin-right-11 {
    margin-right: 11px
}

.margin-right-12 {
    margin-right: 12px
}

.margin-right-27 {
    margin-right: 27px
}

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

.margin-right-32 {
    margin-right: 32px
}

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

.margin-right-100 {
    margin-right: 100px
}

.margin-right-1p {
    margin-right: 1%
}

.margin-right-2p {
    margin-right: 2%
}

.margin-left-0 {
    margin-left: 0
}

.margin-left-4 {
    margin-left: 4px
}

.margin-left-5 {
    margin-left: 5px
}

.margin-left-8 {
    margin-left: 8px
}

.margin-left-9 {
    margin-left: 9px
}

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

.margin-left-12 {
    margin-left: 12px
}

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

.margin-left-16 {
    margin-left: 16px
}

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

.margin-left-24 {
    margin-left: 24px
}

.margin-left-32 {
    margin-left: 32px
}

.margin-left-47 {
    margin-left: 47px
}

.margin-left-48 {
    margin-left: 48px
}

.margin-bottom-4 {
    margin-bottom: 4px
}

.margin-bottom-6 {
    margin-bottom: 6px
}

.margin-bottom-7 {
    margin-bottom: 7px
}

.margin-bottom-8 {
    margin-bottom: 8px
}

.margin-bottom-9 {
    margin-bottom: 9px
}

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

.margin-bottom-12 {
    margin-bottom: 12px
}

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

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-14 {
    margin-bottom: 14px
}

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

.margin-bottom-16 {
    margin-bottom: 16px
}

.margin-bottom-17 {
    margin-bottom: 17px
}

.margin-bottom-18 {
    margin-bottom: 18px
}

.margin-bottom-19 {
    margin-bottom: 19px
}

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

.margin-bottom-23 {
    margin-bottom: 23px
}

.margin-bottom-24 {
    margin-bottom: 24px
}

.margin-bottom-25 {
    margin-bottom: 25px
}

.margin-bottom-27 {
    margin-bottom: 27px
}

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

.margin-bottom-32 {
    margin-bottom: 32px
}

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

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

.margin-bottom-44 {
    margin-bottom: 44px
}

.margin-bottom-55 {
    margin-bottom: 55px
}

.margin-bottom-59 {
    margin-bottom: 59px
}

.margin-bottom-70 {
    margin-bottom: 70px
}

.no-margin-top,
.margin-top-0 {
    margin-top: 0
}

.margin-top-4 {
    margin-top: 4px
}

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

.margin-top-6 {
    margin-top: 6px
}

.margin-top-8 {
    margin-top: 8px
}

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

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

.margin-top-16 {
    margin-top: 16px
}

.margin-top-18 {
    margin-top: 18px
}

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

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

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

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

.margin-top-12 {
    margin-top: 12px
}

.margin-top-32 {
    margin-top: 32px
}

.margin-top-38 {
    margin-top: 38px
}

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

.margin-top-44 {
    margin-top: 44px
}

.margin-top-49 {
    margin-top: 49px
}

.margin-top-53 {
    margin-top: 53px
}

.margin-top-60 {
    margin-top: 60px
}

.margin-top-70 {
    margin-top: 70px
}

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

.margin-top-100 {
    margin-top: 100px
}

.margin-vertical-8 {
    margin-top: 8px;
    margin-bottom: 8px
}

.margin-vertical-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.margin-vertical-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.margin-vertical-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.no-padding {
    padding: 0
}

.no-padding-left {
    padding-left: 0
}

.no-padding-right {
    padding-right: 0
}

.no-padding-top {
    padding-top: 0
}

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

.no-padding-horizontal {
    padding-left: 0;
    padding-right: 0
}

.padding-3 {
    padding: 3px
}

.padding-10 {
    padding: 10px
}

.padding-12 {
    padding: 12px
}

.padding-15 {
    padding: 15px
}

.padding-16 {
    padding: 16px
}

.padding-24 {
    padding: 24px
}

.padding-30 {
    padding: 30px
}

.padding-top-5 {
    padding-top: 5px
}

.padding-top-6 {
    padding-top: 6px
}

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

.padding-top-12 {
    padding-top: 12px
}

.padding-top-15 {
    padding-top: 15px
}

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

.padding-top-32 {
    padding-top: 32px
}

.padding-top-45 {
    padding-top: 45px
}

.padding-bottom-4 {
    padding-bottom: 4px
}

.padding-bottom-6 {
    padding-bottom: 6px
}

.padding-bottom-8 {
    padding-bottom: 8px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.padding-bottom-13 {
    padding-bottom: 13px
}

.padding-bottom-16 {
    padding-bottom: 16px
}

.padding-bottom-32 {
    padding-bottom: 32px
}

.padding-bottom-23 {
    padding-bottom: 23px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-right-5 {
    padding-right: 5px
}

.padding-right-8 {
    padding-right: 8px
}

.padding-right-10 {
    padding-right: 10px
}

.padding-right-15 {
    padding-right: 15px
}

.padding-right-16 {
    padding-right: 16px
}

.padding-right-20 {
    padding-right: 20px
}

.padding-right-6 {
    padding-right: 6px
}

.padding-right-12 {
    padding-right: 12px
}

.padding-left-5 {
    padding-left: 5px
}

.padding-left-8 {
    padding-left: 8px
}

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

.padding-left-12 {
    padding-left: 12px
}

.padding-left-15 {
    padding-left: 15px
}

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

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

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

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

.no-border-top {
    border-top: none
}

.no-border {
    border: none
}

.top-10 {
    position: relative;
    top: 10px
}

.vertical-items {
    display: flex;
    flex-direction: column
}

.horizontal-items {
    display: flex;
    flex-direction: row
}

.text-center {
    text-align: center
}

.align-right {
    text-align: right
}

.center-items {
    align-items: center
}

.baseline-items {
    align-items: baseline
}

.space-between {
    justify-content: space-between
}

.flex-middle {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex-vertical {
    display: flex;
    flex-direction: column
}

.justify-center {
    justify-content: center
}

.justify-right {
    justify-content: right
}

.flex-horizontal {
    display: flex;
    flex-direction: row
}

.flex-right {
    display: flex;
    justify-content: right;
    align-items: center
}

.flex-wrap {
    flex-wrap: wrap
}

.flex {
    display: flex
}

.flex-grow-1 {
    flex-grow: 1
}

.float-right {
    position: relative;
    float: right;
    margin-left: auto
}

.scroller-1 {
    overflow-x: scroll
}

.scroller-1::-webkit-scrollbar {
    background-color: #fff;
    width: 6px;
    border: #989898
}

.scroller-1::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border-radius: 7px
}

.scroller-1-y {
    overflow-y: scroll
}

.scroller-1-y::-webkit-scrollbar {
    background-color: #fff;
    width: 6px;
    border: #989898
}

.scroller-1-y::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border-radius: 7px
}

.scroller-2-y {
    overflow-y: scroll
}

.scroller-2-y::-webkit-scrollbar {
    background-color: #fff;
    width: 5px;
    border: #989898
}

.scroller-2-y::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border-radius: 7px
}

.scroller-2-x {
    overflow-x: overlay
}

.scroller-2-x::-webkit-scrollbar {
    background-color: #fff;
    height: 4px;
    border: #989898
}

.scroller-2-x::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border-radius: 7px
}

.std-input {
    border: solid 1px #7C8AB8 !important;
    border-radius: 8px !important;
    height: 36px;
    padding-left: 12px;
    outline: none
}

.std-input:focus {
    border-bottom: solid 1px #7C8AB8 !important
}

.input-aglo[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid gray;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    outline: none !important;
    border-radius: 4px
}

.input-aglo[type=checkbox]:checked {
    background-color: #3805f2 !important;
    border-color: #3805f2 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    outline: none !important
}

.input-aglo[type=checkbox]:disabled {
    border-color: #00000040 !important
}

.input-aglo[type=checkbox]:disabled:checked {
    background-color: gray !important;
    border-color: gray !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.input-aglo[type=radio] {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    outline: none !important;
    border-radius: 50%
}

.input-aglo[type=radio]:checked {
    background-color: #fff !important;
    outline: none !important;
    border: solid 1px #3805F2;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233805F2'/%3e%3c/svg%3e")
}

.select-style-1 {
    padding: 10px 10px 10px 4px;
    width: 60%;
    background-color: #fff;
    border: solid 1px #EDEDED;
    border-radius: 2px;
    outline: none
}

.select-style-1 option {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px
}

.ag-select-1 {
    background-color: #fff;
    border: solid 1px #EDEDED;
    padding: 4px 8px;
    outline: none
}

.ag-select-1 option {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px
}

.ag-select-2 {
    background: #fff;
    border: 1px solid #DBDDE1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 9px 15px 9px 12px;
    outline: none
}

.ag-select-2 option {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px
}

input.ag-input-1 {
    background-color: #fff;
    border: solid 1px #EDEDED;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 4px 8px;
    border-radius: 2px;
    width: auto
}

.hidden-item {
    display: none
}

.block-item {
    display: block
}

.inline-item {
    display: inline
}

.inline-block-item {
    display: inline-block
}

.relative {
    position: relative
}

.cursor {
    cursor: pointer
}

.card-style-1 {
    border-radius: 5px;
    box-shadow: 0 4px 4px #00000040
}

.card-style-2 {
    border-radius: 0;
    background-color: #fff
}

.ag-card-1 {
    background: #fff;
    border: 1px solid #DBDDE1;
    box-sizing: border-box;
    border-radius: 8px
}

.ag-alert-danger {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 7px 6px;
    border-radius: 4px;
    border: 1px solid #F1BCBC;
    background: #f7d9d9;
    color: #ea3e3e
}

.ag-alert-danger p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.modal-header-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #0a1747
}

.modal-header-description {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #0a1747
}

.badge-accent {
    background-color: #0a1747;
    color: #fff;
    padding: 5px 10px;
    border-radius: 12px
}

.no-hover {
    pointer-events: none
}
