.light-skin .main-sidebar {
    border-right: 1px solid #203F5B;
    background-color: #203F5B;
}

/*-------- START for Data Table --------*/
.breadcrumb,.separator-breadcrumb{
    margin-bottom: 0.7rem;
}
.bootstrap-table .loading-text,.bootstrap-table .animation-wrap{
    border: unset !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open{
    z-index: 88 !important;
}

.bootstrap-table .fixed-table-container .table thead th {
    padding: 4px 3px !important;
    vertical-align: baseline !important;
    padding-bottom: 10px !important;
    background-color: unset !important;
    text-align: start;
}

.bootstrap-table .table tr td {
    text-align: start;
}
.card .card-body {
    padding: 1rem !important;
}
body .table > :not(caption) > * > * {
    padding: 0.3rem 0.5rem !important;
}

body .table tr.no-records-found td {
    padding: 15px !important;
}
body select.form-control {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position-x: 96% !important;
    background-position-y: 50% !important;
    padding-right: 1.3rem;
    background-size: 10px;
}
body thead{
    --bs-table-bg: #f3f3f3 !important
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    color: #000000 !important;
}
.bootstrap-table .fixed-table-container .table thead th .both {
    filter: brightness(.5) !important;
}
.bootstrap-table .fixed-table-container .table {
    table-layout: fixed;
}
/*-------- END for Data Table --------*/

.main-header .navbar {
    justify-content: flex-end !important;
}

.dropdown-item [type="checkbox"] {
    opacity: 1;
    position: initial;
    margin-right: 2px;
}

.fixed-table-toolbar {
    display: flex;
    place-items: end;
    place-content: end;
}

.cursor-pointer {
    cursor: pointer;
}

.swal2-styled.swal2-cancel:hover, .swal2-styled.swal2-confirm {
    background: #A5A08F !important;
    box-shadow: none !important;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

.su-dashboard{
    background: #272e48;
    color: white;
}
.bg-grey{background: #A5A08F;color:#fff !important}

.breadcrumb, .separator-breadcrumb {
    margin-bottom: 0.7rem;
    padding: 0;
}

.main-content-wrap {
    padding: 1rem 1rem 0;
}

/* Dashboard page */

.dashboard-page .card-icon-bg .card-body .content {
    max-width: 160px !important;
}
.dashboard-page .card-icon-bg .card-body i {
    font-size: 50px;
}
.input-group-append .input-group-text,
.input-group-prepend .input-group-text{
    height: 100%;
}

/****** Custom css start here ********/
.main-content-wrap {
    width: 100%;
    float: right;
    margin-top: 80px;
    transition: all 0.24s ease-in-out;
    padding: 2rem 2rem 0;
    position: relative;
    min-height: calc(100vh - 80px);
    background: #fff;
}

.bootstrap-table .table tbody tr.no-records-found td:nth-last-child(1) {
    display: table-cell !important;
}
.bootstrap-table table tbody td:nth-last-child(1) a {
    margin: 0 3px !important;
    padding: 5px !important;
}

body .bootstrap-table table {
    border: 0 !important;
    border-collapse: collapse;
    border-color: #c7c7c7 !important;
}
.bootstrap-table .table-bordered > :not(caption) > * > * {
    border-width: 0 0px !important;
}
.bootstrap-table .table-bordered > :not(caption) > * {
    border-width: 1px 0;
    border-color: #dddddd;
    padding: 10px;
}
.bootstrap-table .fixed-table-container .table td , .bootstrap-table .fixed-table-container .table th {
    padding: 0.7rem !important;
    /* white-space: nowrap; */
}
.bootstrap-table .fixed-table-container .fixed-table-body {
    overflow-x: auto !important;
    width: 100% !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body table {
min-width: -webkit-fill-available;
    white-space: nowrap !important;
    table-layout: auto !important;
}
.bootstrap-table .fixed-table-container .table th {
    max-width: 150px;
}
.bootstrap-table .fixed-table-container .table td {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.bootstrap-table .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent !important;
}

.fixed-table-toolbar .btn-secondary:hover,.fixed-table-toolbar .btn-outline-secondary:hover,.fixed-table-toolbar .btn-secondary:focus,.fixed-table-toolbar .btn-outline-secondary:focus {
    box-shadow: unset !important;
}
body .card {
    box-shadow: 0 1px 2px rgba(56,65,74,.15) !important;
}
.bootstrap-table table thead th .th-inner {
    font-size: 14px !important;
    line-height: 14px !important;
}
body select {
    -webkit-appearance: none !important; /* Chrome, Safari, Edge */
    -moz-appearance: none !important;    /* Firefox */
    appearance: none !important;         /* Standard property */
}
.bootstrap-table .fixed-table-container .table thead th .th-inner{
    margin-bottom: 5px !important;
}
.bootstrap-table .table > thead tr {
    border-top: 0 !important;
}
.fixed-table-toolbar a.btn, .fixed-table-toolbar button {
    border: 1px solid #adadad !important;
}
.bootstrap-table table > :not(caption) > *{
    border-width: 1px 0 !important;
    border-color: #dddddd !important;
}
.bootstrap-table .table > :not(caption) > * > * {
    border-width: 0 !important;
}
.text-center.bootstrap-datatable-loader {
    min-height: 50px;
    max-height: 50px;
    position: relative;
    top: 16px;
}

.datatable-bubble-circle.spinner-bubble {
    font-size: 5px;
}
.bootstrap-datatable-loader .loader.spinner-bubble.spinner-bubble-primary {
    padding: 0 !important;
    margin: 0 !important;
}

::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar{
    height: 8px;
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #1c3750;
    cursor:pointer;
}

[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus {
    --tw-ring-color: #6363c1 !important;
    border-color: #6363c1 !important;
}

input:disabled:not([type="checkbox"]) {
    background-color: #e5e7eb;
}
input[type="text"]:read-only,
input[type="number"]:read-only,
input[type="email"]:read-only,
input[type="password"]:read-only {
    background-color: #f3f4f6; /* Light gray */
}

.AuthMainSwitch{
    height: 50px;
    width: 100% !important;
    position: relative;
    display: flex;
    align-items:center;
    justify-content: space-around;
    background-color: lightgray;
    border-radius: 50px;
}

.AuthMainSwitch button {
    background-color: transparent;
    border: none;
    z-index: 10;
    font-weight: 600;
    color: #1c3750;
    outline: none !important;
}

.AuthMainSwitch .backgroundPill{
    position: absolute;
    background-color: white;
    width: 50%;
    height: 40px;
    border-radius: 50px;
    left: 5px;
    transition: 1s;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.1)
}

/****** Custom css over here ********/

/* new icon css start */
#main_menu i.bi{
    margin-right: 5px;
    font-size: 1.5rem !important;
}
#menu i.bi{
    margin-right: 5px;
    font-size: 1.25rem !important;
}
#setting_menu i.bi{
    margin-right: 5px;
    font-size: 1.25rem !important;
}
.side-menu i.bi{
    font-size: 1rem !important;
}
/* new icon css end */


.bootstrap-table .fixed-table-container .table td a .btn{
    white-space: nowrap
}
/*---- START for customize sidebar ----*/
.app-admin-wrap.sidebar-full .sidebar-panel{
    width: 260px !important;
}
@media only screen and (max-width: 1150px) {
    .app-admin-wrap.sidebar-full .sidebar-panel {
        left: -260px;
    }
}
@media only screen and (max-width: 1150px) {
    .app-admin-wrap.sidebar-full .main-content-wrap {
        width: calc(100% - 0px) !important;
    }
}
.loadscreen{
    height: 100% !important;
    z-index: 9999 !important;
}
.app-footer{
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
}
.main-content{
    margin-bottom: 90px !important;
}
.sidebar-panel .main-menu .metismenu .active::before{
    left: 0;
}
.sidebar-panel .main-menu .metismenu ul{
    padding: 0px 10px !important;
}
.Ul_li--hover::before{
    width: 250px;
    left: -250px;
}
.activeMenu::before{
    width: 250px;
    content: "";
    background-color: #1c3750;
    position: absolute;
    height: 36px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 0.1;
    right: 0;
    left: 0;
    transition: all 400ms ease;
    z-index: -1;
}
.metismenu .has-arrow:after{
    right: 1em !important;
}
.app-admin-wrap.sidebar-full .main-content-wrap{
    width: calc(100% - 260px);
    padding: 1rem 1.25rem 0rem;
}
.gull-brand .large-logo {
    width: 150px !important;
}
.gull-brand .small-logo{
    width: 60px !important;
}
.sidebar-closed .large-logo{
    display: none;
}
.sidebar-full .large-logo{
    display: block;
}
.sidebar-full .small-logo{
    display: none;
}
.sidebar-closed .small-logo{
    display: block;
}
.metismenu .has-arrow:after{
    -webkit-transform: rotate(-135deg) translateY(-50%) !important;
    transform: rotate(-135deg) translateY(-50%) !important;
}
.metismenu .has-arrow[aria-expanded=true]:after, .metismenu .mm-active>.has-arrow:after{
    -webkit-transform: rotate(-45deg) translateY(-50%) !important;
    transform: rotate(-45deg) translateY(-50%) !important;
}
/*---- END for customize sidebar ----*/
#menuSearchBar {
    width: 100%;
    min-width: 250px;
}
#menuSearchBar .select2 .select2-selection{
    background-color: #f3f4f6 !important;
    border-color: #f3f4f6 !important;
    border-radius: 20px !important;
    padding-left: 25px !important;
    max-height: 38px !important;
}
#menuSearchBar .select2 .select2-selection__rendered{
    max-height: 38px !important;
}
#menuSearchBar .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px !important;
}
#menuSearchBar .select2 .select2-selection__placeholder{
    color: #6b7280 !important;
}
#menuSearchBar .select2 .select2-selection__arrow{
    display: none;
}
#menuSearchBar .select2 .select2-selection::before{
    content: "\f52a";
    font-family: "bootstrap-icons" !important;
    speak: none;
    color: #6b7280;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 18px;
}
.select2-container {
    z-index: 999 !important;
}
.form-control:disabled, .form-control:read-only {
    opacity: 1;
    border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
    color: #7f8289 !important;
}

