@font-face {
    font-family: 'Avenir';
    src: url("../fonts/Avenir.otf");
    font-weight: normal;
    font-style: normal;
}

.btn-login {
    font-size: 14px !important;
    font-weight: 700 !important;
}

.google {
    font-family: roboto !important;
    color: rgb(0 0 0 / 54%) !important;
}

.google span {
    margin-left: -80px !important;
    margin-right: 20px !important;
}

.google span img {
    width: 18px;
    margin: 24px;
}

.user-title {
    font-size: 13px;
    color: #adb5bd;
    font-weight: 500;
}

.user-name {
    font-size: 16px !important;
    margin-top: 15px;
    font-weight: 600;
}

.btn.btn-xs {
    height: 18px !important;
    max-height: 18px !important;
    font-size: 10px !important;
}

.btn-profile {
    margin-top: 5px;
}

#loader {
    width: 100%;
    text-align: center;
    background: #ffffff99;
    z-index: 99;
    position: fixed;
    height: 100%;
    display: none;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 100;
    margin-top: 300px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #0615a6;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.profile-image-container {
    max-height: 200px;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.profile-image-container img {
    width: 100%;
}

.btn-foto {
    position:absolute;
    top:5px;
    right:5px;
    margin:0;
    padding:5px 3px;
    /* right: 25px;
    margin-top: -180px;
    position: absolute; */
    background: #fbfcfd;
    border: 0;
    color: #3c3c3c;
}

.number-stats {
    font-size: 30pt;
}

.sessions {
    border-radius: 12px;
    position: relative;
    padding: 0;
}

.sessions>li {
    padding-bottom: 1.5rem;
    border-left: 1px solid #0615a6;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}

.sessions>li:last-child {
    border: 0px;
    padding-bottom: 0;
}

.sessions>li::before {
    content: '';
    width: 15px;
    height: 15px;
    background: #0615a6;
    border: 1px solid #0615a6;
    box-shadow: 3px 3px 0px #bab5f8;
    box-shadow: 3px 3px 0px #bab5f8;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: 0px;
}

.time {
    color: #2a2839;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.liner {
    border-color: #f3cd02;
    border-width: 4px;
    width: 40px;
    margin: 5px 0 15px 0px;
}

.element-header {
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    color: #000;
}

.element-header:after {
    content: "";
    background-color: #047bf8;
    width: 25px;
    height: 4px;
    border-radius: 0px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
}

.fw-500 {
    font-weight: 500 !important;
}

.dropzone {
    border: 1px solid #ebebeb !important;
}

.dz-image {
    width: 200px !important;
    height: 200px !important;
}

.dropzone .dz-preview {
    width: 200px;
}

img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

img:hover {
    opacity: 0.7;
}

#image-viewer {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 150px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content-image {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 500px;
}

.modal-content-image {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

#image-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#image-viewer .close:hover,
#image-viewer .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.daterangepicker .ranges li.active {
    background-color: #0215a7 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #0215a7 !important;
}

.border-1 {
    border: 1px solid #e5e5e5;
}

.select2-container--default .select2-selection--single {
    background-color: #fdfdfd !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
}

.select2-container .select2-selection--single {
    height: 32px !important;
}

.table:not(.table-dark) thead tr th,
.table:not(.table-dark) tfoot tr th,
table:not(.table-dark) thead tr th,
table:not(.table-dark) tfoot tr th {
    background-color: #ffffff;
    color: #565656;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 12px 30px 12px 12px !important;
    border-bottom: 1px solid #1ca9e6 !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #1ca9e6 !important;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 1em !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    border: 0px !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

table.dataTable thead .sorting_asc {
    background-image: none !important;
}

table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    right: 1.2em !important;
}

.nav-list li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #515151 !important;
    color: #9d9d9d;
}

.nav-list>li>a {
    color: #C4C4C4;
    font-size: 14px;
    padding-left: 13px !important;
    border-bottom: 1px solid #585858;
}

.nav-list>li>a:hover {
    background-color: #444444;
}

.last-menu {
    padding-left: 13px !important;
}

.menu-divider {
    margin: 10px 0 !important;
    padding: 0;
    font-size: 12px;
    color: #525c5d;
}

