hr {
    margin: 3rem 0 !important;
}

.offcanvas-footer-btn {
    padding: 10px 20px 10px 20px !important;
}

#settings {
    padding-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.wp-title-color {
    color: black !important;
}

.task-title-color {
    color: red !important;
}

.sub-title-color {
    color: blue !important;
}

.icon-size {
    width: 16px !important;
    height: 16px !important;
}

.tox-notification {
    display: none !important;
}

.checkbox-color {
    border-color: #919191 !important;
}

.breadcrumb-style {
    display: flex !important;
    justify-content: space-between;
}

.order-style {
    display: flex !important;
    justify-content: end;
    align-items: center;
}

.comment-style {
    border: none !important;
    border-radius: unset !important;
    background-color: #dddedf !important;
}

.comment-style-0 {
    border: none !important;
    border-radius: unset !important;
    background-color: #dddedf !important;
}

.comment-style-1 {
    border: none !important;
    border-radius: unset !important;
    background-color: #ffe595 !important;
}

.comment-style-2 {
    border: none !important;
    border-radius: unset !important;
    background-color: #c5dde8 !important;
}

.comment-style-3 {
    border: none !important;
    border-radius: unset !important;
    background-color: #cce4cd !important;
}

.comment-style-4 {
    border: none !important;
    border-radius: unset !important;
    background-color: #f5bfd6 !important;
}

.comment-style-5 {
    border: none !important;
    border-radius: unset !important;
    background-color: rgb(229, 180, 240) !important;
}

.custom-label {
    background-color: indigo;
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

.nav-pos {
    float: right !important;
    /* margin-top: 20px !important; */
}

.job-card-status {
    position: absolute;
    left: 13%;
    top: 10%;
}

.btn-group-pos {
    float: right !important;
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
}

.txt-center {
    text-align: center !important;
}

.txt-right {
    text-align: right !important;
}

.txt-deco {
    text-decoration: none !important;
}

.txt-color-black {
    color: black !important;
}

.w-110 {
    width: 110px !important;
}

.w-100-txt-right {
    width: 110px !important;
    text-align: right !important;
}

.w-660 {
    width: 660px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-28 {
    font-size: 22px !important;
}

.item-center {
    align-items: center !important;
}

.justy-center {
    justify-content: center !important;
}

.d-flex-center {
    display: flex !important;
    align-items: center !important;
}

.d-none {
    display: none !important;
}

.div-container {
    position: relative;
}

.div-center {
    position: absolute;
    top: 30%;
    width: 100%;
}

.f-right {
    float: right !important;
}

.qboat.auth .main-width {
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.span-pos {
    position: absolute;
    top: 90%;
    right: 5%;
    text-align: center;
}

.span-alarm-pos {
    top: 30px !important;
    left: 40px !important;
}

.span-alarm-pos-1 {
    top: 45px !important;
    left: 50px !important;
}

.status-pos {
    position: relative !important;
    bottom: 4px !important;
}

.is-invalid~.invalid-span-feedback {
    display: block;
}

.invalid-span-feedback {
    display: none;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mr-1 {
    margin-right: 0.625rem !important;
}

.ml-1 {
    margin-left: 0.625rem !important;
}

.mr-4 {
    margin-right: 2.5rem !important;
}

.mb-4-custom {
    margin-bottom: 4rem !important;
}

.m-b-1 {
    margin-bottom: 0.625rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.border-red {
    border: 1px solid red !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.paination-container-custom {
    display: flex;
    justify-content: end;
}

.text-wrapper-custom {
    word-wrap: break-word !important;
    word-break: break-all !important;
    white-space: normal;
}

.disable-div {
    height: 200px;
    overflow: auto;
    padding: 0.25rem !important;
    pointer-events: none;
    opacity: 0.4;
}

.enable_div {
    height: 200px;
    overflow: auto;
    padding: 0.25rem !important;
}

@media screen and (min-width: 768px) {
    .main-width {
        padding: 0 1rem;
        width: 100%;
    }
}

@media screen and (min-width: 1280px) {
    .main-width {
        padding: 0 1.5rem;
        width: calc(100% - 730px);
    }
}

@media screen and (min-width: 1650px) {
    .main-width {
        padding: 0 2rem;
        width: calc(100% - 830px);
    }
}

@media screen and (min-width: 768px) {
    .sidebar-width {
        padding: 0 1rem;
        width: 100%;
    }
}

@media screen and (min-width: 1280px) {
    .sidebar-width {
        width: 450px !important;
    }
}

@media screen and (min-width: 1650px) {
    .sidebar-width {
        width: 500px !important;
    }
}