.select2-container .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    height: 38px !important;
}

.select2-container .select2-selection--single:focus {
    outline: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 12px !important;
    color: #495057 !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    width: 34px !important;
    right: 3px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent !important;
    border-width: 6px 6px 0 6px !important;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f8f9fa !important;
    color: #16181b !important;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #626ed4 !important;
    color: #fff !important;
}

.select2-results__option {
    padding: 6px 12px !important;
}

.select2-dropdown {
    border-color: rgba(0, 0, 0, .15) !important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px !important;
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #495057 !important;
}

.select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
    color: #495057 !important;
}

.select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
    color: #495057 !important;
}

.select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
    color: #495057 !important;
}

.select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
    color: #495057 !important;
}

.select2-container .select2-selection--multiple .select2-search__field::placeholder {
    color: #495057 !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #e9ecef !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 1px !important;
    padding: 0 7px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
    color: #74788d !important;
    outline: 0 !important;
}

.note-editor.note-frame {
    border: 1px solid #ced4da !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.note-editor.note-frame .note-statusbar {
    background-color: #eff2f7 !important;
    border-top: 1px solid #eff2f7 !important;
}

.dropzone {
    min-height: 230px !important;
    border: 2px dashed #ced4da !important;
    background: #fff !important;
    border-radius: 6px !important;
}

.dropzone .dz-message {
    font-size: 24px !important;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #626ed4 !important;
}

.irs--square .irs-line {
    background: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
}

.irs--square .irs-max, .irs--square .irs-min {
    color: #ced4da !important;
    background: #f6f6f6 !important;
    font-size: 11px !important;
}

.irs--square .irs-bar, .irs--square .irs-from, .irs--square .irs-single, .irs--square .irs-to {
    background: #556ee6 !important;
    font-size: 11px !important;
}

.irs--square .irs-handle {
    border: 2px solid #556ee6 !important;
    width: 12px !important;
    height: 12px !important;
    top: 26px !important;
    background-color: #fff !important;
}

.irs--square .irs-grid-text {
    font-size: 11px;
    color: #ced4da !important;
}

.fc-event {
    border-radius: 2px !important;
    border: none !important;
    cursor: move !important;
    font-size: 0.8125rem !important;
    margin: 5px 7px !important;
    padding: 5px !important;
}

.fc-event .fc-content {
    color: #fff !important;
}

.sp-hidden {
    display: none !important;
}

.logo-lg img {
    width: 75%;
}

.ctext-box {
    background: #fff;
    height: calc(100vh - 350px);
}
.ctext-inner {
    /*height: calc(100vh - 320px);*/
}
.input-hide {
    display: none;
}
.chat-list li:nth-child(even) {
    background: rgba(0,0,0,.075);
}

/* CARD PHOTO MAX SIZE */
.avatar-xxl {
    height: 9.5rem;
    width: 9.5rem;
}
.avatar-max {
    width: 100%;
}
/* CARD PHOTO MAX SIZE */

.img-max {
    width: 100%;
}

/* UL WITHOUT MARKERS */
.list-unmarked {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-unmarked .list-icon {
    margin: 0 10px 0 0;
}
/* UL WITHOUT MARKERS */

/* FONTAWESOME SPECIFIC ICON */
.fa-plus18, .fa-plus16 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 55%;
    font-weight: bold;
}

.fa-plus18:before {
    content: "18+";
}
.fa-plus16:before {
    content: "16+";
}
/* FONTAWESOME SPECIFIC ICON */

.chat-leftsidebar-nav {
    position: relative;
    height: calc(100vh - 230px);
}

.chat-leftsidebar-new {
    position: absolute;
    bottom: 0;
    right: 5px;
    z-index: 2;
}
.chat-input-section {
    /*background: #fafbfc;*/
    background: #fff;
}
.ctext-inner .left {
    display: block;
    padding: 15px;
    background: #f0f0ff;
    border-radius: 3px 3px 15px 3px;
    margin: 0 5% 5% 0;
}

.ctext-inner li {
    width: 95%;
}

.ctext-inner .right {
    display: block;
    padding: 15px;
    background: #f0f0f0;
    border-radius: 3px 3px 3px 15px;
    margin: 0 0 5% 5%;
}

.ctext-inner .date {
    width: 100%;
}

.ctext-inner li p {
    margin: 0;
}

.vh-message {
    height: calc(100vh - 320px);
}
.ticket-text {
    width: 250px;
}
.user-chat-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background: #fff;
    padding: 16px;
    border-bottom: 1px solid #eff2f7;
}
.chat-title {
    font-weight: 900;
}

@media (max-width: 576px) {
    .page-content {
        padding: calc(70px + 8px) calc(24px / 2) 0 calc(24px / 2);
    }
    .ticket-text-list {
        width: 165px;
    }
    .chat-list li a {
        padding: 10px;
    }
    .ctext-list {
        background: #fff;
        height: calc(100vh - 130px);
        overflow: auto;
    }
    .chat-leftsidebar-nav {
        height: calc(100vh - 150px);
    }
    .chat-conversation {
        padding: 0 !important;;
    }
    .chat-input-section {
        padding: 0.5rem !important;
    }
    .ctext-box {
        height: calc(100vh - 225px);
        overflow: auto;
    }
    .ctext-box > div {
        position: relative;
    }
    .avatar-xs {
        height: 32px;
        width: 32px;
    }
    .user-chat-header {
        padding: 6px;
    }
    .pda-back {
        /*position: absolute;*/
        /*z-index: 9;*/
        /*background: #fff;*/
        display: block;
    }
    .page-title-right {
        display: none;
    }
    .page-title-box {
        padding-bottom: 0 !important;
    }
    .d-sm-none-flip {
        display: none !important;
    }
    .user-chat {
        display: none;
    }
    .pda-left {
        display: none;
    }
    .pda-right {
        display: block;
    }
    .checkout-tabs .nav-pills .nav-link {
        margin-bottom: 10px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .checkout-tabs .nav-pills .nav-link .check-nav-icon {
        display: inline-block !important;
        font-size: 20px;
        margin: 0 10px 0 0 !important;
    }
}
@media (min-width: 769px) {
    .pda-back {
        display: none;
    }
}