.mh-150p {
    max-height: 150px !important;
    overflow: auto;
}

#tree {
    width: 100%;
    height: 100%;
    position: relative;
}

#tree hr {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.pdl-15 {
    padding-left: 15px !important;
}

.btn-input {
    max-height: 33px !important;
}

.input-karyawan {
    cursor: pointer;
}

.grid-mh {
    min-height: 534px !important;
}

/* Bootstrap TagsInput */
.bootstrap-tagsinput {
    width: 100%;
}

.label-info {
    background-color: #0615a6;

}

.label {
    display: inline-block;
    padding: 10px 11px 10px 25px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-height: 20px;
    margin-bottom: 5px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    cursor: pointer;
    margin-left: 20px;
    color: #ffffff;
    background: #db4f4a;
    border-radius: 50%;
    font-size: 11px;
    padding: 0px 3px 3px 3px;

}

.bootstrap-tagsinput input {
    min-width: 200px !important;
}

/* Twitter Typeahead */
.twitter-typeahead {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.typeahead,
.tt-query,
.tt-hint {
    outline: 0;
}

.tt-hint {
    color: #999;
}

.tt-menu {
    margin-right: -7px;
    margin-left: -7px;
    left: -1px;
    min-width: 300px;
    max-height: 250px;
    overflow: auto;
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px !important;
    background-color: #ffffff;
    border: 1px solid #ccc;

}

.tt-dataset {
    display: flex;
    flex-wrap: wrap;
}

.typeahead-scrollable .tt-menu {
    max-height: 250px;
}

.typeahead-rtl .tt-menu {
    text-align: right;
}

.tt-suggestion {
    padding: 8px 15px;
    color: #272727;
    width: 100%;
}

.tt-dataset-group .tt-suggestion {
    padding-left: 32px;
    padding-right: 32px;
}

.tt-heading {
    font-size: 11px;
    line-height: 1.82;
    padding: 8px 15px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 2px;
}

.typeahead-template .empty-message {
    padding: 8px 15px;
    text-align: center;
}

.user-container {
    padding: 10px 8px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px;
}

.user-container:hover,
.user-container:focus,
.user-container.tt-cursor {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.user-image {
    padding-top: 10px;
}

.nama {
    font-size: 15px;
    color: #233d62;
}

.jabatan {
    color: #ababab;
    font-size: 11px;
    font-weight: 600;
    padding: 0;
    margin-top: -4px;
}

.nik {
    font-size: 12px;
    font-weight: 600;
    color: #6a6969;
}

.karyawan {
    border-color: #e5e5e5;
}

.karyawan .select2-results__options {
    display: flex;
    flex-wrap: wrap;
}

.karyawan .select2-results__options li {
    width: 100%;
}

@media (min-width: 992px) {
    .karyawan .select2-results__options li {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 250px !important;
}

.karyawan .select2-results .select2-results__options li.select2-results__option--selected {
    background-color: #ffffff !important;
}

.karyawan .select2-results .select2-results__options li.select2-results__option--selected .user-container {
    background-color: #0615a621 !important;
}

.karyawan .select2-results .select2-results__options li.select2-results__option .user-container .col-1 .remove {
    display: none;
}

.karyawan .select2-results .select2-results__options li.select2-results__option--selected .user-container .col-1 .add {
    display: none;
}

.karyawan .select2-results .select2-results__options li.select2-results__option--selected .user-container .col-1 .remove {
    display: block;
}

.karyawan .select2-results .select2-results__options li.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ffffff !important;
}

.karyawan>.select2-search--dropdown {
    padding: 10px 10px 0px 10px;
}

.karyawan>.select2-search--dropdown .select2-search__field {
    padding: 4px 8px;
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0615a6;
    border: 1px solid #0615a6;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 2px 30px 2px 15px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #db4f4a;
    border: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    /* border-right: 1px solid #aaa; */
    /* border-top-left-radius: 4px; */
    /* border-bottom-left-radius: 4px; */
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    padding: 0px;
    position: absolute;
    right: 7px;
    top: 4px;
    left: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    position: absolute;
    top: -2px;
    right: 4px;
}

.blue-header {
    background-color: #0615a6 !important;
    color: #ffffff !important;
}

.transaction:not(.table-dark) thead tr th,
.transaction:not(.table-dark) tfoot tr th,
.transaction:not(.table-dark) thead tr th,
.transaction:not(.table-dark) tfoot tr th {
    background-color: #ffffff;
    color: #8f9091;
    text-align: center;
    font-size: 14px;
}

.transaction.dataTable {
    border-spacing: 0 10px;
}

.transaction.dataTable thead th,
table.dataTable thead td {
    /* padding: 12px 15px 12px 12px !important; */
    border-bottom: none !important;
}

.transaction.dataTable.no-footer {
    border-bottom: none !important;
}

/* .dataTables_wrapper .dataTables_paginate{
	padding-top: 1em !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 0 !important;
	border: 0px !important;
	margin: 0px !important;
	border-radius: 0px !important;
} */
.transaction.dataTable thead .sorting_asc {
    background-image: none !important;
}

.transaction.dataTable thead .sorting {
    background-image: none !important;
}

.transaction.dataTable>thead .sorting:before,
.transaction.dataTable>thead .sorting_asc:before,
.transaction.dataTable>thead .sorting_desc:before,
.transaction.dataTable>thead .sorting_asc_disabled:before,
.transaction.dataTable>thead .sorting_desc_disabled:before {
    right: 1.2em !important;
    opacity: 0 !important;
}

.transaction.dataTable>thead .sorting:after,
.transaction.dataTable>thead .sorting_asc:after,
.transaction.dataTable>thead .sorting_desc:after,
.transaction.dataTable>thead .sorting_asc_disabled:after,
.transaction.dataTable>thead .sorting_desc_disabled:after {
    right: 1.2em !important;
    opacity: 0 !important;
}

.transaction.dataTable tbody tr {
    background-color: #cdd0ed17;
}

.transaction th,
.transaction td {
    border-top: 1px solid #f2f4f9;
    border-bottom: 1px solid #f2f4f9;
}

.transaction td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 20px;
    border-left: 1px solid #f2f4f9;
}

.transaction td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 1px solid #f2f4f9;
}

