.select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    padding-left:10px;
}

.fab-menu {
    position: fixed;
    right: 10px;
    bottom: 20px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #c3c148;
    border-color: #c3c148;
}

.login-bg {
    background-image: url(../images/web-login.jpg);
    background-position: center;
    background-size: cover;
}
.login-box {
    background-color: #f2f2e9;
}
.login-top-msg {
    color: #78785a;
    font-size: 14px;
}
.login-input {
    background-color: #fff;
}
.login-ico {
    border-right: 1px solid #ddd;
    padding-right: 8px;
}
.text-theme-dark {
    color: #3f5f36;
}
.bg-theme-dark {
    background-color: #3f5f36;
}
.bg-theme-dark:hover {
    background-color: #294620;
}
.border-theme-dark {
    border-color: #294620;
}
.border-secondary {
    border-color: #adab4a !important;
}
.bg-secondary {
    background-color: #adab4a !important;
}
.text-secondary {
    color: #adab4a !important;
}
.buttons-print {
    border-radius: 50%;
}
.buttons-print:hover,
.buttons-excel:hover,
.buttons-pdf:hover {
    background-color: #eeefee;
}
.btn-icon {
    padding: 7px;
    width: auto;
    height: auto;
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl
        .navbar-collapse
        .navbar-nav
        > .nav-item
        > .dropdown-menu {
        margin-top: 0.25rem;
    }
}

.nav-tabs-highlight .nav-link.active, .nav-tabs-highlight .nav-link.active:before{
    border-top-color: #c3c148;
}

.nav-tabs-highlight .nav-link.active:before {
    background-color: #c3c148;
}

.nav-tabs-vertical .nav-link.active:before {
    background-color: #b6b437;
}
.nav-tabs-vertical .nav-item.show .nav-link,
.nav-tabs-vertical .nav-link.active {
    background-color: #c3c148;
    border-color: #ddd transparent;
}

.header-bg {
    background-color: #fff;
    /*background-image: linear-gradient(to bottom, rgb(255 255 255), rgb(210 221 213));*/
    background-image: radial-gradient(
        circle at top left,
        rgb(255 255 255),
        rgb(210 221 213)
    );
}
.navbar-dark .navbar-nav-link {
    color: #3f5f36;
}
.navbar-dark .navbar-nav-link:focus,
.navbar-dark .navbar-nav-link:hover {
    color: #3f5f36;
}
.navbar-dark .active > .navbar-nav-link,
.navbar-dark .navbar-nav-link.active,
.navbar-dark .navbar-nav-link.show,
.navbar-dark .show > .navbar-nav-link {
    color: #3f5f36;
}
.user-ico {
    font-size: 20px;
    border: 1px solid #b5aeae;
    padding: 5px;
    border-radius: 31px;
}
.footer-bg {
    background-color: #ddd;
    border-top: 2px solid #cfcbcb;
    min-height: 50px;
}
.footer-link {
    color: #6c6969;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #cdccca;
}
/*<!-------------------All ----------------------->*/
.navbar-brand img {
    height: auto;
}
.page-title {
    padding: 0rem 0;
}
.page-title h5 {
    color: #3f5f36;
}
.card-header:not([class*="bg-"]) + * > .card-body:first-child,
.card-header:not([class*="bg-"]) + .card-body {
    padding-top: 20px;
}
.dataTables_scroll .dataTables_scrollBody table tbody tr:first-child > td {
    padding: 4px;
}
.table thead {
    background-color: #c3c148 !important;
}
.table thead tr th {
    color: #fff;
}
.table td {
    padding: 4px;
}

a.bg-theme-dark,
button.bg-theme-dark {
    color: #fff;
}
a.bg-theme-dark:hover,
button.bg-theme-dark:hover {
    color: #fff;
}
.dataTables_filter input:focus {
    border-color: #667861;
    box-shadow: 0 0 0 1px #667861 inset;
}
.form-control[readonly] {
    background: #ddd;
}
.form-control[disabled] {
    background: #ddd;
    cursor: not-allowed;
}

.form-control:focus {
    border-color: #667861;
    box-shadow: 0 0 0 1px #667861 inset;
}

