* {
    padding: 0;
    margin: 0;
    box-sizing: border-box; 
}

body {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    /* font-family: 'Roboto', sans-serif; */
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}

h3 {
    font-size: 18px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-start {
    align-items: flex-start;
}

.flex-align-space-btw {
    justify-content: space-between;
}

.header {
    border-bottom: 1px solid silver;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.cm-wd-45 {
    width: 45%;
}

.cm-wd-50 {
    width: 50%;
}

.cm-wd-25 {
    width: 25%;
}

.cm-wd-30 {
    width: 30% !important;
}
.cm-wd-33{
    width: 33% !important;
}
.cm-wd-15 {
    width: 200px;
}

.cm-wd-20 {
    width: 19% !important;
}



.cm-wd-60 {
    width: 60%;
}

.cm-wd-65 {
    width: 65%;
}

.cm-wd-70 {
    width: 70%;
}

.cm-wd-75 {
    width: 75%;
}

.cm-wd-80 {
    width: 80%;
}

.cm-wd-85 {
    width: calc(100% - 200px);
}

.cm-wd-90 {
    width: 90%;
}

.cm-wd-100 {
    width: 100%;
}

.booking-section {
    /* background: #f4f6f9; */
    padding: 20px 10px;
}

.title-head.flex {
    align-items: center;
    justify-content: space-between;
}

.title-head h2 {
    font-weight: 400;
    /* margin-bottom: 20px; */
}

.title-head ul li {
    display: inline-block;
}

.cm-page-center {
    width: 1170px;
    margin: auto;
    position: relative;
}

/* Margin global */
.cm-mtb-3 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.cm-mb-2 {
    margin-bottom: 20px;
}

.cm-mt-50 {
    margin-top: 50px;
}

.cm-mt-100 {
    margin-top: 100px;
}

.cm-mt-80 {
    margin-top: 80px;
}

.cm-mb-3 {
    margin-bottom: 30px;
}

.cm-mt-3 {
    margin-top: 30px;
}

.cm-mt-2 {
    margin-top: 20px;
}

/* Button Style */
.cm-prim-btn {
    background: #2196f3;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
}

.cm-prim-sm-btn {
    background: #2196f3;
    padding: 5px 10px;
    display: inline-block;
    font-size: 13px;
    border-radius: 5px;
    color: #fff;
}

.cm-prim-btn:hover {
    box-shadow: 0px 0px 5px grey;
    color: #fff;
}

.title-head li a {
    color: #7e7bff;
}

.acc-wrapper {
    margin-bottom: 20px;
}

.acc-content {
    background: #fff;
    padding: 20px 20px 30px;
    border-radius: 0px 0px 5px 6px;
    box-shadow: 0 1px 4px #ccc;
    display: block;
}

input.btn-submit {
    padding: 11px 10px;
    border: 1px solid gray;
    background: #f2f6f9;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
}

.acc-head {
    background-color: #7467ef;
    padding: 10px 20px;
    border-radius: 6px 6px 0px 0px;
    position: relative;
    cursor: pointer;
}

.acc-head::after {
    content: "";
    right: 20px;
    top: 50%;
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #fff;
    transform: translateY(-50%);
}

.acc-head::before {
    content: "";
    right: 26px;
    top: 50%;
    position: absolute;
    width: 3px;
    height: 15px;
    background-color: #fff;
    transform: translateY(-50%);
    transition: .3s;
}

.active .acc-head::before {
    height: 0px;
}

.acc-head span {
    font-weight: 600;
    color: #fff;
    font-size: 22px;
}

.form-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-field .form_group {
    width: 48%;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

label.error {
    width: 100% !important;
    color: red;
}

.form_group label {
    font-weight: 600;
    width: 30%;
}

.form_group label sup {
    color: red;
    vertical-align: baseline;
}

.form_group .form-control {
    border: 1px solid #b5c0d1;
    padding: 10px;
    border-radius: 5px;
    width: 70%;
}

.form_group span {
    color: #58ec58;
}

.form_group textarea.form-control {
    width: 100%;
}

.green-btn {
    background: #008000;
    color: #fff;
    padding: 10px 14px;
    border-radius: 5px;
    display: inline-block;
    align-self: end;
}

.or-text {
    text-align: center;
    margin: 20px 0 0px;
}

.or-text strong {
    font-size: 26px;
    text-transform: uppercase;
    color: #ff0000;
}

.acc-content .note-editor {
    margin-bottom: 100px;
}

.field-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.inner-field input {
    margin-right: 10px;
    border: 1px solid #b5c0d1;
    padding: 10px;
    border-radius: 5px;
}

.inner-field select {
    min-width: 60px;
    margin-right: 10px;
    border: 1px solid #b5c0d1;
    padding: 10px;
    border-radius: 5px;
}

.inner-field.date-birth {
    display: flex;
    flex-wrap: wrap;
}

.inner-field.date-birth label {
    width: 100%;
}

a.add-more-btn,
.go-listing a {
    display: inline-block;
    padding: 8px 15px;
    background: #222a44;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #222a44;
    transition: .3s;
}

.text-right {
    text-align: right;
    width: 100%;
}

a.add-more-btn:hover,
.go-listing a:hover {
    background-color: transparent;
    color: #222a44;
}

.go-listing {
    text-align: center;
}

.coments-row {
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 1px 4px #ccc;
}

.coments-row h3 {
    color: #7467ef;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.coments-row .flex {
    padding: 20px;
}

.coments-row .user-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.coments-row .user-photo img {
    width: 100%;
    border-radius: 505;
}

.coments-row textarea {
    width: 100%;
    border: 1px solid #b5c0d1;
    padding: 10px;
}

.coments-row .text-right a {
    color: #000;
    border: 1px solid #b5c0d1;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #f3f6f9;
    font-size: 14px;
}

.delete-row {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    top: 9px;
}

.delete-row span {
    display: block;
    height: 25px;
    width: 100%;
    background-color: #000;
    transform: rotate(45deg);
    position: relative;
    top: 6px;
}

.delete-row span:last-child {
    transform: rotate(-45deg);
    top: -20px;
}

.add-row .field-group:first-of-type .delete-row {
    opacity: 0;
    pointer-events: none;
}

.alert.alert-success {
    font-size: 20px;
    width: 50%;
    padding: 10px 20px;
    background: #8bc34a;
    margin: 10px 0px 10px;
    border-radius: 5px;
    color: #fff;
}

.alert.alert-danger {
    width: 100%;
    padding: 10px 10px;
    background: #ff0d0db0;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 20px;
}

/* Login Form Style */
.login-form {
    border: 1px solid white;
    width: 500px;
    margin: auto auto;
    margin-top: 30px;
    border-radius: 5px;
    background: #ffffff4d;
    transform: translate(10px, 50%);
    padding: 20px 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input[type=text] {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid gray;

}


.form-group input[type=email] {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid gray;

}

.form-group input[type=password] {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid gray;
}

.form-group input[type=submit] {
    width: 200px;
    padding: 10px 10px;
    text-align: center;
}

.text-center {
    text-align: center;
}

.login-form h2 {
    margin: 10px 0px 10px;
    text-align: center;
}

/* End login form Style */

/* Start dashboard Style */
.dashboard-item-box {
    width: calc(33.33% - 30px);
    /* border: 1px solid #2196f3; */
    margin-right: 30px;
    padding: 20px 15px;
    color: #000;
    box-shadow: 0px 0px 3px #2196f3;
    border-radius: 5px;
    margin-top: 30px;
}

.dashboard-item-box a {
    text-decoration: none;
    color: #000;
}

.comments-users:nth-child(odd) {
    padding: 5px 20px;
    background: #d9d9ff;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.comments-users:nth-child(even) {
    padding: 5px 20px;
    background: #d9d9ff;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.comments-users img {
    width: 30px;
    margin-right: 16px;
}

/* Text Danger */
.text-danger {
    color: #ce0000;
}


/* Alert danger */
span.alert-danger {
    background: #e91e63;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 15px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
}

input[name='submit_comment'] {
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    background-color: #003195;
    color: #fff;
    cursor: pointer;
}

.image-flight img {
    width: 150px;
    margin-right: 30px;
}

.flex.alignt-center {
    align-items: center;
    margin-top: 20px;
}

/* Side Bar */

.sidenavbar img {
    width: 130px;
    margin-top: 20px;
}

.sidenavbar ul li {
    cursor: pointer;
    margin: 10px 0;
}

.sidenavbar ul li i {
    margin-right: 5px;
    font-size: .8125rem;
}

.sidenavbar ul li a {
    padding: 7px 15px;
}

li.dropdown-nav .fa.fa-angle-down {
    font-size: 16px;
}

.sidenavbar ul li:last-child {
    border-bottom: none;
}

.sidenavbar h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 25px;
}

.sidenavbar ul {
    padding: 0;
    margin-top: 20px;
}

.sidenavbar ul li a {
    display: block;
    color: #a9baca;
}

.sidenavbar ul li a:hover {
    background: hsl(217.86deg 100% 49.41%);
    transition: 0.4s ease-out;
    color: #fff;
}

.sidenavbar ul h3 {
    color: #a9baca;
    padding: 5px 15px 10px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sidenavbar ul h3:not(:first-of-type) {
    border-top: 1px dashed #a9baca;
    margin-top: 20px;
    padding-top: 25px;
}

/* .sidenavbar ul li:hover {
    background: #ffc5d6;
} */

.sidebar ::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.sidebar ::-webkit-scrollbar-track {
    background: #0070e0;
}

/* Handle */
.sidebar ::-webkit-scrollbar-thumb {
    background: #000;
}

/* Handle on hover */
.sidebar ::-webkit-scrollbar-thumb:hover {
    background: #fff;
}


.body-content-dash {
    padding: 0px 20px;
    background-color: #F7F7F7;
    position: relative;
}

.cm-bg-white {
    background: #fff;
    box-shadow: 0px 0px 3px 2px #dbdbdb;
    bottom: 0;
    top: 0;
    position: sticky;
    height: 100vh;
}

.sidenavbar {
    overflow: auto;
    height: 100%;
    background: #0c213a;
    width: 200px;
    padding-bottom: 80px;
}

/* Ticket Upload */
.upload-ticket {
    border-radius: 10px;
    border: 1px solid #7367ee;
    padding: 20px 10px;
    margin-bottom: 20px;
    background-color: #fff;
}

.upload-ticket input[type='submit'] {
    padding: 8px 22px;
    cursor: pointer;
}

/* Dashboard Style */
input[name='rebooking'] {
    padding: 10px 20px;
    border: none;
    background: lightblue;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.form_group textarea {
    padding: 10px 10px;
    margin-top: 15px;
}


.my-margin {
    margin-top: 20px;
}

.toggle i {
    font-size: 22px;
    margin-bottom: 10px;
    cursor: pointer;
}

.main-head {
    font-size: 18px;
    padding: 10px;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
    background: #fff;
}

.body-content-dash {
    width: 100%;
}

.cm-wd-85.body-content-dash textarea {
    padding: 10px;
}

/* .report-box {
    width: calc(20% - 10px);
    margin-right: 10px;
    border-radius: 5px;
    padding: 10px;
    color: #000;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    display: flex;
    justify-content: space-between;
    background: #fff;
} */
.total-ticket-amt {
    width: calc(30% - 15px);
    margin-right: 15px;
}

.total-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-bottom: 10px;
    margin-right: 0px;
    border-radius: 10px;
    padding: 10px;
}

.total-ticket-amt .flex .report-box,
.status_refund .report-box {
    width: calc(50% - 5px);
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 10px;
    padding: 10px;
}

.total-ticket-amt .flex .report-box:nth-child(2) {
    margin-right: 0;
}


.report-box p,
.total-top p {
    font-size: 20px;
    display: inline;
    font-weight: 600;
    color: #000;
}

.total-top h3 {
    font-weight: 500;
}

.info-chart {
    width: 69%;
}

.report-box h3 {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 700;
}

.report-box i {
    font-size: 30px;
    background-color: #fbfbfb;
    border-radius: 50%;
    padding: 10px;
    color: #a4abc5;
}

.report-box span {
    display: block;
    font-size: 14px;
    color: #03d87f;
    margin-bottom: 10px;
}

.report-box .red-down {
    color: #f5325c;
}

.positive .fa-arrow-up {
    font-size: 14px;
    margin-right: 5px;
    background: none;
    color: #03d87f;
    padding: 0;
}

.red-down .fa-arrow-down {
    font-size: 14px;
    margin-right: 5px;
    background: none;
    color: #f5325c;
    padding: 0;
}

.booking-section.active .body-content-dash {
    width: 100%;
}

.booking-section.active .sidebar {
    transform: translateX(-100%);
    position: absolute;
}

.cards-icon {
    margin-top: auto;
}

div#example_wrapper {
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 20px 20px;
    overflow: scroll;
} 

div#example1_wrapper {
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 20px 20px;
    overflow: scroll;
}

.cm-mt-3.change-status-ticket select[name='status'] {
    width: 140px;
    padding: 10px 10px;
    margin-right: 30px;
    border-radius: 5px;
}

/* Dropdown Menu */
ul.cm-dropdown-menu {
    margin: 0;
    display: none;
}

/* Passenger */

.passenger-info {
    /* border: 1px solid gray; */
    /* background: #f9f9f9; */
    padding: 20px 20px;
    border-radius: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 0px 2px 1px #cdcdcd;
}

.passenger-info .inner-field {
    width: calc(33.33% - 30px);
    margin-right: 30px;
}

.passenger-info input {
    width: 100%;
}

.email-send-width {
    padding: 12px 10px;
    border-radius: 5px;
}

/* Modal Body */

.Modal {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 20px 30px;
    position: fixed;
    top: 0;
    display: none;
}

.Modal-new {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 20px 30px;
    position: fixed;
    top: 0;
    display: none;
}


.Modal-new1 {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 20px 30px;
    position: fixed;
    top: 0;
    display: none;
}

/* .modal-content {
    width: 70%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.modal-footer {
    text-align: center;
}

.modal-footer-new {
    text-align: center;
}

.send-mail input[type=submit] {
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-body {
    width: 100%;
    height: 90vh;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 20px;
    position: relative;
    overflow: scroll;
    overflow-x: hidden;
    border-radius: 10px;
}

.modal-body-new {
    width: 100%;
    height: 90vh;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 20px;
    position: relative;
    overflow: scroll;
    overflow-x: hidden;
    border-radius: 10px;
}


.modal-body-new1 {
    width: 100%;
    height: 90vh;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 20px;
    position: relative;
    overflow: scroll;
    overflow-x: hidden;
    border-radius: 10px;
}

span.close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 99;
    border-radius: 50%;
}

/* Scroll Modal */
/* width */
.Modal ::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.Modal ::-webkit-scrollbar-track {
    background: #dfdfdf;
}

/* Handle */
.Modal ::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 4px;
}

/* Handle on hover */
.Modal ::-webkit-scrollbar-thumb:hover {
    background: #bebebe;
}

input[name='edit_form'] {
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    background-color: #003195;
    color: #fff;
    cursor: pointer;
}

.login-form input {
    border-radius: 5px;
    padding: 15px 10px !important;
    border: none !important;
}

body.booking-section>.flex {
    align-items: flex-start;
}


.cm-btn-sm {
    padding: 4px 8px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
}

.cm-Complete,
.cm-Complete-Authorized,
.cm-Complete-Unauthorized {
    background: #00ae1b !important;
}

.cm-Acknowledge {
    background: #637FE1 !important;
}

.cm-Pending {
    background: #DF63E1 !important;
    color: #fff;
}

.cm-Chargeback {
    background: #4DBDDD !important;
}

.cm-Partial.Refund {
    background: #C27AC0 !important;
}

.cm-Void {
    background: #E16363 !important;
}

.cm-Refund {
    background: #f23c3c !important;
}

.cm-Denied {
    background: #A4A4A4 !important;
}

.cm-Charge-Doc-Pending {
    background: #36B37E !important; 
}

.cm-Charge-Followup {
    background: #4ecfe9!important; 
}
.cm-Transfer-Billing {
    background: #D8C200!important; 
}
.cm-Rejected-Billing {
    background: #bf2925d1!important; 
}
.cm-Approved-Billing {
    background: #D88100!important; 
}

tr[user_confirm='yes'] td.payment_status span {
    background: #e97e04 !important;
}


tr[user_confirm='refund'] td.payment_status span {
    background: #f23c3c !important;
}

tr[user_confirm='chargeback'] td.payment_status span {
    background: #4DBDDD !important;
}

tr[user_confirm='pending'] td.payment_status span {
    background: #fbff12 !important;
    color: #000;
}

tr[user_confirm='partial-refund'] td.payment_status span {
    background: #C27AC0 !important;
}

tr[user_confirm='void'] td.payment_status span {
    background: #9518e2 !important;
}

tr[user_confirm='complete'] td.payment_status span {
    background: #00ae1b !important;
}

td.payment_status span {
    padding: 6px 14px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    display: block;
}

.account-info .form_group {
    /* display: flex; */
    margin-bottom: 20px;
}

.account-info input,
.account-info select {
    width: 100% !important;
}

.account-info .cm-wd-50 {
    padding-right: 30px;
}

ul.cm-dropdown-menu li {
    margin-left: 20px;
}

.report-box.filterclick.filter {
    box-shadow: 0px 5px 5px 0px gray;
    border: 2px solid #000;
}

.btn.btn-primary.btn-sm {
    background-color: rgba(13, 110, 253, 0.919);
    padding: 4px 10px;
    color: #fff;
    border-radius: 5px;
}

.btn.btn-success.btn-sm {
    background-color: #009688;
    padding: 4px 10px;
    color: #fff;
    border-radius: 5px;
}

.btn.btn-info.btn-sm {
    background-color: #03A9F4;
    padding: 4px 10px;
    color: #fff;
    border-radius: 5px;
}

.btn.btn-sm.btn-danger {
    background-color: #F44336;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}

table.table {
    border-collapse: collapse;
}


.table tr th,
.table tr td {
    padding: 5px 10px;
}

.filter-box {
    width: 20%;
    margin-right: 25px;
}

.filter-box select,
.filter-box input {
    width: 100%;
    padding: 8px 10px;
}
.filter-box {
    width: 40%;
    margin-right: 10px;
}
/* Datatable Button Css */
button.dt-button.buttons-excel.buttons-html5 {
    padding: 5px 25px;
    height: 35px;
    line-height: 10px;
    background-color: #00ae1b;
    color: #ffff;
    border-radius: 5px;
    border: none;
}

button.dt-button.buttons-pdf.buttons-html5 {
    padding: 5px 25px;
    height: 35px;
    line-height: 10px;
    background-color: #F44336;
    color: #ffff;
    border-radius: 5px;
    border: none;
}

.search_update {
    margin-left: 0px;
    display: flex;
}

.navbar-wedgeshow {
    justify-content: flex-end;
}

.search_update input[type=submit] {
    padding: 7px 14px;
    border-radius: 0px 17px 17px 0px;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-left: 0px;
    background: white;
}

.search_update input[type=text] {
    padding: 10px 10px;
    width: 300px;
    border-radius: 15px 0px 0px 15px;
    outline: none;
    border: 1px solid gray;
    border-color: #dedede;
    border-right: 0;
}
.header_search input[type=text]{
    width: 350px;
}
.toggle svg {
    cursor: pointer;
    font-size: 20px;
}

.report-box .cards-icon img {
    width: 30px;
}

/* Footer Upcomming Flight */
.modalToolkit {
    text-align: center;
    width: 25%;
    bottom: 0;
    position: fixed;
    background: #0c213abd;
    box-shadow: 0px 0px 4px gray;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}

.modalToolkit ul li a {
    color: #59ff0f;
}

.text-flight h3 {
    padding: 10px 10px;
}


.modalToolkit ul li {
    border-bottom: 2px dotted #59ff0f;
    padding: 5px 5px;
}

.modalToolkit .arrowDown {
    display: none;
}

.tookitModal {
    text-align: center;
    width: 40px;
    position: absolute;
    top: -31px;
}

ul.modaltookitShow {
    display: none;
    /* opacity: 0; */
}

.tookitModal svg {
    z-index: 99;
    cursor: pointer;
    background-color: #2b7bf0;
    /* color: blue; */
    font-size: 20px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px 5px 0px 0px;
}

.modalToolkit ul {
    padding-top: 30px;
    height: 100vh;
    max-height: 400px;
    overflow-y: auto;
}

/* width */
.modalToolkit ::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.modalToolkit ::-webkit-scrollbar-track {
    background: #0070e0;
}

/* Handle */
.modalToolkit ::-webkit-scrollbar-thumb {
    background: #000;
}

/* Handle on hover */
.modalToolkit ::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.cm-mt-3.change-status-ticket form {
    align-items: end;
    display: flex;
    justify-content: space-between;
}

.change-status-ticket input[type=text] {
    width: 250px;
    padding: 10px 10px;
    margin-right: 30px;
    outline: none;
    border: 1px solid gray;
    border-radius: 5px;
}

.coments-row-viewlog {
    padding: 10px 10px;
    box-shadow: 0px 0px 5px 0px #d7d7d7;
    border-radius: 10px;
}

.coments-row-viewlog .header {
    padding: 10px 0px;
}

.coments-row-viewlog textarea {
    padding: 10px 0px;
}

.comment-box {
    margin-top: 20px;

}

.coments-row-viewlog textarea {
    padding: 10px 10px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

/* Attention Message */

.attention-modal {
    position: fixed;
    background: #00000096;
    width: 100%;
    height: 100vh;
    z-index: 99;
    top: 0;
    display: none;
}

.attention-content {
    position: relative;
    width: 500px;
    margin: auto;
    background: white;
    border-radius: 10px;
    top: 50%;
    transform: translate(0%, -50%);
}

.attention-header {
    top: -31px;
    position: absolute;
    font-size: 22px;
    right: -25px;
    cursor: pointer;
    color: red;
}

.attention-body .framemessage {
    width: 100px;
    text-align: center;
    display: block;
    margin: auto;
}

div.wrap-image {
    width: 600px;
    border: 1px solid #f00;
    height: 300px;
    position: relative;
}

.attention-body {
    padding: 20px 15px;
    text-align: center;
}

.attention-body .understand {
    padding: 0px 10px;
    margin-top: 30px;
}

.message-attention {
    padding: 30px 10px;
}

button.btn.btn-primary {
    padding: 5px;
    border: none;
    background: #005ab4;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.form-group select {
    padding: 10px 10px;
}

.sidenavbar ul li.active a {
    background: hsl(217.86deg 100% 49.41%);
    transition: 0.4s ease-out;
    color: #fff;
}
.dataTables_filter input[type="search"] {
    width: 250px;
    outline: none;
    border-radius: 30px !important;
    padding: 10px !important;
}

.row-color{
    background-color:#2467e447;
}

.eye_btn_modify{
    margin-left: 5px;
}

.assessment-new {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 20px 30px;
    position: fixed;
    top: 0;
    display: none;
}

.assessment-table table, .assessment-table th, .assessment-table td{
    border: 1px solid #000;
}
.assessment-table .call-type td:nth-child(3), .assessment-table .call-type td:nth-child(4), tr.call-type{
    border: 1px solid #ffffff;
}
.assessment-table table{
    border-collapse: collapse;
    width: 100%;
}
.assessment-table table tr th, .assessment-table table tr td{
    padding: 5px 8px;
}
.assessment-table table tr th{
    text-align: left;
}

.assessment-new h1{
    margin-bottom: 10px;
    color: #2467e4;
}
.title-quality{
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;

}
.title-quality div p {
    font-weight: 700;
    width: 19%;
}
/* .additional-remark input{
    border: none;
    outline: none;
    padding: 5px 10px;
} */
.title-quality-inner{
    width: 100%;
    display: flex; /* Flexbox layout for horizontal alignment */
    justify-content: flex-start;
    /* margin-bottom: 15px; */
}

.title-quality-inner .form-control {
    border: 1px solid #b5c0d1;
    padding: 5px 10px;
    border-radius: 5px;
    width: 19%;
    outline: none;
    resize: none;
}
.form-opening{
    width: 19%;
}
.qty-textarea textarea {
    width: 49%;
    padding: 10px 15px;
    outline: none;
    resize: none;
}
.qty-textarea{
    width: 100%;
    margin-bottom: 15px;
}
.saved-publish {
    align-items: center;
    justify-content: right;
    width: 100%;
}
.saved-publish button {
    padding: 10px 15px;
    border: none;
    outline: none;
    border-radius: 5px;
}
.saved-publish a:first-of-type {
    margin-right: 15px;
    background: #005dfc;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}
.saved-publish a:last-of-type{
    background: #109f50;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}
.form_group.flex-end {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.form_group.flex-end .form-control {
    width: 30%;
}



.title-qual-table table, .title-qual-table th, .title-qual-table td{
    border: 1px solid #000;
}
.title-qual-table{
    width: 100%;
}
.title-qual-table table{
    border-collapse: collapse;
    width: 100%;
}
.title-qual-table table tr th, .title-qual-table table tr td{
    padding: 5px 8px;
}
.title-qual-table table tr th{
    text-align: left;
}

.title-qual-table select.form-control{
    border: none;
    outline: none;
    width: 100%;
}

.title-qual-table textarea.form-control{ 
    border: none;
    outline: none;
    width: 100%;
}

.assessment-new .modal-content{
    width: 95%;
}

#assessment-form .form_group {
    border: 1px solid #000000;
    padding: 10px;
}

#assessment-form .title-quality-inner {
    border: 1px solid #000000;
    padding: 10px;
    background:  #cbd3e2;
}

.title-quality-inner p {
    padding: 10px; /* Padding inside the columns */
    margin: 0; /* Remove default margin */
    text-align: left; /* Align text to the left */
}

.title-quality-inner p:not(:last-child) {
    border-right:1px solid #000000; /* Right border for all but the last element */
}

.title-quality-inner p.text-center {
    text-align: center; /* Center text for score achieved */
}


.assessment-cs {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 20px 30px;
    position: fixed;
    top: 0;
    display: none;
}

.assessment-cs h1{
    margin-bottom: 10px;
    color: #2467e4;
}

.assessment-cs .modal-content{
    width: 95%;
}

#assessment-cs-form .form_group {
    border: 1px solid #000000;
    padding: 10px;
}

#assessment-cs-form .title-quality-inner {
    border: 1px solid #000000;
    padding: 10px;
    background:  #cbd3e2;
}


.highlights_points label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}


.highlights_points {
    width: 100%;
}

.highlights_points textarea { 
    width: 100%;
    outline: none;
    resize: none;
    padding: 5px;
}


.acknowleged-modal {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 20px 30px;
    position: fixed;
    top: 0;
    display: none;
}

.acknowleged-modal h1{
    margin-bottom: 10px;
    color: #2467e4;
}

.acknowleged-modal .modal-content{
    width: 95%;
}

#acknowleged-modal .form_group {
    border: 1px solid #000000;
    padding: 10px;
}

.meta-color{
    background-color:#eb8d4a;
}