input.form-control[readonly],
input.form-control[readonly]:hover,
input.form-control[readonly]:focus,
input.form-control[readonly]:active {
    border-color: #ccc !important;
    box-shadow: none !important;
    outline: none !important;
}

.form-switch input[readonly] {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.input-group-prepend {
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
}

.select2-container .select2-selection--single {
    height: 44px !important;
    border-radius: .5rem !important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border-radius: 8px !important;
    border: 1px solid #d1d5db;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d5db !important;
}

.custom-label {
    z-index: 99999;
}

.form-control:disabled, .form-control:read-only {
    opacity: 1;
    border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
    color: #7f8289 !important;
}
.linked {
    color: #9B8B75;
    font-weight: 600;
}
.form-switch [type=checkbox]:checked {
    background-color: #1c3750 !important;
}
.form-switch .form-check-input {
    width: 2rem;
    height: 1rem;
    margin-right: 5px;
    margin-top: 1.9px;
}

.form-switch .form-check-input:checked{
    background-size: .70rem .70em;
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.auth-input-div-max-width {
    max-width: 300px;
}

.invalid-input {
    border-color: #ff4c51 !important;
}

#confirmationModal .modal-header {
    display: block !important;
    border-bottom: none !important;
}
#confirmationModal .modal-footer {
    border-top: none !important;
}


