.modal-backdrop {
    background-color: black;
    width: 100%;
    zoom: 100%;
    height: 3500px;
    object-fit: cover;
}

.overflow-y-auto {
    overflow-y: auto;
}

#modalAnggaran {
    zoom: 100%;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid #0b7f40 !important;
    font-weight: normal;
}

.floating {
    background-color: white;
    bottom: 0px;
    left: 50%;
    width: 100%;
    position: sticky;
    padding-top: 0 !important;
}

.text-italic {
    font-style: oblique;
}

.media .avatar {
    width: 64px;
}

.shadow-textarea textarea.form-control::placeholder {
    font-weight: 300;
}

.shadow-textarea textarea.form-control {
    padding-left: 0.8rem;
}

.media {
    padding: 20px;
}

.media.best-posted {
    background-color: rgba(97, 195, 96, 0.2);
}

.media .media-body a i.liked {
    color: #ff3636;
}

.media .media-body a i.commented {
    color: #707070;
}

.yellow {
    background-color: #ffefc6;
}

.soft-yellow {
    background-color: #fffaed;
}

.file-path {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.box-karyawan {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    background-color: #b3ffa0;
    border-radius: 5px;
}

.box-pembimbing {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    background-color: #0070f0;
    border-radius: 5px;
}

.box-terlaksana {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    background-color: #0070f0;
    border-radius: 5px;
}

.box-green {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    background-color: #00b056;
    border-radius: 5px;
}

.box-sedang {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    background-color: #ffcc01;
    border-radius: 5px;
}

.box-belum {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    background-color: #c6c6c6;
    border-radius: 5px;
}

.boxp-mypos {
    width: 100%;
    height: auto;
    background-color: #0070f0;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
}

.timeline .boxt-terlaksana {
    width: 100%;
    height: auto;
    background-color: #0070f0;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
}

.timeline .boxt-sedang {
    width: 100%;
    height: auto;
    background-color: #ffcc01;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
}

.timeline .boxt-belum {
    width: 100%;
    height: auto;
    background-color: #c6c6c6;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
}

.sidebar-fixed {
    height: 100%;
    width: 270px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    z-index: 900;
    background-color: #fff;
    padding: 0 1.5rem 1.5rem;
}

.sidebar-fixed .list-group .active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 5px;
    border-radius: 0px 30px 30px 0px;
}

.logo {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}

.sidebar-fixed .logo-wrapper {
    padding: 0.1rem;
}

.sidebar-fixed .logo-wrapper img {
    height: 100px;
    /* max-height: 100px; */
    width: 100px;
    object-fit: cover;
}

.logo h4 {
    text-align: center;
    margin-top: 15px;
}

.sidebar-fixed .list-group-flush {
    margin-left: -27px;
    /* overflow-y: scroll; */
    width: 273px;
    /* max-height: 500px; */
}

.sidebar-fixed .list-group-item:hover {
    background-color: #388e3c;
    border-color: #388e3c;
    border-radius: 0px 30px 30px 0px;
    color: #ffffff;
}

.sidebar-fixed .list-group-item.active {
    background-color: #1970eb;
    border-color: #1970eb;
}

#profile .list-group-item:hover {
    background-color: #00b056;
    border-color: #00b056;
    border-radius: unset;
    color: #ffffff;
}

.list-group-item.active {
    background-color: #038b46;
    border-color: #038b46;
}

.sidebar-fixed .list-group-flush .list-group-item {
    padding-left: 40px;
    border: none;
}

.navbar.scrolling-navbar .navbar-nav > li {
    margin-left: 5px;
    margin-right: 5px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fffaed !important;
}

.navbar .dropdown-menu {
    left: -239px !important;
    /* left: -70px !important; */
    /* left: -165px !important; */
}

.navbar.scrolling-navbar.top-nav-collapse {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0px;
    margin-left: 270px;
    margin-right: 0px;
    margin-top: 0px;
}

.navbar.scrolling-navbar {
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 300px;
    border-radius: 7px;
    margin-right: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
}

/*Main*/

.list-unstyled {
    width: 100%;
}

.select-wrapper {
    width: 200px;
}

