﻿
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.47em + 1rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 27px;
    font-weight: 500;
    font-size: 13px;
    padding: 3px 10px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border: 1px solid #9b9494;
    border-radius: 5px;
}

.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

    .checkbox-grid {
        display: grid !important;
        grid-template-columns: repeat(6, 1fr) !important;
        gap: 4px !important;
    }

    .checkboxsp-grid {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 4px !important;
    }


   

    .media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .media-body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .dataTables_empty {
        padding: 5px !important;
        font-size: inherit;
    }

    div.dts tbody td, div.dts tbody th, div.dts thead th {
        white-space: normal;
    }

    .linebreak {
        white-space: pre-wrap !important;
    }

    .linebreak1 {
        white-space: pre-line !important;
    }

    .swal2-container {
        z-index: 2100;
    }

    .page-breadcrumb {
        text-shadow: none;
    }

    .gridicon {
        height: auto !important;
        width: auto !important;
        display: initial !important;
    }

    .notice {
        color: red;
        font-size: large;
        font-weight: 600;
    }

    .notice-sm {
        color: red;
        font-size: small;
        font-weight: 600;
    }

    #loading {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        opacity: 0.7;
        background-color: #fff;
        z-index: 9998;
    }
    /*font size*/
    .f-size-30 {
        font-size: 30px;
    }

    .f-size-35 {
        font-size: 35px;
    }

    .f-size-20 {
        font-size: 20px;
    }

    .page-breadcrumb {
        margin-bottom: 5px;
    }

    .subheader:not(:empty) {
        margin-bottom: 5px;
    }

    .fullwidth {
        width: 100%;
    }

    .w30 {
        width: 30px;
    }

    .w40 {
        width: 40px;
    }

    .w50 {
        width: 50px;
    }

    .w60 {
        width: 60px;
    }

    .w70 {
        width: 70px;
    }

    .w80 {
        width: 80px;
    }

    .w85 {
        width: 85px;
    }

    .w90 {
        width: 90px;
    }

    .w100 {
        width: 100px;
    }

    .w120 {
        width: 120px;
    }

    .w150 {
        width: 150px;
    }

    .w180 {
        width: 180px;
    }

    .w200 {
        width: 200px;
    }

    .w210 {
        width: 210px;
    }

    .w250 {
        width: 250px;
    }

    .mw30 {
        min-width: 50px;
    }

    .mw50 {
        min-width: 50px;
    }

    .mw80 {
        min-width: 80px;
    }

    .mw85 {
        min-width: 85px;
    }

    .mw150 {
        min-width: 150px;
    }

    .mw180 {
        min-width: 180px;
    }

    .mw200 {
        min-width: 200px;
    }

    .div-centerbtn {
        display: flex;
        justify-content: center;
    }

    li.breadcrumb-item {
        overflow: unset !important;
        max-width: 100% !important;
    }

    .border-dash {
        border: 1px black dashed;
    }

    .hide {
        display: none;
    }

    .select2-container {
        width: calc(100% - 150px) !important;
    }


    div.dts div.dataTables_scrollBody {
        background: white;
    }

    .select2-container .select2-search--inline .select2-search__field {
        height: auto;
    }

    .select2-search--dropdown:before {
        content: "\ed60";
        font-family: 'icofont';
        position: absolute;
        left: calc(1rem + .875rem);
        top: calc(.6rem + .875rem);
    }

    .select2 {
        font-weight: normal;
    }

    .select2-selection {
        height: calc(1.5em + 0.75rem + 1px) !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: calc(1.5em + 0.75rem + 1px) !important;
    }

    .select2-container .select2-search--inline {
        max-height: 30px;
    }
    /*adjust phone plugin*/
    .iti {
        width: calc(100% - 150px) !important;
    }

    .tablecolor1 thead {
        background-color: lightcoral !important;
        color: #fff;
    }

    .easy-autocomplete-container {
        z-index: 100 !important;
    }

    .easy-autocomplete {
        color: black;
    }

    table.dataTable tr.dtrg-group.dtrg-level-0 td {
        padding-top: 5px !important;
        font-size: 14px;
    }

    .typeahead dropdown-menu {
        min-width: 160px;
        margin-top: 2px;
        padding: 5px 0;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    }

    .total-footer {
        color: red;
        font-weight: bold;
    }

    .opttxt {
        width: 10px;
    }

    button:disabled {
        cursor: not-allowed;
        pointer-events: all !important;
    }

    input[type=button]:disabled {
        cursor: not-allowed;
        pointer-events: all !important;
    }

    .navshow {
        display: block !important;
        animation: animateFadeInUp .5s;
        -webkit-animation: animateFadeInUp .5s
    }

    .navhide {
        display: hide !important;
        animation: animateFadeInUp .5s;
        -webkit-animation: animateFadeInUp .5s
    }


    .bg-green {
        background-color: #51878c;
    }

    .bg-violet {
        background-color: #68518c;
    }

    .bg-blue {
        background-color: cornflowerblue;
    }

    .blink {
        margin-right: 0.5rem;
        animation: blink 2s steps(5, start) infinite;
        -webkit-animation: blink 1s steps(5, start) infinite;
    }

    @keyframes blink {
        to {
            visibility: hidden;
        }
    }

    @-webkit-keyframes blink {
        to {
            visibility: hidden;
        }
    }

    .noblink {
        margin-right: 0.5rem;
    }


    .tblwrap {
        word-break: break-all;
    }

    table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before {
        font-size: 8px;
        vertical-align: middle;
    }

    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
        font-size: 8px;
        vertical-align: middle;
    }

    table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
        top: auto;
    }

    table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
        top: auto;
    }
    /*.select2-container--default  {
    height: 46px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 85% !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 26px !important;
    }

.select2-container--default .select2-selection--single {
    border: 1px solid #CCC !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}*/

    .select2-container .select2-selection--multiple {
        min-height: 0;
    }

    .select2-selection__choice {
        height: 20px;
    }

    .select2-selection__choice__remove {
        height: 20px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        font-size: 13px;
    }


    .ctrllist {
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
        gap: 13px;
    }

    .disable-click {
        pointer-events: none;
    }

    .select2-search select2-search--inline {
        height: 0;
    }

    .select2-selection--multiple {
        height: auto !important;
    }

    .e1 .easy-autocomplete {
        width: calc(100% - 150px);
    }


    .e2 .easy-autocomplete {
        width: calc(100% - 210px);
    }

    .e3 .easy-autocomplete {
        width: calc(100% - 180px);
    }

    .etable .easy-autocomplete {
        width: calc(100%);
    }


    .table-sm-px tr th, .table-sm-px tr td {
        padding: 5px;
    }

    .mr-10 {
        margin-right: 10px !important;
    }

