@import url('https://fonts.googleapis.com/css2?family=Bungee+Inline&family=Fredoka+One&family=Roboto:wght@300;400;500;700;900&display=swap');
select,
input[type='text'],
input[type='email'],
input[type='number'],
input[type='date'],
input[type='password'] {
    border-radius: 3px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.bg-purple {
    background-color: rgba(156, 43, 203, var(--bs-bg-opacity)) !important;
}

.text-purple {
    color: rgb(156 43 203);
}

.text-poppins {
    font-family: 'Poppins', sans-serif;
}

.text-roboto {
    font-family: 'Roboto', sans-serif;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.9) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

 ::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

 ::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    border-radius: 5px;
}

.cmu-brand {
    /* font-family: 'Fredoka One', cursive; */
    font-weight: 900;
    font-size: 2rem;
    border-right: 1px solid;
    padding-right: 5px;
    text-transform: uppercase;
}

.pmes-brand {
    font-size: 1rem;
    font-weight: 100;
}

.toggle-sidenav .cmu-brand {
    display: none;
}

.form-check-input[type=radio] {
    padding: 7px !important;
}

.form-check.form-switch.position-relative {
    display: flex;
    align-items: center;
}

.checkbox-toggle {
    background-color: #cbcbcb;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: -0.4px;
    border-radius: 50%;
    transition: 200ms linear;
}

.form-check-switch {
    border-radius: 1rem !important;
    transition: 200ms linear;
    width: 2.5rem !important;
    height: 1rem !important;
    appearance: none;
    z-index: 1;
    border: 1px solid #cbcbcb;
    cursor: pointer;
}

.form-check-switch:focus {
    border-color: #0ba35e;
}

.form-check-switch:focus~.checkbox-toggle {
    background-color: #0ba35e;
    outline: 0;
    transition: 200ms linear;
    box-shadow: 0 0 0 0.65rem rgb(85 191 143);
}

input.form-check-switch:checked~.checkbox-toggle {
    right: 0px;
    top: -1.3px;
    transition: 200ms linear;
    background-color: #0ba35e;
}

input.form-check-switch:checked {
    background-color: #0ba35e;
    opacity: .7;
}

input.form-check-switch:checked {
    border: none !important;
}

.card {
    border-radius: 3px;
}


/* START::CUSTOM TABLE CSS */

table td {
    border-left: none;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

table td.completed {
    background-color: #00b963 !important;
}

table td.working {
    background-color: rgb(255 124 0) !important;
}
table td.in-progress {
    background-color: rgb(255 124 0) !important;
}

table td.stuck {
    background-color: #ff3535 !important;
}

table td.pending {
    background-color: #838383 !important;
}

table td:first-child {
    width: 0rem;
    font-weight: 500;
    border-left: 1px solid #dee2e6;
}

table td:last-child {
    width: 0;
    border-right: 1px solid #dee2e6;
}

table th {
    white-space: nowrap;
    font-family: 'Roboto';
}

table th,
table th i {
    color: #686868 !important;
}

.table-list-option {
    display: flex;
    justify-content: end;
    left: 0;
    top: 4px;
}

.table-list-option a {
    text-decoration: none;
    display: grid;
    border-radius: 50%;
    transition: 100ms linear;
}

.table-list-option a:hover,
.table-list-option a:focus {
    box-shadow: 0 0 0 0.4rem #e1e1e1;
    background-color: #e1e1e1;
    transition: 100ms linear;
}

.table-list-option a div.icon-container {
    width: 2rem;
    height: 2rem;
    display: grid;
    place-content: center;
    border-radius: 50%;
}

.table-responsive {
    width: 0px;
    min-width: 100%;
}


/* END::CUSTOM TABLE CSS */

.previous-page-loader {
    font-family: 'Roboto';
}

.form-group>label {
    position: absolute;
    margin-left: 0.7rem;
    padding: 0px 5px;
    font-size: 15px;
    background-color: #fff;
    transition: 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
}

.form-group input:focus~label,
.form-group input:not(:placeholder-shown)~label {
    margin-top: -2.8rem;
    margin-left: 0.5rem;
    font-size: 13.4px !important;
}

.system-section-header-item:last-child input.search-input:focus,
input.search-input:not(:placeholder-shown) {
    transition: 300ms ease-in;
    width: 100% !important;
}


/* BEGIN::TOAST CSS */

.toast.toast-success {
    width: auto;
    max-width: 22rem;   
    position: fixed;
    left: 0.5rem;
    padding: 5px;
    bottom: 1rem;
    z-index: 9999;
    border-radius: 3px;
}

.error-list-container {
    position: fixed;
    left: 0.5rem;
    z-index: 9999;
    bottom: 1rem;
    bottom: 1rem;
    margin-bottom: 0;
}

.toast.toast-danger {
    width: auto;
    max-width: 22rem;   
    border-radius: 3px;
    padding: 5px;
}

.toast .btn-close {
    min-width: 10px;
    width: 10px;
    height: 10px;
    min-height: 10px;
}


/* END::TOAST CSS */


/* START::ADDRESS-SPINNER-CSS */

.form-group.address-select-container {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 10px;
}

.form-group.address-select-container .spinner-border {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0.5rem;
    z-index: 1;
    background-color: #ffffff;
}

.form-group.address-select-container .address-loaded-option-container {
    position: absolute;
    right: 12px;
    font-size: 1rem;
    margin-top: 2px;
    background-color: #fff;
}


/* END::ADDRESS-SPINNER-CSS */


/* No contents found and server loading page*/

.no-contents-found {
    display: grid;
    width: 100%;
    height: 100%;
    font-family: 'Poppins';
    place-content: center;
    background-color: #ffffff;
}

.server-content {
    height: 100%;
}

.server-loading-content {
    display: grid;
    width: 100%;
    height: 100%;
    place-content: center;
    background-color: #ffffff;
}

.server-loading-content small {
    font-weight: 400;
    font-family: 'Poppins';
}

.empty-icon {
    border-radius: 0 !important;
    max-width: 4rem !important;
}


/* No contents found and server loading page*/

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    box-shadow: none;
}