#ext-class select.browser-default {
    display: inline-block !important;
}

.page-footer {
    bottom: 0;
}

.force-overflow {
    min-height: 450px;
    padding-right: 10px;
}

.scrollbar-primary::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4285f4;
}

.scrollbar-danger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff3547;
}

.scrollbar-warning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff8800;
}

.scrollbar-success::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.scrollbar-success::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #00c851;
}

.scrollbar-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #33b5e5;
}

.scrollbar-default::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #2bbbad;
}

.scrollbar-secondary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.scrollbar-secondary::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #aa66cc;
}

.scrollbar-pink::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.scrollbar-pink::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.scrollbar-pink::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ec407a;
}

.scrollbar-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.scrollbar-indigo::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.scrollbar-indigo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #3f51b5;
}

.scrollbar-black::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.scrollbar-black::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.scrollbar-black::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #e2e2e2;
}

.scrollbar-lady-lips::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.scrollbar-lady-lips::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.scrollbar-lady-lips::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a9e), color-stop(99%, #fecfef), to(#fecfef));
    background-image: -webkit-linear-gradient(bottom, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
    background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
}

.scrollbar-near-moon::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.scrollbar-near-moon::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.scrollbar-near-moon::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#5ee7df), to(#b490ca));
    background-image: -webkit-linear-gradient(bottom, #5ee7df 0%, #b490ca 100%);
    background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

.bordered-pink::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #ec407a;
}

.bordered-pink::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.bordered-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #3f51b5;
}

.bordered-indigo::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.bordered-black::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #f5f5f5;
}

.bordered-black::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.square::-webkit-scrollbar-track {
    border-radius: 0 !important;
}

.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
}

.thin::-webkit-scrollbar {
    width: 6px;
}

#list-thread .card {
    margin-bottom: 7px;
}

.abs-upload {
    position: absolute;
    top: -480px;
}

.course-head h5 {
    background-color: #28a5f7;
    color: #ffffff;
    width: 220px;
    padding: 15px 15px;
    border-radius: 0px 5px 5px 0px;
    margin-left: -20px;
}

.role-header {
    margin-top: -96px;
}

.role-header h6 {
    background-color: #28a5f7;
    padding: 15px 15px 15px 15px;
    color: #ffffff;
    width: 200px;
    border-radius: 0px 0px 150px 150px/0px 0px 200px 200px;
}

#dashboard .card .cp-logo {
    margin-right: 10px;
}

#dashboard .card .cp-logo img {
    width: 50%;
    max-width: unset;
    height: min-content;
}

#dashboard .menu-ojt {
    width: 100%;
    background-color: #bbffbb;
    height: 100px;
}

#dashboard .menu-ojt h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    text-align: center;
}

#profile .tab-content {
    padding: 1rem;
    padding-top: 1rem;
}

.namdes label {
    font-size: 13px;
}

.namdes p {
    font-size: 16px;
    font-weight: bold;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.md-form.md-outline {
    position: relative;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#periode-rencanakerja .list-group-flush {
    /* max-height: unset; */
    margin-left: 0px;
    overflow-y: unset;
}

.list-group-flush.fullwd-list {
    margin-left: -27px;
    width: 100%;
}

#periode-rencanakerja .list-group-flush.fullwd-list .list-group-item:hover {
    background-color: #bbffbb;
    border-color: #bbffbb;
    color: #000;
    border-radius: unset;
}

#periode-rencanakerja .list-group-flush.fullwd-list .list-group-item p {
    color: #000;
}

#pengajuan-rencanakerja .list-group-flush {
    /* max-height: 400px; */
    overflow-y: scroll;
}

#pengajuan-rencanakerja .list-group-flush.fullwd-list .list-group-item:hover {
    background-color: #bbffbb;
    border-color: #bbffbb;
    color: #000;
    border-radius: unset;
}

#pengajuan-rencanakerja .list-group-flush.fullwd-list .list-group-item p {
    color: #000;
}

#pengajuan-rencanakerja .list-group-flush.fullwd-list {
    margin-left: 0px;
    width: 100%;
}

#keaktifan .list-group-flush {
    /* max-height: 400px; */
    overflow-y: scroll;
}

