/* select2-container--default */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #252525;
}

/* dashboard-placeholder-images */

.dashboard-placeholder-images {
    margin-bottom: 30px;
}

.dashboard-placeholder-images .dashboard-placeholder-images-item {
    margin-bottom: 30px;
}

.dashboard-placeholder-images .dashboard-placeholder-images-item>.holder {
    border: 3px #fff solid;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.dashboard-placeholder-images .dashboard-placeholder-images-item>.holder>.pic {
    padding-top: calc((68 / 100) * 100%);
    overflow: hidden;
}

.dashboard-placeholder-images .dashboard-placeholder-images-item>.holder>.pic>.pic-placeholder {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.dashboard-placeholder-images .dashboard-placeholder-images-item>.holder>.pic>.pic-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.dashboard-placeholder-images .dashboard-placeholder-images-item>.holder>.pic>.pic-urlshowcase {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.dashboard-placeholder-images .dashboard-placeholder-images-item>.holder>.pic>.pic-urlshowcase input.form-control,
.dashboard-placeholder-images .dashboard-placeholder-images-item>.holder>.pic>.pic-urlshowcase .btn {
    box-shadow: initial;
}

.dashboard-placeholder-images .dashboard-placeholder-images-item>.holder>.pic>.pic-urlshowcase .input-group-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.dashboard-placeholder-images .dashboard-placeholder-images-item>.holder>.pic>.pic-urlshowcase .input-group-append {
    z-index: 2;
}

.remove-btn-icon {
    background: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    border-radius: 4px;
    text-align: center;
    z-index: 3;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    border: none;
}

.upload-img-section .img-holder {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.upload-img-section .img-holder img {
    width: 150px;
    height: 100px;
}

.remove-btn-icon:hover i {
    color: #dc3545;
}

.error {
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-size: 80%;
    color: #dc3545 !important;
}

label.error {
    margin-top: 5px;
}

.nav-sidebar .nav-item>.nav-link {
    color: #fff;
}


.nav-sidebar .nav-item>.nav-link img {
    width: 18px;
}

.nav-sidebar>.nav-item .nav-icon {
    font-size: 14px;
}

.footer-pagination .pagination {
    justify-content: flex-end;
}

.new-list .product-image-thumb {
    padding: 2px;
    margin-right: 5px
}

.new-list .product-image-thumb img {
    max-width: 100%;
    height: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    width: 50px;
    object-fit: cover;
}

.new-list .product-image {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.new-list .table th,
.new-list .table td {
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}

.new-list .table tr:last-child th,
.new-list .table tr:last-child td {
    border-bottom: 0px solid #dee2e6;
}

.new-list .table th {
    width: 35%;
    min-width: 110px;
}

.brand-link {
    padding-top: 5px;
    padding-bottom: 5px;
}

.brand-link img {
    width: 125px;
    margin-left: 15px;
}

.messageboard-section.position-fixed {
    bottom: 0;
    right: 15px;
}

.messageboard-section.position-fixed.alert-error {
    top: 30px;
    bottom: auto;
}

.main-header .dropdown-menu {
    min-width: 12rem;
}

.login-card-body .form-control-feedback.fa {
    line-height: 0;
}

.login-card-body .input-group .form-control,
.register-card-body .input-group .form-control {
    border-right: 1px solid #ced4da !important;
}

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
    border-left: 1px solid #ced4da !important;
    border-radius: 4px 0px 0px 4px;
}

.position-fixed {
    z-index: 999;
}

.has-email-on-table-cell {
    max-width: 200px;
}

.has-email-on-table-cell-holder {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-viewer,
.p-viewer2 {
    float: right;
    margin-right: 10px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.fa-eye {
    color: #252525;
}

.show-pass {
    position: relative;
}

.show-pass .kt-input-icon__icon {
    position: absolute;
    right: 0;
    top: 70px;
}

.upload-file-wrap {
    border: 1px solid #eee;
    padding: 15px;
}

.mt31 {
    margin-top: 31px;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

.upload-file-wrap .remove-btn-icon {
    top: 3px;
    right: 10px;
}

.form-control.is-invalid {
    background-image: none !important;
}

.login-card-body .input-group .form-control.is-invalid {
    border-right: 1px solid #dc3545 !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select-2-auto {
    position: relative;
}

.select-2-auto .error {
    position: absolute;
    bottom: -24px;
    left: 0;
    z-index: 1;
}

.upload-file-wrap a img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
}

.admin-logo {
    padding: 8px 20px;
}

.admin-logo-icon {
    height: 40px;
}

.admin-logo-text {
    margin-left: 5px;
}

.sidebar-collapse .admin-logo-text {
    display: none;
}

/* .sidebar-collapse .main-sidebar:hover .admin-logo-text {
	display: inline-block;
} */

/* relevant styles */
.img__wrap {
    position: relative;
    height: 140px;
    /* width: 105px; */
    width: 100%;
}

.img__wrap img.img-cover {
    height: 140px;
    object-fit: cover;
    width: 100%;
}

.img__description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(88, 89, 90, 0.49);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
}

.img__wrap .img_title {
    padding: 0px 10px 2px;
    position: absolute;
    top: 10px;
    right: 0;
    background-color: rgba(245, 10, 10, 0.62);
    font-size: 13px;
    border-radius: 4px 0 0 4px;
    color: #fff;
}

.img__wrap .img_title p {
    margin: 0;
}

.img__description .show-icons {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.img-show-btn {
    margin: 5px;
    padding: 0 5px;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    text-align: center;
}

.img__wrap:hover .img__description {
    visibility: visible;
    opacity: 1;
}


.img-view-check {
    display: block;
    margin: 0 0 4px 0px;
}

.img-view-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.img-view-check label {
    position: relative;
    cursor: pointer;
    margin: 0;
}

.img-view-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
}

.img-view-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* select css */
.bootstrap-select > .dropdown-toggle {
    border:1px solid #ccc;
    background-color: #fff  ;
}

.form-control.is-invalid {
    background-image: none !important;
}

input.error {
    border-color:#dc3545 !important;
}

.multi-question-div{ margin-bottom: 20px; border: 1px solid #f1f1f1; border-top-left-radius: .25rem; border-top-right-radius: .25rem;  }
.multi-question-div .multi-question-heading { font-size: 18px; padding: 10px 15px; background: #c1dbbe;; border-top-left-radius: .25rem; border-top-right-radius: .25rem; }
.multi-question-div:last-child{ padding-bottom: 0px;}
.multi-question-inner{ padding: 0 15px;}
.multi-question-div .multi-question-inner label{ height: 21px; margin-bottom: 5px; }
.multi-question-div .multi-question-inner .check-style {  margin-bottom: 5px;}


#userTabView .table-responsive{ height: 500px; }
#listView .table-responsive{ height: 500px; }