.userprofile {
    border-radius: 50%;
    border: 1px solid black;
    background: #d9d9d9;
}

    .profileimage {
        padding: 10px;
    }

    .userprofileselected {
        background-color: bisque;
    }

    .commentphoto {
        width: 38px;
        padding: 4px;
    }

    .divcommentphoto {
        background-color: bisque;
        padding: 3px;
    }

    .comround .align-self-start {
        border-radius: 100%;
        width: 32px;
        height: 32px;
    }

    .comment p.text {
        margin-bottom: 0;
        color: #8A8A8A !important;
    }

    .comment p {
        padding: 3px;
        margin-left: 10px;
    }

    .commentreply {
        margin-top: 5px;
        margin-left: 10px;
    }

    .reply {
        color: #5C5C5C;
        margin-bottom: 0;
    }

    img.circle-shadow {
        /*width: 70px;
    border-radius: 200px;
    box-shadow: 0px 0px 0px 5px #2296cf;*/
        /*  -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;*/
        transition: all 0.5s;
        background-color: #fff;
        width: 50px;
        box-shadow: 0px 0px 0px 5px #fff;
        height: 50px;
        border-radius: 50%;
    }
    /* img.circle-shadow:hover, img.circle:hover {
        border-radius: 0;
        box-shadow: none;
    }*/

    .title {
        font-weight: bold !important;
    }

    .calcwidth150 {
        width: calc(100% - 150px);
    }



    .calcwidth210 {
        width: calc(100% - 210px);
    }


    @media (min-width: 992px) {
        .page-content {
            padding: 0.8rem 0.8rem;
        }
    }

    .page-breadcrumb {
        display: none;
    }

    .fixedfooter {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        color: #CCC;
        padding: 8px;
        z-index: 999;
    }


    .select2-dropdown {
        z-index: 9999 !important;
    }

    .form-control-xs {
        height: 27px;
        padding: 3px 5px;
        font-size: .75rem;
        line-height: 1.5;
        border-radius: 4px;
    }

    .btn-group-xs > .btn, .btn-xs {
        padding: 1px 0.844rem;
        font-size: .7rem;
        line-height: 1.5;
        border-radius: 0.25rem;
    }

    .tdscroll {
        max-height: 100px;
        overflow-y: scroll;
    }

    .table.dataTable tbody td.selected a, table.dataTable tbody th.selected a, table.dataTable tbody tr.selected a {
        color: black;
    }

    .fc-toolbar h2 {
        font-weight: bolder !important;
    }


    .breadcrumb {
        margin-bottom: 8px;
        padding: 8px;
    }

    .taskdate {
        float: right;
        margin-right: 10px;
    }

    .notili {
        margin-bottom: 5px;
        border-bottom: 1px solid beige;
        background-size: cover;
    }

    .notilip {
        text-indent: 30px;
    }

    .notask {
        position: relative;
        top: 50%;
    }

    .mb5 {
        margin-bottom: 5px !important;
    }

    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .input-group-sm .input-group-text {
        height: 27px;
        min-height: 100%;
        background-color: var(--app-panel-bg,#fff);
        border: none;
    }

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    /*line-height: 1.2;*/
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .custom-control-label {
        line-height: 1.5;
    }

    .select2-selection {
        height: 29px !important;
    }

    .btn-group-sm > .btn, .btn-sm {
        padding: 1px 0.844rem;
        font-size: .7rem;
        line-height: 2;
        border-radius: 0.25rem;
    }

    .h100 {
        height: 100px !important;
    }

    textarea {
        min-height: 60px;
    }

    .mh91 {
        min-height: 91px !important;
    }

    .h100p {
        height: 100% !important;
    }

    .br0 {
        border-radius: 0 !important;
    }

    .h73 {
        height: 73px !important;
    }

    .h112 {
        height: 112px !important;
    }

    .h115 {
        height: 114px !important;
    }

    .h120 {
        height: 120px !important;
    }

    .h140 {
        height: 140px !important;
    }

    .h150 {
        height: 150px !important;
    }

    .h154 {
        height: 154px !important;
    }

    .h200 {
        height: 200px !important;
    }

    .mw100 {
        min-width: 100px !important;
    }

    .dataTables_filter .input-group-text {
        height: 27px;
    }

    table.dataTable td.dt-control:before {
        display: inline-block;
        content: "\f0da";
        font-family: 'Font Awesome 6 Pro';
        font-size: larger;
    }

    table.dataTable tr.dt-hasChild td.dt-control:before {
        display: inline-block;
        content: "\f0dd";
        font-family: 'Font Awesome 6 Pro';
        font-size: larger;
    }

    .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .maxw60 {
        max-width: 60px !important;
    }

    .imgcontactus {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .cf1::after {
        height: auto !important;
        line-height: 0.6;
    }

    .rem10 {
        right: 10rem !important;
    }

    .fc-content {
        font-weight: bolder;
    }

    .breadcrumb-item a {
        font-weight: bold;
    }
    /*body {
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
}*/

    .loader {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .loader-circle {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background-color: #ffffff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: center;
        align-items: center;
        animation: pulse 1.5s ease-in-out infinite;
    }

        .loader-circle:before {
            content: "";
            display: block;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            border: 8px solid #7e3af2;
            border-color: #7e3af2 transparent #7e3af2 transparent;
            animation: loader 1.2s linear infinite;
        }

    .loader-text {
        color: #7e3af2;
        font-size: 24px;
        font-weight: bold;
        margin-top: 16px;
    }

    @keyframes loader {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes pulse {
        0% {
            transform: scale(0.8);
            opacity: 0.5;
        }

        50% {
            transform: scale(1);
            opacity: 1;
        }

        100% {
            transform: scale(0.8);
            opacity: 0.5;
        }
    }

    .text-namecard {
        /*color: #d3ff41 !important;*/
    }

    .vakata-context, .vakata-context ul {
        border-radius: 8px;
        background-color: ghostwhite !important;
    }

    .chartTitle {
        font-size: 11px;
        font-weight: bold;
    }

    .icon-department {
        color: #F62781;
        font-size: large;
    }

    .icon-person {
        color: #FCC108;
        font-size: large;
    }

    .chartdepartment {
        font-size: 9px;
        color: deeppink;
    }

    .icon-globe {
        color: deepskyblue;
        font-size: small;
    }


    .orgchart .node .title {
        padding-left: 3px !important;
        padding-right: 3px !important;
        max-width: 300px !important;
        height: auto !important;
        white-space: unset;
    }

    .orgchart .node .content {
        max-width: 300px !important;
        min-height: 20px !important;
        white-space: unset !important;
        height: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .panelblue {
        background-color: aliceblue;
    }

    .vakata-context, .vakata-context ul {
        z-index: 99999;
    }

    .sys-red {
        color: #f70929 !important;
    }

    .modal-xxl {
        max-width: 90% !important;
    }

    .sys-green {
        color: #61b319 !important;
    }

    .sys-darkpink {
        color: #dd32df !important;
    }



    .radio-group {
        border: solid 3px #675f6b;
        display: inline-block;
        border-radius: 10px;
        overflow: hidden;
    }
    /*#region Button with Arrow*/
.step-text {
    margin-left: 10px;
    margin-right : 5px;
}

    tr.group {
        background-color: #eee !important;
        font-size: 14px;
        font-weight: 500;
    }

    .btn-arrow-right,
    .btn-arrow-left {
        position: relative;
        padding-left: 18px;
        padding-right: 18px;
    }

.btn-arrow-right {
    padding-left: 36px;
}

    .btn-arrow-left {
        padding-right: 36px;
    }

        .btn-arrow-right:before,
        .btn-arrow-right:after,
        .btn-arrow-left:before,
        .btn-arrow-left:after {
            content: "";
            position: absolute;
            top: 5px;
            width: 25px;
            height: 25px;
            background: inherit;
            border-left-color: transparent;
            border-bottom-color: transparent;
            border-radius: 0px 4px 0px 0px;
            -webkit-border-radius: 0px 4px 0px 0px;
            -moz-border-radius: 0px 4px 0px 0px;
        }


    .btn-arrow-right:before,
    .btn-arrow-right:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .btn-arrow-left:before,
    .btn-arrow-left:after {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
    }

    .btn-arrow-right:before,
    .btn-arrow-left:before {
        left: -11px;
    }

    .btn-arrow-right:after,
    .btn-arrow-left:after {
        right: -9px;
    }

    .btn-arrow-right:after,
    .btn-arrow-left:before {
        z-index: 1;
    }

    .btn-arrow-right:before,
    .btn-arrow-left:after {
        background-color: white;
    }

    ul.countdown {
        list-style: none;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 0;
    }

        ul.countdown li {
            display: inline-block;
        }

            ul.countdown li span {
                font-size: 40px;
                font-weight: 300;
                line-height: 80px;
                padding: 0 20px;
                border-top: 1px solid #fd3995;
                border-bottom: 1px solid #fd3995;
                margin-left: -4px;
            }

            ul.countdown li p {
                color: #a7abb1;
                font-size: 14px;
                text-transform: uppercase;
            }

    .days {
        background-color: #d74c8d;
        padding: 0 10px;
        color: #fff;
    }

    .last {
        border-right: 1px solid #fd3995;
    }

    .black-border {
        border-collapse: collapse !important;
        border: 1px solid black !important;
    }
    /*.black-border td {
        border: 1px solid black !important;
    }*/
    /*#endregion*/

    .badge-pill {
        width: 60px;
        height: 20px;
        line-height: 1.2;
    }

    .btn100 {
        min-width: 100px;
    }

    .btn50 {
        min-width: 50px;
    }

    .dragndrop {
        border: 1px dashed #2384a5;
        width: 100%;
        /* height: 50px;*/
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }
    /* ========================================
   Checkbox Group & Radio Group Styles
   Compatible with SmartAdmin v5 / BS5
   ======================================== */
    /* Base group container */
    .check-group {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.375rem 0.5rem;
        border: 1px solid #dee2e6;
        border-radius: 0.375rem;
        background-color: #fff;
        min-height: calc(1.5em + 0.5rem + 2px); /* matches form-control-sm height */
        align-items: center;
    }
        /* Inline layout (horizontal) - default */
        .check-group.check-group-inline {
            flex-direction: row;
        }
        /* Stacked layout (vertical) */
        .check-group.check-group-stacked {
            flex-direction: column;
            align-items: flex-start;
            gap: 0.25rem;
        }
        /* Each checkbox/radio item */
        .check-group .form-check {
            margin: 0;
            padding-left: 1.5rem;
            white-space: nowrap;
        }

        .check-group .form-check-input {
            margin-top: 0.2rem;
        }

        .check-group .form-check-label {
            font-size: 0.8125rem; /* matches form-control-sm */
            color: #495057;
            cursor: pointer;
            user-select: none;
        }
        /* Disabled state */
        .check-group .form-check-input:disabled + .form-check-label {
            color: #adb5bd;
            cursor: not-allowed;
        }
        /* Focus/active border highlight */
        .check-group:focus-within {
            border-color: #86b7fe;
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            outline: 0;
        }
    /* Size variants */
    .check-group-sm {
        padding: 0.25rem 0.5rem;
        font-size: 0.8125rem;
        border-radius: 0.25rem;
        min-height: calc(1.5em + 0.25rem + 2px);
    }

    .check-group-lg {
        padding: 0.5rem 0.75rem;
        font-size: 1rem;
        border-radius: 0.5rem;
    }
    /* With input-group — sits flush inside input-group */
    .input-group > .check-group {
        flex: 1 1 auto;
        border-radius: 0 0.375rem 0.375rem 0;
    }

        .input-group > .check-group.check-group-sm {
            border-radius: 0 0.25rem 0.25rem 0;
        }
    /* Divider between items (optional) */
    .check-group.check-group-divided .form-check:not(:last-child) {
        padding-right: 0.5rem;
        border-right: 1px solid #dee2e6;
        margin-right: 0.25rem;
    }

    a {
        cursor: pointer;
    }

    table.DTFC_Cloned tr {
        background-color: transparent;
    }

    .vertical-scroll {
        /*max-height: 100px;*/ /* Adjust this height as needed */
        /*overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ddd;
    padding: 1px;*/
        text-wrap: nowrap;
        background-color: #f5f8fd;
        /*padding: 10px;*/
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .color-red {
        color: red;
    }

    .color-blue {
        color: blue;
    }

    .tokopedia {
        background-color: #0eb473;
    }

    .shopee {
        background-color: #fd8f45;
    }

    .lazada {
        background-color: #5d45fd;
    }

    .tbmaindiv {
        padding: 10px;
    }

    .tbrowdiv {
        display: flex;
        justify-content: flex-start;
        gap: 3px;
        padding: 5px;
    }

    .tbrdo {
        margin-bottom: 0;
        line-height: 1.8
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin: 3px 3px !important;
    }

    .discussion-body.empty {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fafafa;
    }

    .empty-state {
        text-align: center;
        color: #777;
        margin-top: 50px;
    }

    .empty-icon {
        font-size: 60px;
        margin-bottom: 8px;
    }

    .empty-title {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 4px;
        color: #444;
    }

    .empty-text {
        font-size: 13px;
        color: #777;
    }

    .tech-discussion {
        border: 1px solid #dcdcdc;
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-direction: column;
        height: 300px; /* 🔹 FIXED HEIGHT */
    }
    /* Header */
    .discussion-header {
        padding: 10px 14px;
        background: #f5f7fa;
        border-bottom: 1px solid #e0e0e0;
    }
    /* BODY – SCROLL AREA */
    .discussion-body {
        flex: 1; /* 🔹 TAKE REMAINING SPACE */
        padding: 12px;
        overflow-y: auto; /* 🔹 ENABLE VERTICAL SCROLL */
        overflow-x: hidden;
        background: #fafafa;
        scrollbar-width: thin; /* Firefox */
    }

        .discussion-body::-webkit-scrollbar {
            width: 6px;
        }

        .discussion-body::-webkit-scrollbar-thumb {
            background: #c1c1c1;
            border-radius: 3px;
        }
        /* Empty state still centered */
        .discussion-body.empty-state {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    /* Message */
    .message {
        display: flex;
        margin-bottom: 14px;
    }

        .message .avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            color: #fff;
            text-align: center;
            line-height: 36px;
            font-weight: bold;
            margin-right: 10px;
            flex-shrink: 0;
        }

        .message.sales .avatar {
            background: #136FF8;
        }

        .message.engineer .avatar {
            background: #28A745;
        }

        .message .content {
            background: #fff;
            padding: 10px 12px;
            border-radius: 6px;
            border: 1px solid #e0e0e0;
            width: 100%;
        }

        .message .meta {
            font-size: 12px;
            margin-bottom: 6px;
            color: #666;
        }

            .message .meta .name {
                font-weight: 600;
                color: #333;
            }

            .message .meta .role {
                margin-left: 6px;
                padding: 2px 6px;
                border-radius: 4px;
                font-size: 11px;
                background: #eef2f7;
            }

        .message .text {
            font-size: 14px;
            color: #333;
        }


    .network-topology {
        border: 1px solid #dcdcdc;
        border-radius: 6px;
        background: #fff;
        margin-top: 15px;
        font-family: "Segoe UI", Roboto, sans-serif;
    }

    .section-header {
        padding: 10px 14px;
        border-bottom: 1px solid #e0e0e0;
        background: #f5f7fa;
    }

        .section-header h5 {
            margin: 0;
            color: #136FF8;
            font-size: 15px;
        }
    /* Upload Box */
    .upload-box {
        padding: 15px;
        border-bottom: 1px dashed #ddd;
        text-align: center;
    }

    .upload-btn {
        display: inline-block;
        padding: 8px 16px;
        background: #136FF8;
        color: #fff;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
    }

        .upload-btn:hover {
            background: #0f5bd6;
        }

    .upload-hint {
        margin-top: 6px;
        font-size: 12px;
        color: #777;
    }
    /* File List */
    .file-list {
        padding: 10px 14px;
    }

    .file-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        padding: 10px 12px;
        margin-bottom: 8px;
        background: #fafafa;
    }

    .file-info {
        display: flex;
        align-items: center;
        gap: 8px;
        min-width: 200px;
    }

    .file-icon {
        font-size: 18px;
    }

    .file-name {
        font-size: 14px;
        font-weight: 500;
    }

    .file-meta {
        font-size: 12px;
        color: #777;
    }

    .btn-download {
        background: #28A745;
        color: #fff;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 12px;
        text-decoration: none;
    }

        .btn-download:hover {
            background: #218838;
        }

    .empty-file {
        padding: 30px 15px;
        text-align: center;
        color: #777;
        background: #fafafa;
    }

    .empty-icon {
        font-size: 34px;
        margin-bottom: 6px;
    }

    .empty-title {
        font-size: 15px;
        font-weight: 600;
        color: #444;
        margin-bottom: 4px;
    }

    .empty-text {
        font-size: 13px;
        color: #777;
    }

    .btn-attdel {
        background: #fd3995;
        color: #fff;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 12px;
        text-decoration: none;
    }

        .btn-attdel:hover {
            background: #fd3995;
        }
    /* ── status badges ── */
    .ta-badge {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-family: 'JetBrains Mono', monospace;
        font-size: 10px;
        font-weight: 600;
        padding: 3px 10px;
        border-radius: 99px;
        letter-spacing: .04em;
        white-space: nowrap;
    }

        .ta-badge::before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: currentColor;
        }

    .tb-inprog {
        background: rgba(37,99,235,0.08);
        color: #2563EB;
        border: 1px solid rgba(37,99,235,.2);
    }

    .tb-pending {
        background: rgba(217,119,6,0.09);
        color: #D97706;
        border: 1px solid rgba(217,119,6,.2);
    }

    .tb-done {
        background: rgba(5,150,105,0.09);
        color: #059669;
        border: 1px solid rgba(5,150,105,.2);
    }

    .tb-blocked {
        background: rgba(220,38,38,0.08);
        color: #DC2626;
        border: 1px solid rgba(220,38,38,.2);
    }
    /* ── workflow progress bar ── */
    .ta-workflow-strip {
        background: var(--c-surface);
        border: 1px solid var(--c-border);
        border-radius: var(--r-xl);
        padding: 14px 20px;
        box-shadow: var(--shadow);
        overflow-x: auto;
    }

    .ta-wf-inner {
        display: flex;
        align-items: center;
        gap: 0;
        min-width: max-content;
    }

    .ta-wf-step {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 16px;
        border-radius: var(--r-lg);
        font-size: 12px;
        font-weight: 600;
        flex-shrink: 0;
        transition: background .2s;
        cursor: default;
    }

        .ta-wf-step .wf-num {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--f-mono);
            font-size: 9px;
            font-weight: 700;
            background: var(--c-surface-3);
            color: var(--c-text-3);
        }

        .ta-wf-step.wf-done {
            background: var(--c-green-d);
            color: var(--c-green);
        }

            .ta-wf-step.wf-done .wf-num {
                background: var(--c-green);
                color: #fff;
            }

        .ta-wf-step.wf-active {
            background: var(--c-primary-d);
            color: var(--c-primary);
        }

            .ta-wf-step.wf-active .wf-num {
                background: var(--c-primary);
                color: #fff;
            }

        .ta-wf-step.wf-wait {
            color: var(--c-text-4);
        }

    .ta-wf-arrow {
        color: var(--c-border-2);
        font-size: 18px;
        padding: 0 2px;
        flex-shrink: 0;
    }

    * {
        scrollbar-width: thin;
        scrollbar-color: #c1c9d2 transparent;
    }

    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #c1c9d2;
        border-radius: 999px;
    }

    .ml-auto, .mx-auto {
        margin-left: auto !important;
    }
    /* ========================================
   Fixed Footer Action Bar
   SmartAdmin v5 compatible
   ======================================== */

    .fixed-footer-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1030;
        background-color: var(--app-panel-bg,#fff);
        border-top: 1px solid #dee2e6;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
        padding: 0.8rem 1.5rem;
        gap: 0.5rem;
    }
    /* Push page content up so it's not hidden behind the bar */
    .main-content {
        padding-bottom: 70px;
    }
    /* Align buttons to the right instead */
    .fixed-footer-bar.footer-bar-right {
        justify-content: flex-end;
    }
    /* Align buttons to the left */
    .fixed-footer-bar.footer-bar-left {
        justify-content: flex-start;
    }
    /* Space between left group and right group */
    .fixed-footer-bar.footer-bar-split {
        justify-content: space-between;
    }
    /* Respect sidebar width on desktop */
    @media (min-width: 992px) {
        .fixed-footer-bar {
            left: var(--menu-width, 250px); /* adjust to match your sidebar */
        }

        .set-nav-minified .fixed-footer-bar {
            left: var(--menu-minified-width, 70px);
        }

        .nav-function-hidden .fixed-footer-bar {
            left: 0;
        }
    }
    /* Full width on mobile */
    @media (max-width: 991px) {
        .fixed-footer-bar {
            left: 0;
        }
    }

    .div-centerbtn {
        display: flex;
        justify-content: center;
    }

    :root {
        --c-bg: #F7F8FC;
        --c-surface: #FFFFFF;
        --c-surface-2: #F0F3FA;
        --c-surface-3: #E8ECF5;
        --c-border: #DDE2EE;
        --c-border-2: #C8CFDF;
        --c-primary: #1A56DB;
        --c-primary-h: #1648C0;
        --c-primary-d: rgba(26,86,219,0.08);
        --c-primary-g: rgba(26,86,219,0.16);
        --c-green: #059669;
        --c-green-d: rgba(5,150,105,0.09);
        --c-amber: #D97706;
        --c-amber-d: rgba(217,119,6,0.09);
        --c-red: #DC2626;
        --c-red-d: rgba(220,38,38,0.08);
        --c-blue: #2563EB;
        --c-blue-d: rgba(37,99,235,0.08);
        --c-violet: #7C3AED;
        --c-violet-d: rgba(124,58,237,0.08);
        --c-text: #0F172A;
        --c-text-2: #334155;
        --c-text-3: #64748B;
        --c-text-4: #94A3B8;
        --f-sans: 'Plus Jakarta Sans', sans-serif;
        --f-mono: 'JetBrains Mono', monospace;
        --r-sm: 4px;
        --r-md: 8px;
        --r-lg: 12px;
        --r-xl: 16px;
        --r-2xl: 20px;
        --shadow-sm: 0 1px 2px rgba(0,0,0,0.06);
        --shadow: 0 1px 4px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.05);
        --shadow-md: 0 4px 12px rgba(0,0,0,0.08), 0 2px 4px rgba(0,0,0,0.05);
        --shadow-lg: 0 8px 24px rgba(0,0,0,0.10), 0 2px 6px rgba(0,0,0,0.06);
    }
    /** loader start **/
    #loading-image {
        position: absolute;
        top: 45%;
        left: 45%;
        z-index: 9999;
    }

    .loader {
        width: 60px;
        height: 60px;
        position: relative;
        margin: auto;
    }

    #loading-screen {
        position: fixed;
        inset: 0;
        background: rgba(255,255,255,.9);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99999;
    }

    .loader-bars {
        display: flex;
        gap: 6px;
    }

        .loader-bars div {
            width: 8px;
            height: 50px;
            border-radius: 8px;
            animation: bars 1s infinite ease-in-out;
        }

    .sh1 {
        background: #4e73df;
    }

    .sh2 {
        background: #1cc88a;
    }

    .loader-bars div:nth-child(2) {
        animation-delay: .1s;
    }

    .loader-bars div:nth-child(3) {
        animation-delay: .2s;
    }

    .loader-bars div:nth-child(4) {
        animation-delay: .3s;
    }

    .loader-bars div:nth-child(5) {
        animation-delay: .4s;
    }

    .spLoadingtext {
        margin-top: 12px;
        font-size: 14px;
        color: #666;
        font-weight: 500;
    }

    @keyframes bars {
        0%, 100% {
            transform: scaleY(.4);
        }

        50% {
            transform: scaleY(1);
        }
    }
    /** loader end **/