.modal-header.bg-theme-dark {
    background-color: #adab4a !important;
}
.parsley-error {
    border-color: #f44336 !important;
}
.parsley-success {
    border-color: #4caf50 !important;
}
.parsley-errors-list {
    margin-left: 0px;
    padding-left: 0px;
}
.parsley-errors-list li {
    list-style: none;
    color: #f44336;
    font-size: 13px;
}
.form-label {
    font-weight: 500;
}
input.font-weight-bold {
    font-weight: 500 !important;
    height: 40px;
    background-color: #f7f7f7;
}
textarea.form-control {
    background-color: #f7f7f7;
}
label {
    margin-bottom: 3px;
}
.box-effect {
    border: 1px solid #ddd;
    box-shadow: 0px 1px 6px #e7e2e2;
}
.bg-success-100 {
    background-color: #c3c148 !important;
    border-radius: 10px 10px 0px 0px;
}
.border-success {
    border-color: #3f5f36 !important;
}
/**active and in active **/
.custom-switch .custom-control-input:checked ~ .custom-control-label::before,
.custom-switch
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    content: " Active";
    width: 70px;
    padding-left: 7px;
}
.custom-switch .custom-control-label::before {
    content: " In active";
    width: 65px;
    padding-left: 5px;
}
.custom-switch.custom-control-right .custom-control-label {
    padding-right: 6.9375rem;
}
.custom-switch .custom-control-label::before {
    width: 5.5rem;
}
.onoffswitch {
    position: relative;
    width: 105px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Active";
    padding-left: 10px;
    background-color: #3f5f36;
    color: #ffffff;
}
.onoffswitch-inner:after {
    content: "In-Active";
    padding-right: 10px;
    background-color: #df2727;
    color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 70px;
    border: 1px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/*.onoffswitch-checkbox:not(:checked) + .onoffswitch-label .onoffswitch-inner {
  margin-left: -100px;
}
.onoffswitch-checkbox:not(:checked) + .onoffswitch-label .onoffswitch-switch {
  right: 70px; 
}*/
/*.custom-switch.custom-control-right .custom-control-label:after{
  right: calc(1.1875rem - -36px);
}*/
.btn-dark {
    background-color: #3f5f36;
}
.btn-dark:hover {
    background-color: #2e4627;
}

@media (min-width: 320px) {
    .d-sm-none {
        display: none;
    }
    .login-box {
        border-radius: 20px;
    }
    .h-box {
        min-height: 389px;
    }
}
@media (min-width: 775px) {
    .login-box {
        border-radius: 0px 20px 20px 0px;
    }
    .h-box {
        min-height: 389px;
    }
}
@media (min-width: 1080px) {
    .login-box {
        border-radius: 0px 20px 20px 0px;
    }
    .h-box {
        min-height: 389px;
    }
}
@media (min-width: 1200px) {
    .login-box {
        border-radius: 0px 20px 20px 0px;
    }
    .h-box {
        min-height: 389px;
    }
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #448731;
    background-color: #448731;
}
.custom-control-label::before {
    border: #448731 solid 2px;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #448731;
}
.dropdown-item {
    color: #3f5f36;
}
.dropdown-header > i,
.dropdown-item > i {
    color: #3f5f36;
}
input[type="checkbox"] {
    /* Unchecked Styles*/
    background: #020202;
}
input[type="checkbox"]:checked {
    /* Checked Styles*/
    background: #2e4627;
}

input[type="checkbox"]:not(:checked) + .onoffswitch-inner:after {
    /* Explicit Unchecked Styles */
    border: 1px solid #ff0000;
    display: none;
}
input[type="checkbox"]:checked {
    /* Checked Styles */
    font-weight: 900;
}
.fileuploader {
    margin: 0;
}
.media-list {
    overflow-y: auto;
}
.media-chat-scrollable {
    max-height: 250px;
}
.media-chat-bg-left,
.media-chat-border-left {
    background-color: #dddb90;
}
.media-chat-border-left {
    border-color: #dddb90;
}
.media-chat-bg-right,
.media-chat-border-right {
    background-color: #ebebd3;
}
.media-chat-border-right {
    border-color: #ebebd3;
}

/* rating */
.list-feed-item:last-child:before {
    background-color: #f58646;
}
.rating {
    float: left;
    height: 46px;
    padding: 0 10px;
    left: 0;
}
.rating:not(:checked) > input {
    position: absolute;
    top: -9999px;
}
.rating:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}
.rating:not(:checked) > label:before {
    content: "★ ";
}
.rating > input:checked ~ label {
    color: #ffc700;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
/* rating end */

.navbar-text {
    padding-top: 1rem;
    padding-bottom: 0.75rem;
}
.dataTables_processing {
    z-index: 105;
}
.custom-control-label {
    padding-left: 1.8rem;
}
ul {
    margin-bottom: 0;
}
.list-feed-item:last-child:before {
    background-color: #f58646;
}

/* Start Smiley Emoji */
div#smileys input[type="radio"] {
    -webkit-appearance: none;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    transition: border 0.2s ease;
    filter: grayscale(100%);
    margin: 0 5px;
    transition: all 0.2s ease;
}
div#smileys input[type="radio"]:hover,
div#smileys input[type="radio"]:checked {
    filter: grayscale(0);
}
div#smileys input[type="radio"]:focus {
    outline: 0;
}
div#smileys input[type="radio"].happy {
    background: url("../images/feedback_icon/happy.svg") center;
    background-size: cover;
}
div#smileys input[type="radio"].happy:checked {
    background: url("../images/feedback_icon/happy_active.svg") center;
    background-size: cover;
}
div#smileys input[type="radio"].neutral {
    background: url("../images/feedback_icon/neutral.svg") center;
    background-size: cover;
}
div#smileys input[type="radio"].neutral:checked {
    background: url("../images/feedback_icon/neutral_active.svg") center;
    background-size: cover;
}
div#smileys input[type="radio"].sad {
    background: url("../images/feedback_icon/sad.svg") center;
    background-size: cover;
}
div#smileys input[type="radio"].sad:checked {
    background: url("../images/feedback_icon/sad_active.svg") center;
    background-size: cover;
}