.transaction thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.transaction.dataTable tbody th,
.transaction.dataTable tbody td {
    padding: 10px 12px !important;
    text-align: center;
}

.transaction .dataTables_filter {
    display: none;
}

.transaction.dataTable thead .sorting_asc {
    color: #223c61 !important;
}

.btn.btn-sm,
.btn-group-sm>.btn {
    height: 30px;
    max-height: 35px;
    padding: 5px 15px;
    font-size: 11px;
}

.mdi-12px {
    font-size: 12px !important;
}

input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 2px solid #c7d1db;
    border-radius: 3px;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: #FFF;
}

input[type="checkbox"]:checked {
    border: 2px solid #0615a7;
    background: #0615a7;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);

    color: var(--form-control-disabled);
    cursor: not-allowed;
}

.list-user-container {
    color: #444;
    text-align: left;
}

.list-user-label p:first-child {
    font-weight: 600;
}

.list-user-label p:last-child {
    font-size: 12px;
}

.bg-disabled {
    background: #ff9fa8 !important;
}

.width-50 {
    max-width: 50% !important;
}

.text-small {
    font-size: 10px;
    font-weight: 600;
    color: #646464;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #e5e5e5 !important;
    margin-top: -15px !important;
}

.detail-link {
    font-weight: 600;
    font-size: 13px;
}

.img-list {
    border-radius: 50%;
    width: 35px;
}

.btn-remove {
    border-radius: 50%;
    width: 18px !important;
    height: 18px !important;
    font-size: 9px !important;
    padding: 0 !important;
    margin: 0;
}

.btn-remove-container {
    position: absolute;
    right: -18px;
    top: 32px;
}

.nav-link.disabled {
    background: #989ab1 !important;
}

.hiddenfile {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.has-error .select2-container .selection .select2-selection {
    background-color: #ffe2de !important;
}

.large-cb {
    width: 20px !important;
    height: 20px !important;
}

.round-img {
    border-radius: 100%;
}

.nav-pills .dashboard.nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #f3cd02 !important;
    color: #FFFFFF !important;
}

