.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch 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: .4s;
    transition: .4s;
    border-radius: 23px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 25px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #1ab394;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
i.fa.fa-trash {
    color: red;
    margin-left: 3px;
    font-size: 17px;
}
i.fa.fa-pencil-square {
    color: #2f4050;
    margin-left: 3px;
    font-size: 17px;
}
i.fa.fa-eye {
    color: #1ab394;
    margin-left: 3px;
    font-size: 17px;
}
.modal-content {
    width: 715px;
}
div#create-button {
    margin: -4px -18px;
}
button.btn.btn-primary.btn-sm.action {
    font-size: initial;
}
#delete-confirmation{
    width: 406px;
    margin: 0px 0px 0px 109px;
}

/* Eye button */

.password-container {
    position: relative;
}
.password-container input {
    width: 100%;
    padding-right: 40px; /* Space for the eye icon */
}
.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}
/* eye bytton */
/* start loder css */
.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    z-index: 9999;
    pointer-events: none;
    display: none;
}
/* end loader css */
div#create-item-category-modal {
    pointer-events: none;
}
.modal{
    pointer-events: none;
}
div#update-item-category {
    pointer-events: none;
}
div#item-category-details {
    pointer-events: none;
}
/* Toaster */
/* Toastr: Fit Content Width */
#toast-container > div {
    width: fit-content !important;
    /* padding: 10px 10px !important; */
}

/* Center text inside the toast */
#toast-container .toast-message {
    /* text-align: center; */
    white-space: nowrap;
}

/* Adjust close button */
#toast-container .toast-close-button {
    top: -14px;
}
.toast.toast-success {
    border: 3px solid white;
    border-radius: 10px !important;
}
.swal-modal {
    width: 400px !important; /* Set your desired width */
    height: 250px !important; /* Set your desired height */
}
.custom-swal-size {
    width: 400px !important;
    height: 250px !important;
}
.sa-icon.sa-warning.pulseWarning {
    height: 45px;
    width: 49px;
}
.confirm{
    padding: 12px 43px;
}
span.slider.round {
    margin: 2px 2px;
}
div#DataTables_Table_0_filter {
    margin: 0px 0px 0px 95px;
}
.w-10 {
    width: 10%;
}
.w-15 {
    width: 15%;
}
.w-20 {
    width: 20%;
}
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
label#type-text {
    font-size: large;
}
.checkbox-type {
    box-sizing: border-box;
    margin-top: 10px;
}
a.tooltip.disabled{
    /* pointer-events: none; */
    opacity: 0.6;
    cursor: not-allowed;
}
#profile{
    text-align: center;
    padding-bottom: 20px;
}
#profile #profile-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
#profile-image-upload{
    margin: auto;
    width: 15%;
}
input#profile-image-upload {
    /* width: 100%; */
    position: absolute;
    height: 82%;
    margin-left: 0px 0px 0px 0px;
    cursor: pointer;
    border-radius: 32%;
    margin: 0 2px 10% 41%;
    opacity: 0;
}
div#profile-edit {
    margin: -28px -47px 20px 5px;
}
li.first.last.current {
    display: none;
}
.user-change-password{
    margin: auto;
}
.change-password-form{
    margin-top: 150px;
}
form#update-password {
    padding: 49px 10px 0px 0px;
}