.table tbody span.status-orange , .table tbody span.status-danger, .table tbody .status-success, .table tbody span.status-warning, .table tbody span.status-info,.table tbody span.status-purple {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 20px;
    width: 115px;
    height: 30px;
    vertical-align: middle;
}

.table tbody .status-success {
    background-color: #3a974c21 !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}
.table tbody span.status-danger{
    background-color: #ff00001a !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}
.table tbody span.status-warning {
    background-color: rgba(243, 245, 165, 0.49) !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}
.table tbody span.status-orange {
    background-color: #fecba1 !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}

.table tbody span.status-info {
    background-color: #0dcaf029 !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}

.table tbody span.status-purple {
    background-color: #dfdbe9 !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}
.collapse {
    display: none !important;
    visibility: hidden !important;
}

.collapse.show {
    display: block !important;
    visibility: visible !important;
}
.hide {
  display: none;
}
.fileuploader-input-button {
    background: #1c3750 !important;
}

.platform-tablelist .col-name,.platform-tablelist .col-url, .platform-tablelist .col-ticket_prefix,.platform-tablelist .col-ticket_number {
    max-width: 200px !important;
    width: 200px !important;
    min-width: 200px !important;
}
.feedback-tablelist .col-responsiveness{
    max-width: 165px !important;
    width: 165px !important;
    min-width: 165px !important;
}
.feedback-tablelist .col-overall_satisfaction{
    max-width: 190px !important;
    width: 190px !important;
    min-width: 190px !important;
}
/* .col-action{
    max-width: 100px !important;
    width: 100px !important;
    min-width: 100px !important;
} */

.platform-tablelist .col-id{
    max-width: 65px !important;
    width: 65px !important;
    min-width: 65px !important;
}

.support-category .col-domain_name, .support-category .col-name, .support-category .col-status{
    max-width: 180px !important;
    width: 180px !important;
    min-width: 180px !important;
}
.support-category .col-action{
    max-width: 70px !important;
    width: 70px !important;
    min-width: 70px !important;
}
.col-counter, .col-id{
    max-width: 65px !important;
    width: 65px !important;
    min-width: 65px !important;
}
.member-table .col-action{
    max-width: 70px !important;
    width: 70px !important;
    min-width: 70px !important;
}
.member-table .col-created_date, .member-table .col-last_login_date{
    max-width: 103px !important;
    width: 103px !important;
    min-width: 103px !important;
}
.member-table .col-username, .member-table .col-name , .member-table .col-email{
    max-width: 200px !important;
    width: 200px !important;
    min-width: 200px !important;
}
/* .template-table .col-title, .template-table .col-category{
    max-width: 200px !important;
    width: 200px !important;
    min-width: 200px !important;
    overflow-x: auto !important;
} */

.template-table .col-action{
    max-width: 103px !important;
    width: 103px !important;
    min-width: 103px !important;
}
.template-table .col-action{
    max-width: 180px !important;
    width: 180px !important;
    min-width: 180px !important;
}
.template-table .col-language,.template-table .col-platform{
    max-width: 150px !important;
    width: 150px !important;
    min-width: 150px !important;
}
/*table content scroll css*/
.feedback-tablelist .col-comments{
    max-width: 200px !important;
    width: 200px !important;
    min-width: 200px !important;
    overflow-x: auto !important;
}
.feedback-tablelist .col-ticket_users{
    max-width: 150px !important;
    width: 150px !important;
    min-width: 150px !important;
    overflow-x: auto !important;
}
.feedback-tablelist .col-url{
    max-width: 350px !important;
    width: 350px !important;
    min-width: 350px !important;
    overflow-x: auto !important;
}
.logs-table .col-log_name{
    max-width: 150px !important;
    width: 150px !important;
    min-width: 150px !important;
    overflow-x: auto !important;
}
.logs-table.col-description{
    max-width: 400px !important;
    width: 400px !important;
    min-width: 400px !important;
    overflow-x: auto !important;
}
.logs-table .col-causer_id{
    max-width: 300px !important;
    width: 300px !important;
    min-width: 300px !important;
    overflow-x: auto !important;
}

/*table content scroll css*/
.feedback-tablelist th, .feedback-tablelist tr td {
    max-width: 120px;
    width: 120px;
}
.tickets-lists span.badge-width {
    width: 95px !important;
}
.tooltip[data-popper-placement^=top]>.tooltip-arrow:before {
    transform: rotate(0deg) !important;
    top: -5px !important;
}
.note-modal {
    z-index: 99950 !important;
}
.select2-container {
    z-index: 9999 !important;
}
.select2-dropdown {
    z-index: 9999 !important;
}

.dropdown-menu {
    z-index: 9999 !important;
}
.select2-container--open .select2-dropdown {
    z-index: 9999 !important;
    position: absolute !important;
}

.select2-search__field {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    pointer-events: auto !important;
    z-index: 9999 !important;
}
.note-modal-body input[type="checkbox"] {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    margin-top: 0px;
}

body .note-modal .note-modal-body label {
    margin-bottom: 4px !important;
    padding: 4px 4px !important;
    display: flex !important;
    font-weight: 600 !important;
    align-items: center !important;
    color: #000000;
    font-size: 14px;
}
.note-input {
    width: 100%!important;
    display: block!important;
    border: 1px solid #ededef!important;
    background: #fff!important;
    outline: 0!important;
    padding: 5px 8px!important;
    font-size: 14px !important;
}
.note-image-btn.float-right.ml-3{
    float: right !important;
}
body .note-modal-body input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
}
input.note-link-btn.float-right.ml-3 {
    float: right !important;
}
body .btn.btn-primary.note-link-btn, body .btn.btn-primary.note-link-btn,body   .note-modal-footer .note-btn {
    background: #1c3750 !important;
    border-radius: 6px !important;
    color: white !important;
}
.fullscreen .note-editing-area {
    min-height: 100% !important;
}
a.ticket-link{
    /* color: #007bff; */
    color:#1c3750 ;
    cursor: pointer;
}

.card-shadow:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.dark [type=checkbox]:checked:disabled, .dark [type=radio]:checked:disabled, [type=checkbox]:checked:disabled, [type=radio]:checked:disabled {
    background-color: rgb(153 153 153) !important;
}

.border-r{
    border-color: var(--bs-border-color) !important;
}