.card-user-list {
    height: 195px;
    overflow: auto;
}

.verticalTableHeader {
    text-align: center;
    white-space: nowrap;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);

}

.vertical-top {
    vertical-align: top;
}

.y-axis {
    padding-right: 8px;
}

.nine-box-title {
    font-size: 15px;
}

.nine-box-label {
    font-size: 11px;
    color: #b2bbc1;
    font-weight: 700;
}

.nine-box-item {
    font-size: 22px;
    color: #1A2E54;
}

.nine-box-desc {
    font-size: 12px;
    font-weight: 500;
    color: #8DA3B6;
}

.vertical-text {
    -moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    width: fit-content;
}

.box-1-btn {
    background-color: #EB4D4A;
    color: #FFFFFF;
}

.box-1-btn:hover {
    background-color: #ec4441;
    color: #FFFFFF;
}

.box-2-btn {
    background-color: #F0933D;
    color: #FFFFFF;
}

.box-2-btn:hover {
    background-color: #ec8b30;
    color: #FFFFFF;
}

.box-3-btn {
    background-color: #F9CB48;
    color: #FFFFFF;
}

.box-3-btn:hover {
    background-color: #f8c435;
    color: #FFFFFF;
}

.box-4-btn {
    background-color: #686EE1;
    color: #FFFFFF;
}

.box-4-btn:hover {
    background-color: #5d63e2;
    color: #FFFFFF;
}

.box-5-btn {
    background-color: #E057F9;
    color: #FFFFFF;
}

.box-5-btn:hover {
    background-color: #d444ee;
    color: #FFFFFF;
}

.box-6-btn {
    background-color: #7ED6DF;
    color: #FFFFFF;
}

.box-6-btn:hover {
    background-color: #68cbd6;
    color: #FFFFFF;
}

.box-7-btn {
    background-color: #4759F6;
    color: #FFFFFF;
}

.box-7-btn:hover {
    background-color: #3b4df1;
    color: #FFFFFF;
}

.box-8-btn {
    background-color: #C04BDD;
    color: #FFFFFF;
}

.box-8-btn:hover {
    background-color: #b83ed6;
    color: #FFFFFF;
}

.box-9-btn {
    background-color: #45A7B4;
    color: #FFFFFF;
}

.box-9-btn:hover {
    background-color: #3e9fac;
    color: #FFFFFF;
}

.saran {
    font-weight: 500;
    margin-top: 8px;
    color: #7c7c7c;
}

.card-saran-list {
    height: 310px;
    overflow: auto;
}

.progress-chart {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

.progress-chart::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-chart>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-chart .progress-chart-left {
    left: 0;
}

.progress-chart .progress-chart-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 10px;
    border-style: double;
    position: absolute;
    top: 0;
}

.progress-chart .progress-chart-left .progress-chart-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress-chart .progress-chart-right {
    right: 0;
}

.progress-chart .progress-chart-right .progress-chart-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress-chart .progress-chart-value {
    position: absolute;
    top: 0;
    left: 0;
}

.table-stretch tbody tr td {
    word-wrap: break-word;
    white-space: normal;
}

textarea::placeholder {
    color: rgb(179 184 189) !important;
}

.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}

.material-icon-picker {
    position: absolute;
    background: #fcfcfc;
    text-align: center;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin-top: 45px;
}

.material-icon-picker:focus {
    outline: none;
}

.material-icon-picker-prefix {
    top: .5rem;
}

.material-icon-picker .icons {
    max-width: 300px;
    max-height: 200px;
    overflow: scroll;
}

div.material-icon-picker input[type="text"] {
    width: 100%;
}

.material-icon-picker .material-icons {
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    padding: 3px 5px 3px 5px;
    margin: 3px;
    transition: .2s;
}

.material-icon-picker .material-icons:hover {
    background: #ececec;
}

.error-heading {
    font-size: 10em;
    font-weight: 600;
}

.error-subheading {
    font-size: 1.5em;
    font-weight: 400;
}

.error-container {
    min-height: calc(100vh - 200px);
}