button {
    border-radius: 3px !important;
}

.vue-modal-header h5 {
    font-size: 0.9rem !important;
}

.vue-modal-container .form-group label {
    font-size: 0.9rem !important;
}

.vue-modal-container .form-group button {
    font-size: 0.9rem !important;
}


/* BEGIN::BADGE-CSS */

span.badge.bg-secondary {
    color: rgb(108 117 125)!important;
}

span.badge.bg-success {
    color: rgb(25 135 84)!important;
}

span.badge.bg-primary {
    color: rgb(13 110 253)!important;
}

span.badge.bg-danger {
    color: rgb(220 53 69)!important;
}

span.badge.bg-warning {
    color: rgb(255 193 7)!important;
}

.bg-semi-danger {
    background-color: rgb(255 124 0 / 50%) !important;
    color: rgb(255 124 0)!important;
}

.spinner-border {
    color: #0f5132;
}

.file-name-and-icon-container {
    display: grid;
    align-items: flex-end;
    grid-template-columns: 20px 1fr;
}

.table-user-profile-container img {
    min-width: 40px;
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.table-user-profile-container {
    display: flex;
    align-items: center;
}


/* BEGIN:: DROP-FILES-CONTAINER */

.dropzone-container {
    position: relative;
    border-width: 2px;
    border-style: dashed;
    border-color: #f1f1f1;
}

.dropzone-container button.btn-close {
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: 1;
    background-color: rgb(225, 225, 225);
    font-size: 10px;
}

.dropzone-body .dropzone {
    border-left: 1px solid #f7f7f7;
    display: grid;
    cursor: pointer;
    align-items: center;
    overflow: auto;
    place-content: center;
}

.dropzone-body .dropzone.filled {
    align-items: unset;
    place-content: unset;
}

.dropzone-body .dropzone.active {
    background-color: #f1f1f1
}

.progress {
    height: 10px;
    border-radius: 0 !important;
}

.file-list.active {
    background-color: #f1f1f1
}

small.uploading-progress-indicator {
    margin-bottom: -5px;
}

span.icon-container.remove-file-icon {
    position: absolute;
    right: 0px;
    top: 13px;
    width: 1.7rem;
    height: 1.7rem;
    background-color: rgb(255 200 184);
    display: grid;
    place-content: center;
    border-radius: 50%;
}

.progress .progress-bar.failed {
    background-color: #e33400;
}

.file-list img {
    width: auto;
    height: 4rem;
    border-radius: 4px;
    object-fit: cover;
    object-position: top;
    min-width: 4rem;
    max-width: 4rem;
}

.file-list-item {
    display: flex;
    gap: 5px;
    align-items: end;
    padding: 3px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px #e7e7e7;
}

.file-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, auto));
    gap: 10px;
    margin-bottom: 0;
}

.file-meta-data {
    width: 100%;
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropzone-body .dropzone .icon-container {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 2rem;
    height: 2rem;
    display: grid;
    place-content: center;
    border-radius: 50%;
    background-color: #ffffff;
}

.dropzone-body .dropzone .icon-container.trash {
    z-index: 9;
    background-color: #f1f1f1;
}

.dropzone-body .dropzone .icon-container.upload-icon {
    position: unset;
    width: unset;
    height: unset;
    background-color: unset;
}

.file-list .upload-file-icon {
    height: 4rem;
    border-radius: 4px;
    min-width: 3.5rem;
    max-width: 3.5rem;
    display: grid;
    place-content: center;
}

.file-list .upload-file-icon i,
.unsupported-upload-file-icon i {
    font-size: 2.5rem;
}

.unsupported-upload-file-icon {
    height: 4rem;
    min-width: 3.5rem;
    max-width: 3.5rem;
    display: grid;
    place-content: end;
    position: relative;
}

.unsupported-upload-file-icon i.fas.fa-times {
    position: absolute;
    top: 8px;
    left: 14px;
    color: rgb(255 255 255);
}


/* END:: DROP-FILES-CONTAINER */

.breadcrumbs-container {
    font-family: 'Poppins';
}


/* START::VUE-MODAL */

.vue-modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}

.vue-modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.vue-modal-container {
    width: 300px;
    margin: 0px auto;
    position: relative;
    padding: 20px 30px;
    border-radius: 2px;
    border-radius: 5px;
    font-family: 'Poppins';
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
}

.vue-modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.vue-modal-body {
    margin-top: 5px;
}

.btn btn-sm btn-danger vue-modal-default-button {
    float: right;
}

.modal-enter-from {
    opacity: 0;
}

.modal-leave-to {
    opacity: 0;
}

.modal-enter-from .vue-modal-container,
.modal-leave-to .vue-modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* END::VUE-MODAL */
.hover-pointer {
    cursor: pointer;
}

.survey-link-container {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    margin: 0px 3px;
}

.survey-link-container .icon-container {
    display: grid;
    place-content: center;
    border-radius: 50%;
    width: 3rem;
    height: 2.4rem;
    cursor: pointer;
}