#keaktifan .list-group-flush.fullwd-list .list-group-item:hover {
    background-color: #bbffbb;
    border-color: #bbffbb;
    color: #000;
    border-radius: unset;
}

#keaktifan .list-group-flush.fullwd-list .list-group-item p {
    color: #000;
}

#keaktifan .list-group-flush.fullwd-list {
    margin-left: 0px;
    width: 100%;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: " ";
    background: #00b056;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #00b056;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline > li.red-dot:before {
    content: " ";
    background: #ff3c3c;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #ff3c3c;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline > li.blue-dot:before {
    content: " ";
    background: #0070f0;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #0070f0;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline > li.yellow-dot:before {
    content: " ";
    background: #ffcc01;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #ffcc01;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline > li.grey-dot:before {
    content: " ";
    background: #c6c6c6;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #c6c6c6;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline > li.green-dot:before {
    content: " ";
    background: #28a745;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #28a745;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.accordion > .card .card-header {
    margin-bottom: 10px;
}

.accordion > .card .check-acc {
    padding: 15px;
}

/*.accordion>.card .check-acc .custom-checkbox{
  padding:
}*/

.sidebar-fixed .dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.sidebar-fixed .dropdown-menu.show .list-group-item {
    display: none;
}

.sidebar-fixed .list-group-flush .list-group-item:hover {
    color: #fff;
}

.isi-acc .dropdown-menu.show {
    margin-right: 50px !important;
}

.sidebar-fixed .dropdown-menu {
    position: absolute;
    transform: translate3d(5px, 72px, 0px);
    top: 0px;
    left: 25px !important;
    will-change: transform;
    width: 200px;
}

.accordion > .card .isi-acc {
    width: 100%;
}

.chevron-acc {
    margin-top: auto;
    margin-bottom: auto;
}

.indicator {
    transition: 0.3s transform ease-in-out;
}

.accordion a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

#choose-quiz p {
    color: #282828;
    margin-bottom: 0rem;
}

#answer-quiz .inputGroup {
    background-color: rgb(255, 255, 255, 0);
    display: block;
    margin: 10px 0;
    position: relative;
}

#answer-quiz .inputGroup label {
    padding: 12px 60px;
    /*Kanan 12px 30px*/
    width: 100%;
    display: block;
    text-align: left;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}

#answer-quiz .inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    background-color: rgba(111, 111, 111, 0.4);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

#answer-quiz .inputGroup label:after {
    width: 32px;
    height: 32px;
    content: "";
    border: 2px solid #d1d7dc;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    left: 10px;
    /*Kanan right: 30px;*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

#answer-quiz .inputGroup.true-answer label {
    color: #00b055;
}

#answer-quiz .inputGroup input:checked ~ label {
    color: #fff;
}

#answer-quiz .inputGroup.false-answer input:checked ~ label {
    color: #ff3c3c;
}

#answer-quiz .inputGroup input:checked ~ label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(120, 120, 1);
    transform: translate(-50%, -50%) scale3d(120, 120, 1);
    opacity: 1;
}

#answer-quiz .inputGroup input:checked ~ label:after {
    background-color: #2e2e2e;
    border-color: #626262;
}

#answer-quiz .inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

/*Main*/

/*Color */

.lanius-light {
    background-color: #34d0ff !important;
}

.lanius-medium {
    background-color: #28a5f7 !important;
}

.lanius-dark {
    background-color: #1970eb !important;
}

.san-nav-green {
    background-color: #00b055;
}

.bib-nav-yellow {
    background-color: #fbc02d;
}

@media (min-width: 1200px) {
    .navbar,
    .page-footer,
    main {
        padding-left: 270px;
    }
    .side-menu {
        display: none;
    }
    #profile .list-group-flush {
        /* max-height: 350px; */
    }
}