/*#region Button with Arrow*/
    .button-group .btn {
        min-width: 110px;
        white-space: nowrap;
        font-size: 12px;
    }
    
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0 !important;
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute !important;
        clip: rect(0, 0, 0, 0) !important;
        pointer-events: none !important;
    }

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.125rem 18px;
    height: 1.15969rem;
    opacity: 0;
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.9375rem;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(67, 89, 113, 0.1);
    box-shadow: 0 0.25rem 1rem rgba(161, 172, 184, 0.45);
    border-radius: 0.5rem;
}

    .toast.showing {
        opacity: 0;
    }

    .toast:not(.show) {
        display: none;
    }

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

    .toast-container > :not(:last-child) {
        margin-bottom: 1.25rem;
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: 1.25rem 1.25rem;
    color: #697a8d;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 0 solid transparent;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

    .toast-header .btn-close {
        margin-right: -0.625rem;
        margin-left: 1.25rem;
    }

.toast-body {
    padding: 1.25rem;
    word-wrap: break-word;
}

.bg-secondary.toast, .bg-secondary.bs-toast {
    color: #fff;
    background-color: rgba(133, 146, 163, 0.85) !important;
    box-shadow: 0 0.25rem 1rem rgba(133, 146, 163, 0.4);
}

    .bg-secondary.toast .toast-header, .bg-secondary.bs-toast .toast-header {
        color: #fff;
    }

        .bg-secondary.toast .toast-header .btn-close, .bg-secondary.bs-toast .toast-header .btn-close {
            background-color: #8592a3 !important;
            background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            box-shadow: 0 0.1875rem 0.375rem 0 rgba(133, 146, 163, 0.4) !important;
        }

.bg-success.toast, .bg-success.bs-toast {
    color: #fff;
    background-color: rgba(113, 221, 55, 0.85) !important;
    box-shadow: 0 0.25rem 1rem rgba(113, 221, 55, 0.4);
}

    .bg-success.toast .toast-header, .bg-success.bs-toast .toast-header {
        color: #fff;
    }

        .bg-success.toast .toast-header .btn-close, .bg-success.bs-toast .toast-header .btn-close {
            background-color: #71dd37 !important;
            background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            box-shadow: 0 0.1875rem 0.375rem 0 rgba(113, 221, 55, 0.4) !important;
        }

.bg-info.toast, .bg-info.bs-toast {
    color: #fff;
    background-color: rgba(3, 195, 236, 0.85) !important;
    box-shadow: 0 0.25rem 1rem rgba(3, 195, 236, 0.4);
}

    .bg-info.toast .toast-header, .bg-info.bs-toast .toast-header {
        color: #fff;
    }

        .bg-info.toast .toast-header .btn-close, .bg-info.bs-toast .toast-header .btn-close {
            background-color: #03c3ec !important;
            background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            box-shadow: 0 0.1875rem 0.375rem 0 rgba(3, 195, 236, 0.4) !important;
        }

.bg-warning.toast, .bg-warning.bs-toast {
    color: #fff;
    background-color: rgba(255, 171, 0, 0.85) !important;
    box-shadow: 0 0.25rem 1rem rgba(255, 171, 0, 0.4);
}

    .bg-warning.toast .toast-header, .bg-warning.bs-toast .toast-header {
        color: #fff;
    }

        .bg-warning.toast .toast-header .btn-close, .bg-warning.bs-toast .toast-header .btn-close {
            background-color: #ffab00 !important;
            background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            box-shadow: 0 0.1875rem 0.375rem 0 rgba(255, 171, 0, 0.4) !important;
        }

.bg-danger.toast, .bg-danger.bs-toast {
    color: #fff;
    background-color: rgba(255, 62, 29, 0.85) !important;
    box-shadow: 0 0.25rem 1rem rgba(255, 62, 29, 0.4);
}

    .bg-danger.toast .toast-header, .bg-danger.bs-toast .toast-header {
        color: #fff;
    }

        .bg-danger.toast .toast-header .btn-close, .bg-danger.bs-toast .toast-header .btn-close {
            background-color: #ff3e1d !important;
            background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            box-shadow: 0 0.1875rem 0.375rem 0 rgba(255, 62, 29, 0.4) !important;
        }

.bg-light.toast, .bg-light.bs-toast {
    color: #fff;
    background-color: rgba(252, 253, 253, 0.85) !important;
    box-shadow: 0 0.25rem 1rem rgba(252, 253, 253, 0.4);
}

    .bg-light.toast .toast-header, .bg-light.bs-toast .toast-header {
        color: #fff;
    }

        .bg-light.toast .toast-header .btn-close, .bg-light.bs-toast .toast-header .btn-close {
            background-color: #fcfdfd !important;
            background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            box-shadow: 0 0.1875rem 0.375rem 0 rgba(252, 253, 253, 0.4) !important;
        }

.bg-dark.toast, .bg-dark.bs-toast {
    color: #fff;
    background-color: rgba(35, 52, 70, 0.85) !important;
    box-shadow: 0 0.25rem 1rem rgba(35, 52, 70, 0.4);
}

    .bg-dark.toast .toast-header, .bg-dark.bs-toast .toast-header {
        color: #fff;
    }

        .bg-dark.toast .toast-header .btn-close, .bg-dark.bs-toast .toast-header .btn-close {
            background-color: #233446 !important;
            background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            box-shadow: 0 0.1875rem 0.375rem 0 rgba(35, 52, 70, 0.4) !important;
        }

.bg-gray.toast, .bg-gray.bs-toast {
    color: #fff;
    background-color: rgba(67, 89, 113, 0.85) !important;
    box-shadow: 0 0.25rem 1rem rgba(67, 89, 113, 0.4);
}

    .bg-gray.toast .toast-header, .bg-gray.bs-toast .toast-header {
        color: #fff;
    }

        .bg-gray.toast .toast-header .btn-close, .bg-gray.bs-toast .toast-header .btn-close {
            background-color: rgba(67, 89, 113, 0.1) !important;
            background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            box-shadow: 0 0.1875rem 0.375rem 0 rgba(67, 89, 113, 0.4) !important;
        }

.bs-toast[class^=bg-],
.bs-toast[class*=" bg-"] {
    border: none;
}

.toast.bs-toast {
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 1095;
}

    .toast.bs-toast .toast-header {
        padding-bottom: 0.5rem;
        position: relative;
    }

        .toast.bs-toast .toast-header .btn-close {
            position: absolute;
            top: -8px;
            border-radius: 0.375rem;
            padding: 0.45rem;
            background-size: 0.625em;
            transition: all 0.23s ease 0.1s;
            background-color: #fff;
            box-shadow: 0 0.125rem 0.25rem rgba(161, 172, 184, 0.4);
            right: 2px;
        }

            .toast.bs-toast .toast-header .btn-close:hover, .toast.bs-toast .toast-header .btn-close:focus, .toast.bs-toast .toast-header .btn-close:active {
                opacity: 1;
                outline: none;
            }

        .toast.bs-toast .toast-header ~ .toast-body {
            padding-top: 0;
        }

.toast-ex {
    position: fixed;
    top: 4.1rem;
    right: 2.5rem;
}

.toast-placement-ex {
    position: fixed;
}
/*#endregion*/

