/* shanti ADMIN PANEL STYLE */
/* MAKE WITH LOVE BY: @GPRMNP */

/* 
COLOR
PRIMARY : #1C5DDC
PRIMARY SECONDARY : #D9E6FF
SECONDARY : #9F9F9F
GREY : #DDDDDD
WARNING : #FFB26B

FONT
SMALL: 14px
MID: 16px
LARGE: 22px

FORMAT CLASS : liveagent-section-classname
*/

.ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners {
    z-index: 10055 !important;
}

body, *{
    font-family: 'Poppins', sans-serif;
    margin:0px;
    padding:0px;
}

/* LOADER */
.liveagent-loader{
    background:#fff;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: block;
    position: fixed;
}

.liveagent-loader .liveagent-bounce{
    animation: bounce2 2s ease infinite;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* AUTH */
.liveagent-bg-auth .liveagent-icon-top-left{
    position: absolute;
    width: 150px;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.liveagent-bg-auth .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.liveagent-card-auth{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 45px 28px;
}

.liveagent-color-primary{
    color: #0967b0;
}

.liveagent-card-auth p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #9A9A9A;
    margin-bottom: 25px;
}

.liveagent-card-auth .liveagent-forgot-password{
    color: #0967b0;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    margin: 20px 0px;
    display: block;
    transition: 0.3s;
}

.liveagent-card-auth .liveagent-forgot-password:hover{
    color:#153269;
}

.liveagent-card-auth .liveagent-btn-login{
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    background: #0967b0;
    border-radius: 5px;
    padding: 10px 0px;
    transition: 0.3s;
}

.liveagent-card-auth .liveagent-btn-login:hover{
    background:#153269;
}

/* LABEL */
label{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* FORM CONTROL */
.form-control{
    background: #FFFFFF;
    border: 1px solid rgba(59, 98, 175, 0.5);
    border-radius: 5px;
    font-size: 17px;
    padding: 10px 16px;
}

/* CHOSEN */
.chosen-container{
    width: 100% !important;
}

.chosen-container-single .chosen-single span{
    margin-top:6px !important
}

.chosen-container-single .chosen-single{
    height:38px !important
}

.chosen-container-single .chosen-single div{
    top: 7px !important;
}
/* END CHOOSEN */

/* TOKEN INPUT */
.token-input-token-facebook p {
    font-size: 1.0em;
    color: #fff;
}
.token-input-selected-token-facebook p {
    color: #fff;
}

ul.token-input-list {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    width: 400px;
    border: 1px solid #999;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 350px;
    padding: 3px 8px;
    background-color: white;
    -webkit-appearance: caret;
}

li.token-input-token {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: #d0efa0;
    color: #000;
    font-weight: bold;
    cursor: default;
    display: block;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #08844e;
    color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #d0efa0;
}

ul.token-input-list-facebook {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    border: 1px solid #8496ba;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden;
    height: auto !important;
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #0967b0;
    color: #000;
    cursor: default;
    border: 1px solid #0967b0;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
    word-break: break-all;
    white-space: break-spaces;
}

li.token-input-token-facebook span {
    color: #fff;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3b5998;
    color: #fff;
}
/* END TOKEN INPUT */

/* CAMPURAN */
.liveagent-header-icon-menu-i{
    font-size: 24px;
    margin-top: -4px;
}
.user-profile-img{
    display: flex;
    line-height: 10px;
}
.user-profile-img div {
    margin-left: 10px;
}
.user-profile-img div h4{
    font-size: 16px;
    margin-bottom: 0px;
}
.user-profile-img div small{
    font-size: 11px;
    text-transform: capitalize;
}
table.dataTable, table.dataTable>tbody>tr.child ul.dtr-details{
    width:100% !important;
}
.liveagent-flex-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-right{
    text-align: right !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: flex !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
table.dataTable>tbody>tr.child ul.dtr-details>li{
    border-bottom: 0px solid #000 !important;
}

.float-right{
    float:right !important;
}

.form-otp .form-control-otp {
    display: block;
    height: 50px;
    margin-right: 0.5rem;
    text-align: center;
    font-size: 1.25rem;
    min-width: 0;
}
.form-otp .form-control-otp:last-child {
    margin-right: 0;
}

.swal-text{
    text-align: center !important;
}

.mr-1{
    margin-right: 5px !important;
}

.mr-2{
    margin-right: 10px !important;
}

.mr-3{
    margin-right: 15px !important;
}

.form-select{
    padding:12px 38px 12px 16px;
}

label{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

@media(max-width:767px) {
    table.dataTable>tbody>tr.child ul.dtr-details {
        display: inline-block !important;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    table.dataTable>tbody>tr.child ul.dtr-details>li{
        border-bottom: 0px solid #efefef !important;
    }
}
/* ANIMATION */
@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

.task-list-section {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap
}

.task-list-container {
    width: 270px;
    flex-shrink: 0
}

.connect-sorting-todo {
    background: #eaeff4!important
}

.connect-sorting-inprogress {
    background-color: #e8f7ff!important
}

.connect-sorting-pending {
    background-color: #ebf3fe!important
}

.connect-sorting-done {
    background-color: #e6fffa!important
}

.connect-sorting {
    padding: 20px;
    background: #eaeff4;
    border-radius: 12px
}

.connect-sorting .task-container-header {
    display: flex;
    justify-content: space-between;
    padding: 6px 3px 18px
}

.connect-sorting .task-container-header .dropdown-toggle::after {
    display: none
}

.connect-sorting .add-s-task .addTask,.connect-sorting .task-container-header .dropdown .dropdown-toggle {
    width: 24px;
    height: 24px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 30px rgba(0,0,0,.12);
    border-radius: 100%;
    background-color: var(--bs-body-bg);
    font-weight: 700
}

.scrumboard .task-header {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 11px 13px
}

.scrumboard .task-content {
    padding: 11px 13px
}

.scrumboard .task-header .dropdown .dropdown-toggle::after {
    display: none
}

.scrumboard .task-header .h4,.scrumboard .task-header h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0
}

.scrumboard .task-header .h4:hover,.scrumboard .task-header h4:hover {
    cursor: move
}

.scrumboard .card {
    background: var(--bs-body-bg);
    border: none;
    border-radius: 12px;
    margin-bottom: 15px;
    border: none
}

.scrumboard .card .card-body {
    padding: 0
}

.scrumboard .card .card-body .task-body .task-bottom {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    padding: 12px 15px
}

.scrumboard .card .card-body .task-body .task-bottom div.tb-section-1 span:hover {
    /* color: #0967b0; */
    cursor: pointer
}

.scrumboard .card .card-body .task-body .task-bottom div.tb-section-2 i.ti-pencil:hover {
    /* color: #0967b0 */
}

.scrumboard .card.img-task .card-body .task-content img {
    height: 106px;
    width: 100%
}

.scrumboard .card.simple-title-task .card-body .task-header {
    margin-bottom: 0;
    padding: 11px 13px
}

.scrumboard .card.simple-title-task .card-body .task-header div:nth-child(1) {
    width: 70%
}

.scrumboard .card.simple-title-task .card-body .task-header div:nth-child(2) {
    width: 30%;
    text-align: right
}

.scrumboard .card.simple-title-task .card-body .task-body .task-bottom {
    padding: 3px 15px 11px 15px
}

.ui-state-highlight {
    position: relative;
    border-color: #0967b0;
    height: 141px;
    margin-bottom: 36px;
    border-radius: 15px;
    border: 2px dashed #0967b0;
    background-color: var(--bs-body-bg);
    box-shadow: rgba(145,158,171,.2) 0 0 2px 0,rgba(145,158,171,.12) 0 12px 24px -4px;
    background-image: linear-gradient(45deg,rgba(93,135,255,.09) 25%,transparent 25%,transparent 50%,rgba(93,135,255,.09) 50%,rgba(93,135,255,.09) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.connect-sorting-content {
    min-height: 60px
}

.br-10{
    border-radius: 10px;
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    100% {
        background-position: 0 0
    }
}

.scroll-x{
    overflow-x: scroll !important;
}

.table-report tr th{
    padding: 6px;
    background-color: whitesmoke;
    border: 0px solid #ddd;
    font-size: 11px;
}

.table-report input, .table-report select{
    padding: 5px;
    font-size: 10px;
    border-radius: 0px;
}

.first-col {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    left: 0px;
    margin-left: 1px;
}

.second-col {
    width: 105px;
    min-width: 105px;
    max-width: 105px;
    left: 100px;
}

.third-col {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    left: 100px;
}

.fourth-col {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
    left: 305px;
}

.fifth-col {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    left: 200px;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
}

.table-report{
    margin-bottom: 0px !important;
}

.table-report tbody tr td {
    padding: 6px;
    font-size: 11px;
    background: #fff;
}

.table-report thead{
    position: sticky;
    top: 0;
    z-index: 2;
}

.scroll-y-table{
    height: calc(100vh - 160px);
    overflow-y: scroll;
}

.wizard-content .wizard {
    width: 100%;
    overflow: hidden
}

.wizard-content .wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard-content .wizard>.steps>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none
}

.wizard-content .wizard>.steps>ul>li {
    float: none;
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative
}

.wizard-content .wizard>.steps>ul>li:after {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    right: 0
}

.wizard-content .wizard>.steps>ul>li:before {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    left: 0
}

.wizard-content .wizard>.steps>ul>li a {
    position: relative;
    padding-top: 52px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block
}

.wizard-content .wizard>.steps>ul>li:first-child:before {
    content: none
}

.wizard-content .wizard>.steps>ul>li:last-child:after {
    content: none
}

.wizard-content .wizard>.steps>ul>li.current>a {
    color: #5a6a85;
    cursor: default
}

.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #0967b0;
    background-color: #fff;
    color: #0967b0
}

.wizard-content .wizard>.steps>ul>li.disabled a {
    color: #5a6a85;
    cursor: default
}

.wizard-content .wizard>.steps>ul>li.disabled a:focus {
    color: #5a6a85;
    cursor: default
}

.wizard-content .wizard>.steps>ul>li.disabled a:hover {
    color: #5a6a85;
    cursor: default
}

.wizard-content .wizard>.steps>ul>li.done a {
    color: #5a6a85
}

.wizard-content .wizard>.steps>ul>li.done a:focus {
    color: #5a6a85
}

.wizard-content .wizard>.steps>ul>li.done a:hover {
    color: #5a6a85
}

.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #0967b0;
    border-color: #0967b0;
    color: #fff
}

.wizard-content .wizard>.steps>ul>li.error .step {
    border-color: #fa896b;
    color: #fa896b
}

.wizard-content .wizard>.steps .current-info {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.steps .current a {
    background: 0 0
}

.wizard-content .wizard>.steps .disabled a {
    background: 0 0
}

.wizard-content .wizard>.steps .disabled a:hover {
    background: 0 0
}

.wizard-content .wizard>.steps .disabled a:active {
    background: 0 0
}

.wizard-content .wizard>.steps .done a {
    background: 0 0
}

.wizard-content .wizard>.steps .done a:hover {
    background: 0 0
}

.wizard-content .wizard>.steps .done a:active {
    background: 0 0
}

.wizard-content .wizard>.steps .step {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    z-index: 1;
    text-align: center
}

.wizard-content .wizard .content {
    margin-left: 0!important
}

.wizard-content .wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    padding: 0 20px 20px
}

.wizard-content .wizard>.actions a {
    background: 0 0
}

.wizard-content .wizard>.actions a:hover {
    background: 0 0
}

.wizard-content .wizard>.actions>ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0
}

.wizard-content .wizard>.actions>ul>li {
    float: none;
    float: left
}

.wizard-content .wizard>.actions>ul>li>a {
    background: #615dff;
    color: #fff;
    display: block;
    padding: 7px 12px;
    border-radius: 4px;
    border: 1px solid transparent
}

.wizard-content .wizard>.actions>ul>li>a:focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,.05) inset;
    box-shadow: 0 0 0 100px rgba(0,0,0,.05) inset
}