@media (max-width: 1199.98px) {
    .sidebar-fixed {
        display: none;
    }
    .navbar.scrolling-navbar {
        padding-left: 25px;
        padding-right: 25px;
        border-radius: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .navbar.scrolling-navbar.top-nav-collapse {
        padding-left: 25px;
        padding-right: 25px;
        border-radius: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .list-group-flush {
        /* max-height: 300px !important; */
    }
}

@media (min-width: 992px) {
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 1rem !important;
    }
}

@media (max-width: 945px) {
    .sidebar-fixed {
        display: none;
    }
    .side-menu {
        display: block;
    }
}

.sidebar-fixed .list-group-item.active {
    background-color: #388e3c;
    border-color: #388e3c;
    color: #ffffff;
}

.dropdown .dropdown-menu.dropdown-info .dropdown-item:hover,
.dropdown .dropdown-menu.dropdown-info .dropdown-item:active,
.dropdown .dropdown-menu.dropdown-info .dropdown-item.active,
.dropup .dropdown-menu.dropdown-info .dropdown-item:hover,
.dropup .dropdown-menu.dropdown-info .dropdown-item:active,
.dropup .dropdown-menu.dropdown-info .dropdown-item.active,
.dropleft .dropdown-menu.dropdown-info .dropdown-item:hover,
.dropleft .dropdown-menu.dropdown-info .dropdown-item:active,
.dropleft .dropdown-menu.dropdown-info .dropdown-item.active,
.dropright .dropdown-menu.dropdown-info .dropdown-item:hover,
.dropright .dropdown-menu.dropdown-info .dropdown-item:active,
.dropright .dropdown-menu.dropdown-info .dropdown-item.active {
    /* background-color: #00B056 !important; */
    background-color: #fbc02d !important;
    color: #fff;
    border-radius: 0.125rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/*Color */

.lanius-green {
    background-color: #17e100 !important;
}

.ojt-green {
    background-color: #00b056 !important;
}

.ojt-grey {
    background-color: #adadad !important;
}

.habib-grey {
    background-color: #ffffff !important;
}

.lanius-red {
    background-color: #ff2525 !important;
}

.lanius-yellow {
    background-color: #ffff00 !important;
}

.lanius-light {
    background-color: #34d0ff !important;
}

.lanius-medium {
    background-color: #28a5f7 !important;
}

.lanius-dark {
    background-color: #1970eb !important;
}

/* .bg-realisasi {
    background-color: #ffff82 !important;
  }

  .bg-rencana {
    background-color: #83c6ca !important;
  } */

.san-drop-size {
    /* width: 500px; */
    /* width: 480px; */
    width: 450px;
}

.san-scroll {
    background-color: white;
    width: 500px;
    height: 500px;
    overflow: scroll;
}

.san-text-right {
    text-align: right;
}

.san-pagenation {
    text-align: right;
    margin-right: 60%;
}

.san-card-image-300 {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.san-card-image-250 {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.san-card-image-100 {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.san-btn-rounded {
    border-radius: 25px;
}

.san-btn-rounded2 {
    border-radius: 100px;
}

.san-card-radius {
    border-radius: 10px;
    width: 125px;
    height: 125px;
}

.san-center {
    margin: auto;
    width: auto;
    padding: 10px;
}

.san-img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.san-card-head {
    width: 10px;
    height: auto;
    margin-left: 10px;
    background-color: #00b055;
}

.san-btn-line {
    max-width: 150px;
    height: 50px;
}

.san-card {
    height: 100px;
}

.san-bg-white {
    background-color: white;
}

.san-blue {
    background-color: #1970eb;
    color: white;
}

.san-black {
    color: #000;
}

.san-green {
    background-color: #00b055;
    color: white;
}

.san-grey {
    background-color: #f7f7f7;
    color: #232323;
}

.san-red {
    background-color: #ff3636;
    color: white;
}

.san-yellow {
    background-color: #fec107;
    color: white;
}

.san-sky {
    background-color: #2bbbad;
    color: white;
}

.san-bold {
    font-weight: bold;
}

.mt-5 {
    margin-top: 3.5rem !important;
}

.san-mt-7 {
    margin-top: 70px;
}

.san-color-yellow {
    color: #fec107;
}

.san-color-blue {
    color: #1970eb;
}

.san-color-green {
    color: #00b055;
}

.san-color-red {
    color: #ff3636;
}

.san-line {
    width: auto;
    height: 1px;
    background-color: #cacaca;
}

.san-line-green {
    width: auto;
    height: 5px;
    background-color: #00b056;
}

.san-img-icon {
    position: relative;
    text-align: center;
}

.san-icon-bottom-right {
    position: absolute;
    bottom: 0;
    right: 45%;
}

.btn-san {
    font-size: medium;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.uib-yearpicker .btn-secondary {
    background-color: white !important;
    color: black;
}

.uib-yearpicker .btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #cacacc !important;
    color: black;
}

.san-card-body {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 20px;
    padding-bottom: 30px;
}

.san-jumbotron {
    background-color: #ffd325;
    /* #058c42 */
    /* #00b056; */
    color: #fff;
}

.san-rounded-bot {
    padding: 10px;
    border-bottom-left-radius: 75px;
}

.san-underline {
    background-color: green;
    height: 5px;
    width: 100px;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.san-menu {
    width: 200px;
    height: auto;
}

.san-font-12 {
    font-size: 12px;
}

.san-half-bg {
    background: linear-gradient(90deg, #02aab0 0%, #00cdac 100%);
}

#container {
    position: relative;
    height: 100%;
    width: 100%;
}

#container img {
    position: absolute;
    left: 0;
}

@-webkit-keyframes imgFade {
    0% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes imgFade {
    0% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes imgFade {
    0% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes imgFade {
    0% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#container img {
    -webkit-animation-name: imgFade;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
    -moz-animation-name: imgFade;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 20s;
    -o-animation-name: imgFade;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 20s;
    animation-name: imgFade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 20s;
}

#container img:nth-of-type(1) {
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    animation-delay: 15s;
}

#container img:nth-of-type(2) {
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    animation-delay: 10s;
}

#container img:nth-of-type(3) {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

#container img:nth-of-type(4) {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.swipe {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.swipe input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

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

.rounded-1 {
    border-radius: 1rem;
}

.btn-upload {
    color: #fff;
    background-color: #6bb7bf;
    font-weight: 600;
    width: 150px;
}

.profilpic {
    height: 150px;
    width: 150px;
    object-fit: cover;
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

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

/*END OF TOGGLE SWITCH*/

.hideme {
    padding: 5px;
    background: rgb(255, 255, 255);
    color: white;
    font-weight: 800;
    text-align: center;
}

.message-item {
    margin-bottom: 25px;
    margin-left: 40px;
    position: relative;
}

.message-item .message-inner {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    position: relative;
}

.message-item .message-inner:before {
    border-right: 10px solid #ddd;
    border-style: solid;
    border-width: 10px;
    color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -20px;
    top: 6px;
    width: 0;
}

.message-item .message-inner:after {
    border-right: 10px solid #fff;
    border-style: solid;
    border-width: 10px;
    color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -18px;
    top: 6px;
    width: 0;
}

.rounded-number {
    width: 55px;
    height: 55px;
}

.message-item:before {
    background: #fff;
    border-radius: 2px;
    bottom: -30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    width: 3px;
}

.message-item:after {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    content: "";
    height: 15px;
    left: -36px;
    position: absolute;
    top: 10px;
    width: 15px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.message-item .message-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.message-item .message-head .avatar {
    margin-right: 20px;
}

.message-item .message-head .user-detail {
    overflow: hidden;
}

.message-item .message-head .user-detail h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.message-item .message-head .post-meta {
    float: left;
    padding: 0 15px 0 0;
}

.message-item .message-head .post-meta > div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

.message-item .message-head .post-meta > div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

div.custom-select2 {
    position: relative;
}

.custom-select2--container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.custom-select2--container .selection {
    box-sizing: border-box;
}

.custom-select2--selection--multiple {
    order: solid black 1px;
    outline: 0;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    box-sizing: border-box;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

ul.custom-select2--selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li.custom-select2--search.select2-search--inline {
    list-style: none;
    float: left;
}

li.custom-select2--selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    white-space: nowrap;
}

span.custom-select2--selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

input.custom-select2--search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

span.custom-select2--container--open {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: absolute;
    /* top: 40px; */
    left: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 1051;
}

span.custom-select2--dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(170, 170, 170);
    border-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
    display: block;
    width: 100%;
}

span.custom-select2--container--open.above {
    top: -76px;
}

span.custom-select2--results {
    display: block;
}

ul.custom-select2--results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
}

li.custom-select2--results__option:hover {
    background-color: #5897fb;
    color: white;
}

li.custom-select2--results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

li.custom-select2--results__option.disabled:not(:hover) {
    cursor: none;
    background-color: #f1f0f0;
}

li.custom-select2--results__option.selected {
    background-color: #f1f0f0;
}

li.custom-select2--results__option.selected:hover {
    background-color: #5897fb;
    color: white;
}

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.text-multiple-elipsis {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.text-multiple-elipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-multiple-elipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-multiple-elipsis-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.table-detail-estimasi {
    max-height: 1000px;
    overflow-x: auto;
}

@media (max-width: 1200px) {
    .table-detail-estimasi {
        overflow-y: scroll;
    }
}

::-webkit-scrollbar {
    width: 10px;
    height: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #999;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.span-disabled {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    background-color: #e9ecef;
    opacity: 1;
    max-height: 70px;
    overflow-y: auto;
}

.custom-scrollbar {
    padding-bottom: 0.625rem;
    overflow-x: auto;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
    height: 7px;
}

.custom-scrollbar .menu-list,
.custom-scrollbar button.menut-item {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.custom-scrollbar button.menu-item {
    width: 100% !important;
    margin: inherit;
}

.switch-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    top: 15px;
}

.switch-toggle > input {
    position: relative;
    display: contents;
    width: 0px;
    height: 0px;
}

table.table th,
table.table td {
    /* padding-top: 0.5rem;
  padding-bottom: 0.5rem; */
    padding: 0.5rem;
}

.btn-link:not(.btn-green, .btn-success, .btn-primary) {
    color: black !important;
}

.btn-link:not(.btn-green, .btn-success, .btn-primary):hover {
    color: white !important;
    text-decoration: none;
    background-color: #3b3b3b71 !important;
}

.btn-link:not(.btn-green, .btn-success, .btn-primary, :hover):focus {
    color: black !important;
}

.btn.btn-success,
.btn-link.btn-success {
    background-color: #388e3c !important;
}

.btn-link:focus {
    color: white !important;
    text-decoration: none;
    /* background-color: #3b3b3b91 !important; */
}

.btn {
    border-radius: 10px;
}

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.bg-green {
    background-color: #388e3c;
}

.bg-grey {
    background-color: #616161;
}

.badge-hover {
    color: black !important;
    border-radius: 3px;
    /* border: 1px solid rgb(149, 149, 149); */
    border-bottom: 0.5px solid rgb(149, 149, 149);
    border-left: 0.5px solid rgb(149, 149, 149);
    border-right: 0.5px solid rgb(149, 149, 149);
    box-sizing: border-box;
    box-shadow: 0 1px rgb(149, 149, 149) !important;
}

.badge-hover i.fa {
    display: none;
    cursor: pointer;
    background-color: white !important;
    border-radius: 50% !important;
}

.badge-hover:hover {
    color: white !important;
    background-color: rgb(149, 149, 149) !important;
    border-bottom: none !important;
}

.badge-hover:hover i.fa {
    display: inline;
}

.fa-elipsis-h::before {
    content: "\f141";
}

.fa-elipsis-v::before {
    content: "\f142";
}

.vertical-middle {
    vertical-align: middle;
}

.vertical-top {
    vertical-align: top;
}

.vertical-bottom {
    vertical-align: bottom;
}

.bold {
    font-weight: bold;
}

input[type="date"].form-control {
    color: #495057 !important;
}

.btn-group-vertical > .btn {
    margin: 0px !important;
}

.btn-group-vertical > .btn:first-child {
    border-bottom: 1px solid #dee2e6 !important;
}

.btn-group-vertical > .btn:last-child {
    border-top: 1px solid #dee2e6 !important;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.modal {
    overflow-y: auto;
}

body.modal-open {
    overflow: hidden;
}

.maintenance {
    padding-top: 3rem;
    padding-left: 270px;
    margin-bottom: -90px;
}

.maintenance__content {
    margin-top: 3.5rem;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.maintenance__content .card {
    background-color: #ff3547;
}

.maintenance__content__title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}

.maintenance__content__desc {
    font-size: 1rem;
    color: #fff;
}

.input-group .btn {
    margin: 0px;
    padding: 0 1rem;
    border-radius: unset;
}

.btn.primary.shadow-none {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.btn.primary.shadow-none:hover {
    background-color: #4285f4 !important;
}

th.sorting {
    cursor: pointer;
    position: relative;
}

th.sorting::before {
    position: absolute;
    right: 10px;
    bottom: 40%;
    content: "▲";
    display: block;
}

th.sorting::after {
    position: absolute;
    right: 10px;
    top: 40%;
    content: "▼";
    display: block;
}

th.sorting.sorting_asc::before {
    content: "";
}

th.sorting.sorting_asc::after {
    content: "▼";
}

th.sorting.sorting_desc::before {
    content: "▲";
}

th.sorting.sorting_desc::after {
    content: "";
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-toggler,
    .navbar-expand-lg #menuSupportedContent {
        display: none !important;
    }
}

.modal.show .modal-content {
    animation: modalShow 0.3s ease-in-out;
}

/* .modal .modal-content {
  overflow: auto;
} */

@keyframes modalShow {
    0% {
        width: 20%;
        height: 1800px;
        opacity: 0;
        transform: translate(0, 100%) scale(0.3);
        border-bottom-right-radius: 100%;
    }

    100% {
        width: 100%;
        opacity: 1;
        transform: translate(0, 0) scale(1);
        border-bottom-right-radius: 0px;
    }
}

/* override tailwindcss */
.show {
    visibility: visible;
}

img {
    display: inline;
}

.checkbox-icon {
    font-family: "Font Awesome 5 Free";
    width: 100px;
    height: 120px;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: bold !important;
    color: gray;
}

.checkbox-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    font-size: 55px;
}

.checkbox-icon .label-text {
    /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0; */
    margin-top: 76px;
    text-align: center;
    font-size: 15px;
    padding: 5px;
    line-height: 1.2;
}

.checkbox-icon input[type="checkbox"] {
    display: none;
}

.checkbox-icon.checked::before {
    position: absolute;
    content: "\f00c";
    top: 2px;
    right: 2px;
    color: #388e3c;
    font-size: 18px;
}

.checkbox-icon.checked .icon,
.checkbox-icon.checked .label-text {
    color: #388e3c !important;
}

.checkbox-icon:hover {
    background-color: #f5f5f5;
}

.checkbox-icon.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.carausel-item {
    position: relative;
}

.carousel-control-prev,
.carousel-control-next {
    border: none;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    padding: 20px;
    border-radius: 50%;
    opacity: 0.7;
    border: 2px solid var(--success);
    background: white;
}

.carousel-control-prev {
    left: -25px;
}

.carousel-control-next {
    right: -25px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.gcs-file-not-found {
    /* position: relative; */
}

.gcs-file-not-found::after {
    color: red; /* Add a visual cue that the file is not found */
    /* position: absolute;   */
    /* left: 0;
  bottom: -15px; */
    font-size: 12px;
    font-style: italic;
    content: "File not Found"; /* Keep the original content */
    display: block; /* Ensure the content is displayed inline */
    margin-left: 0.5em; /* Add some spacing between the link and the message */
}

.modal {
    z-index: 1250;
}

.swal2-container {
    z-index: 1260 !important;
}

.select2-selection.select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    position: relative;
    padding-right: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    right: 10px;
    top: 0px;
    margin: 0;
    float: none;
}

.modal-2xl {
    max-width: 80%;
}

.skeleton-notification {
    height: 120px;
    width: 100%;
    margin: 8px;
    border-radius: 3px;
    transition: all 200ms ease-in-out;
    position: relative;
    background-color: #eaeaea;
}

.skeleton-notification::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.2) 20%,
        rgba(255, 255, 255, 0.5) 60%,
        rgba(255, 255, 255, 0)
    );
    animation: load 1s infinite;
}

@keyframes load {
    100% {
        transform: translateX(100%);
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    .skeleton-notification::after {
        animation: none;
    }
}