/* End Smiley Emoji */
.dataTables_filter {
    margin-left: 0.25rem;
}
.dataTables_paginate {
    margin: 0.5rem 0 0 1.25rem;
}
.dataTables_info {
    margin-bottom: 0;
}
.modal-open,
.modal.show {
    overflow: auto;
}
body {
    overflow-y: auto;
}
.select2-search__field {
    width: 100% !important;
}
.select2-selection--multiple .select2-selection__choice {
    background-color: #ddd;
}
.select2-container--focus:not(.select2-container--disabled)
    .select2-selection--single:not(.select2-filled),
.select2-container--open .select2-selection--single:not(.select2-filled) {
    border-color: #667861;
    box-shadow: 0 0 0 1px #667861 inset;
}
.select2-selection--single {
    background-color: #f7f7f7;
}
.select2-selection--multiple .select2-selection__rendered {
    border: 1px solid #ccc;
    min-height: 35px;
}
.select2-search--dropdown {
    padding: 0.5rem;
}
.select2-results__option {
    padding: 0.3rem 1rem;
}
.select2-selection--multiple .select2-selection__choice:nth-child(odd) {
    background: #ddd;
}
.select2-selection--multiple .select2-selection__choice:nth-child(even) {
    background: #bfbcbc;
}
.select2-selection--multiple .select2-selection__choice:hover {
    background-color: #adab4a;
}
.fileuploader-input .fileuploader-input-caption {
    padding: 8px 16px;
}
.fileuploader-input .fileuploader-input-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
.fileuploader-popup
    .fileuploader-popup-header
    .fileuploader-popup-button.button-success {
    padding: 9px 22px;
}
.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:focus,
.dataTables_paginate .paginate_button.current:hover {
    background-color: #3f5f36;
}
.asset-info-head {
    background-color: #e4eae6;
    margin-bottom: 0;
    padding: 10px 15px;
}
.text-word-break {
    word-wrap: break-word;
    width: 100%;
}
.word-break,
.media-chat-item {
    word-wrap: break-word;
    width: 380px;
}
.text-wrap {
    word-wrap: break-word;
    max-width: 150px;
}
.cursor-pointer {
    cursor: pointer;
}

.blink {
    -webkit-animation: glowing 2000ms infinite;
    -moz-animation: glowing 2000ms infinite;
    -o-animation: glowing 2000ms infinite;
    animation: glowing 2000ms infinite;
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 3px #f58646;
    }
    50% {
        box-shadow: 0 0 20px #f77931;
    }
    100% {
        box-shadow: 0 0 3px #f79c26;
    }
}

.dropleft .dropdown-menu {
    top: 100%;
}

/* dashboard closure popup */
.close-popu-header {
    background-color: #dcdb9a;
    border-radius: 8px;
    width: 100%;
    padding: 20px;
}

.close-popu-header h2 {
    color: #1d1d1c;
    padding-left: 25%;
    font-size: 35px;
    margin-bottom: 0;
    line-height: 44px;
}

.close-popu-header h2 span {
    color: #504f09;
    font-weight: 600;
    font-size: 40px;
}

.close-popu-body .ticket-no-box h5 {
    color: #504f09;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
}

.close-popu-body .ticket-no-box h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

.close-popu-body .days-box p {
    color: #ff2a00;
}

.close-popu-body {
    width: 100%;
    padding-left: 20%;
    margin-top: 25px;
}

.close-popu-body li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2px;
    padding-top: 5px;
    background-color: #f3f3ee;
    padding-left: 10px;
}

.close-popu-body li:nth-child(even) {
    background-color: #fdfdf4;
}

.close-popu-body li:hover {
    background-color: #ebebbe;
}

.close-popu-body .ticket-no-box {
    width: 80%;
    float: left;
}

.close-popu-body .days-box {
    width: 20%;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 13px;
}