.wizard-content .wizard>.actions>ul>li>a:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,.05) inset;
    box-shadow: 0 0 0 100px rgba(0,0,0,.05) inset
}

.wizard-content .wizard>.actions>ul>li>a:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,.1) inset;
    box-shadow: 0 0 0 100px rgba(0,0,0,.1) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fff;
    color: #2a3547;
    border: 1px solid #d9d9d9
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,.02) inset;
    box-shadow: 0 0 0 100px rgba(0,0,0,.02) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,.02) inset;
    box-shadow: 0 0 0 100px rgba(0,0,0,.02) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,.04) inset;
    box-shadow: 0 0 0 100px rgba(0,0,0,.04) inset
}

.wizard-content .wizard>.actions>ul:after {
    content: "";
    display: table;
    clear: both
}

.wizard-content .wizard>.actions>ul>li+li {
    margin-left: 10px
}

.wizard-content .wizard>.actions>ul>li.disabled>a {
    color: #5a6a85
}

.wizard-content .wizard>.actions>ul>li.disabled>a:focus {
    color: #5a6a85
}

.wizard-content .wizard>.actions>ul>li.disabled>a:hover {
    color: #5a6a85
}

.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"] {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wizard-content .wizard>.content {
    background: 0 0;
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0
}

.wizard-content .wizard>.content>.title {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.content>.body {
    padding: 0 20px
}

.wizard-content .wizard>.content>iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: #0967b0
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: #0967b0
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after {
    background-color: #f6f9fc
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after {
    background-color: #f6f9fc
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background-color: #f6f9fc
}

.wizard-content .wizard.wizard-circle>.steps .step {
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 3px solid #f6f9fc;
    font-size: 1.3rem;
    border-radius: 50%
}

.wizard-content .wizard.wizard-notification>.steps>ul>li:after {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #0967b0
}

.wizard-content .wizard.wizard-notification>.steps>ul>li:before {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #0967b0
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step {
    border: 2px solid #0967b0;
    color: #0967b0;
    line-height: 36px
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step:after {
    border-top-color: #0967b0
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current:after {
    background-color: #f6f9fc
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step {
    color: #fff
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step:after {
    border-top-color: #0967b0
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:after {
    background-color: #f6f9fc
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:before {
    background-color: #f6f9fc
}

.wizard-content .wizard.wizard-notification>.steps .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    border-radius: 15%;
    background-color: #f6f9fc
}

.wizard-content .wizard.wizard-notification>.steps .step:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    margin-bottom: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #f6f9fc
}

.wizard-content .wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 20%
}

.wizard-content .wizard.vertical>.steps>ul>li {
    display: block;
    width: 100%
}

.wizard-content .wizard.vertical>.steps>ul>li:after {
    background-color: transparent
}

.wizard-content .wizard.vertical>.steps>ul>li:before {
    background-color: transparent
}

.wizard-content .wizard.vertical>.steps>ul>li.current:after {
    background-color: transparent
}

.wizard-content .wizard.vertical>.steps>ul>li.current:before {
    background-color: transparent
}

.wizard-content .wizard.vertical>.steps>ul>li.current~li:after {
    background-color: transparent
}

.wizard-content .wizard.vertical>.steps>ul>li.current~li:before {
    background-color: transparent
}

.wizard-content .wizard.vertical.wizard>.content {
    min-width: 80%
}

@media (max-width: 768px) {
    .wizard-content .wizard>.steps>ul {
        margin-bottom:20px
    }

    .wizard-content .wizard>.steps>ul>li {
        display: block;
        float: left;
        width: 33.3%
    }

    .wizard-content .wizard>.steps>ul>li>a {
        margin-bottom: 0
    }

    .wizard-content .wizard>.steps>ul>li:first-child:before {
        content: ""
    }

    .wizard-content .wizard>.steps>ul>li:last-child:after {
        content: "";
        background-color: #0967b0
    }

    .wizard-content .wizard.vertical>.steps {
        width: 15%
    }
}

@media (max-width: 480px) {
    .wizard-content .wizard>.steps>ul>li {
        width:100%
    }

    .wizard-content .wizard>.steps>ul>li.current:after {
        background-color: #0967b0
    }

    .wizard-content .wizard.vertical>.steps {
        width: 100%;
        float: none
    }

    .wizard-content .wizard.vertical>.steps>ul>li {
        display: block;
        float: left;
        width: 50%
    }
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right
}

.wizard>.actions>ul>li {
    float: left;
    margin: 0 .5em
}

.wizard>.actions a {
    background: #0967b0;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.actions a:hover {
    background: #0967b0;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.actions a:active {
    background: #0967b0;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.actions .disabled a {
    background: #ebf1f6;
    color: #5a6a85
}

.wizard>.actions .disabled a:hover {
    background: #ebf1f6;
    color: #5a6a85
}

.wizard>.actions .disabled a:active {
    background: #ebf1f6;
    color: #5a6a85
}

.wizard.vertical .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%
}

.wizard.vertical .actions ul li {
    margin: 0 0 0 1em
}

.wizard-content .wizard .actions ul li.disabled a {
    color: #5a6a85
}

.wizard-content .wizard .actions ul li.disabled a:hover {
    color: #fff
}

.wizard-content .wizard .actions ul li a {
    background: #0967b0
}

.wizard-content .wizard .actions ul li a:hover {
    background: #0967b0;
    color: #fff
}

.wizard {
    display: block;
    width: 100%;
    overflow: hidden
}

.wizard a {
    outline: 0
}

.wizard ul {
    list-style: none!important;
    padding: 0;
    margin: 0
}

.wizard ul>li {
    display: block;
    padding: 0
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard>.steps .current-info {
    position: absolute;
    left: -999em
}

.wizard>.steps .number {
    font-size: 1.429em
}

.wizard>.steps>ul>li {
    width: 33.3%;
    float: left
}

.wizard>.steps a {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.steps a:hover {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.steps .disabled a {
    background: #ebf1f6;
    color: #aaa;
    cursor: default
}

.wizard>.steps .disabled a:hover {
    background: #ebf1f6;
    color: #aaa;
    cursor: default
}

.wizard>.steps .disabled a:active {
    background: #ebf1f6;
    color: #aaa;
    cursor: default
}

.wizard>.steps .current a {
    background: #0967b0;
    color: #fff;
    cursor: default
}

.wizard>.steps .current a:active {
    background: #0967b0;
    color: #fff;
    cursor: default
}

.wizard>.steps .done a {
    background: #9dc8e2;
    color: #fff
}

.wizard>.steps .done a:hover {
    background: #9dc8e2;
    color: #fff
}

.wizard>.steps .done a:active {
    background: #9dc8e2;
    color: #fff
}

.wizard>.steps .error a {
    background: #ff3111;
    color: #fff
}

.wizard>.steps .error a:hover {
    background: #ff3111;
    color: #fff
}

.wizard>.steps .error a:active {
    background: #ff3111;
    color: #fff
}

.wizard>.content {
    background: #ebf1f6;
    display: block;
    margin: .5em;
    min-height: 26em;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.content>.title {
    position: absolute;
    left: -999em
}

.wizard>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%
}

.wizard>.content>.body ul {
    list-style: disc!important
}

.wizard>.content>.body ul>li {
    display: list-item
}

.wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%
}

.wizard>.content>.body input {
    display: block;
    border: 1px solid #ccc
}

.wizard>.content>.body input[type=checkbox] {
    display: inline-block
}

.wizard>.content>.body input.error {
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #8a1f11
}

.wizard>.content>.body label {
    display: inline-block;
    margin-bottom: .5em
}

.wizard>.content>.body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right
}

.wizard>.actions>ul>li {
    float: left;
    margin: 0 .5em
}

.wizard>.actions a {
    background: #0967b0;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.actions a:hover {
    background: #0967b0;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.actions a:active {
    background: #0967b0;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.actions .disabled a {
    background: #ebf1f6;
    color: #aaa
}

.wizard>.actions .disabled a:hover {
    background: #ebf1f6;
    color: #aaa
}

.wizard>.actions .disabled a:active {
    background: #ebf1f6;
    color: #aaa
}

fieldset {
    font-family: sans-serif;
    border: 2px solid #0967b0;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-top:15px
}

fieldset legend {
    background: #ddd;
    color: #000;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0px;
    margin-left: 0px;
    width: auto;
    margin-top: -30px;
}

.form-select {
    padding: 10px 38px 10px 16px;
}

.table-report tbody tr:nth-of-type(odd) .first-col, .table-report tbody tr:nth-of-type(odd) .second-col, .table-report tbody tr:nth-of-type(odd) .third-col, .table-report tbody tr:nth-of-type(odd) .fourth-col, .table-report tbody tr:nth-of-type(odd) .fiveth-col, .table-report tbody tr:nth-of-type(odd) .sixth-col {
    background-color: #EAEFF4 !important;
}

.table-report tbody tr:nth-of-type(even) .first-col, .table-report tbody tr:nth-of-type(even) .second-col, .table-report tbody tr:nth-of-type(even) .third-col, .table-report tbody tr:nth-of-type(even) .fourth-col, .table-report tbody tr:nth-of-type(even) .fiveth-col, .table-report tbody tr:nth-of-type(even) .sixth-col {
    background-color: #fff !important;
}

.table-report-sub tbody tr:nth-of-type(odd) .first-col, .table-report-sub tbody tr:nth-of-type(odd) .second-col, .table-report-sub tbody tr:nth-of-type(odd) .third-col, .table-report-sub tbody tr:nth-of-type(odd) .fourth-col, .table-report-sub tbody tr:nth-of-type(odd) .fiveth-col, .table-report-sub tbody tr:nth-of-type(odd) .sixth-col {
    background-color: #EAEFF4 !important;
}

.table-report-sub tbody tr:nth-of-type(even) .first-col, .table-report-sub tbody tr:nth-of-type(even) .second-col, .table-report-sub tbody tr:nth-of-type(even) .third-col, .table-report-sub tbody tr:nth-of-type(even) .fourth-col, .table-report-sub tbody tr:nth-of-type(even) .fiveth-col, .table-report-sub tbody tr:nth-of-type(even) .sixth-col {
    background-color: #fff !important;
}

.fullscreen-table{
    position: fixed;
    inset: 0px;
    z-index: 999;
    height: calc(100vh - 85px);
    top: 37px;
    background: #fff
}

.back-fullscreen{
    display:none
}

.top-fullscreen{
    display: block;
    position: fixed;
    z-index: 101;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    right: 0;
}

#back-fullscreen{
    position: fixed;
    top: 0;
    right: 0;
}

.bottom-fullscreen{
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
    z-index: 102;
}

.download-top-right{
    position: fixed;
    top: 0;
    right: 50px;
    z-index: 1000;
}

.add-top-right{
    position: fixed;
    top: 0;
    right: 100px;
    z-index: 1000;
}

.show-top-right{
    position: fixed;
    top: 0;
    right: 100px;
    z-index: 1000;
    width: 130px;
    height: 37px;
    padding: 5px;
}

.tgl-top-right{
    position: fixed;
    top: 0;
    right: 230px;
    z-index: 1000;
    width: 130px;
    height: 37px;
    padding: 5px;
}

.group-top-right{
    position: fixed;
    top: -4px;
    right: 40px;
    z-index: 1000;
    padding: 5px;
}

.cursor-pointer{
    cursor: pointer
}

.form-no-edit{
    background: transparent !important;
    color: #fff;
    border: 0px;
    padding: 0px !important;
    white-space: break-spaces;
}

.form-control:focus{
    background:#fff !important;
}

.pin-report{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 7px;
    background: #f0ce0d;
    color: #000;
    height: 13px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom-right-radius: 12px;
}

.non-pin-report{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 7px;
    background: #cacaca;
    color: #000;
    height: 13px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom-right-radius: 12px;
    transition:0.3s;
}

.non-pin-report:hover{
    background: #f0ce0d;
}

.pin-report i {
    transform: rotate(45deg);
    margin-top: -2px;
    margin-left: -3px;
}

.non-pin-report i{
    margin-top: -2px;
    margin-left: -3px;
}

.chat-floating{
    position: fixed;
    bottom: 0px;
    right: 30px;
    width: 270px;
    background: #ffffff;
    display: block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.15);
    z-index: 100;
    height: 408px;
    transition:0.3s;
    border: 1px solid #cacaca;
}

.chat-floating .list-chat .header-floating{
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.chat-floating .list-chat .header-floating h4{
    font-size: 16px;
    margin-bottom: 0px;
}

#back-list{
    font-size:20px;
    cursor:pointer;
}

.chat-hide{
    height:41px;
}

.thread-chat{
    background: #2596f8;
    color: #fff;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 10px;
    transition: 0.3s;
}

.thread-chat:hover{
    color: #2596f8;
    background: #fff;
}

.warning-notif-report{
    background: #FA896B;
    color: #fff;
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 10px;
    transition: 0.3s;
}

.success-notif-report{
    background: #0967b0;
    color: #fff;
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 10px;
    transition: 0.3s;
}

.duplicate-thread{
    background: #0967b0;
    color: #fff;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 10px;
    transition: 0.3s;
}

.duplicate-thread:hover{
    color: #00e29c;
    background: #fff;
}

.top-3px{
    top:3px !important;
}

.tr-fold{
    display: none;
}

.tr-open{
    display: table-row;
}

.bottom-chat {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .cup {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 0.5px solid #7676765c;
    width: 100%;
    gap: 10px;
    padding: 2px 15px;
    border-radius: 40px;
    overflow: hidden;
  }
  
  .cup > .picker {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: clamp(35px, 35px, 35px);
    height: clamp(35px, 35px, 35px);
    user-select: none;
  }
  
  .cup > textarea {
    font-size: 0.85rem;
    font-weight: 400;
    border: none;
    outline: none;
    padding: 0 5px;
    width: 100%;
    resize: none;
    max-height: 100px;
  }
  
  .cup > .send {
    border: none;
    padding: 5px 10px;
    background-color: transparent;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    color: #0084ff;
  }
  
  .send:disabled {
    color: #0084ff8d;
  }

  .body-wrapper>.container-fluid {
    max-width: 100%;
  }

  .btn-switch-full{
    /* display: none; */
  }

  .switch-top-left{
    position: fixed;
    top: 0;
    left: 5px;
    z-index: 1000;
  }

  #logo-liveagent-report{
    display: none;
  }

  .fullscreen-logo-liveagent-report{
    display: block !important;
    position: fixed;
    top: 4px;
    left: 0;
    z-index: 1000;
  }

  .chat-wa{
    background-color: #e6ddd4;
  }

  .chat-wa::before{
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url('../images/whatsapp.png');
  }

  .bg-whatsapp{
    background: #095e54 !important;
  }

  .bg-whatsapp-light{
    background: #028878 !important
  }

  .bg-whatsapp-light-2{
    background: #d8ecea !important
  }
  
  .fs-11px{
    font-size:11px
  }

  .profile-wa-letter{
    font-size: 27px;
    width: 41px;
    height: 41px;
    display: block;
    text-align: center;
  }

  #empty-message{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .empty-chat{
    text-align: center;
    border-radius: 40px;
    padding: 5px;
  }
  .p-relative{
    position: relative;
  }

  .button-new-chat{
    position: absolute;
    z-index: 10;
    bottom: 5px;
    right: 10px;
    border-radius: 50%;
    padding: 8px 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  }

  .border-2{
    border: 2px solid transparent;
  }

  .border-2-dark{
    border: 2px solid #000 !important;
  }

  .ck.ck-content {
    height: 200px !important;
    overflow-y: scroll;
  }

  .text-white{
    color: #fff !important;
  }