@import url('admin-nav-actions.css');

.adminPageLeft.sidebar .nav-link {
    color: #232951;
    margin-bottom: 2px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #ededed;
}

.adminPageLeft.sidebar .nav._main>li>.nav-item:last-child .nav-link {
    border-bottom: 0;
}

.adminPageLeft.sidebar .nav-link.active,
.adminPageLeft.sidebar .nav-link:hover {
    background: #f8f9fa;
}

.adminPageLeft.sidebar .nav-link i {
    width: 17px;
    font-size: 14px;
}

.adminPageRight {
    min-height: 650px;
}

.adminPageRight .alert-dismissible:not(._default) .btn-close {
    background-size: 12px;
    background-color: #00baff;
    top: -10px;
    padding: 6px;
    right: -10px;
}

.themeForm.adSectSearchForm .form-control {
    font-size: 14px;
}

.themeForm.adSectSearchForm .form-label {
    color: #00baff;
}

.adSectSearchForm .btn {
    height: 50px;
    width: auto;
    border: 0;
}

.adminPageRight .themeForm .select2 span.select2-selection {
    min-height: 50px;
    padding-top: 8px;
}

.adminPageRight .table th {}

.adminPageRight .table td {}

.autoCompFieldDiv .suggestionWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 226px;
    overflow: auto;
    border-bottom: 1px solid #bababa;
    position: absolute;
    z-index: 999;
    border-radius: 3px;
    width: 100%;
    border-top: 1px solid #bababa;
    top: 51px;
}

.autoCompFieldDiv .suggestionWrap ul li {
    background: #fdfdfd;
    color: #868e96;
    padding: 10px;
    border-bottom: 1px solid #bababa;
    border-left: 1px solid #bababa;
    cursor: pointer;
    border-right: 1px solid #bababa;
}

.autoCompFieldDiv .suggestionWrap ul li:first-child {
    border-top: 0;
    border-radius: 3px 3px 0 0;
}

.autoCompFieldDiv .suggestionWrap ul li:last-child {
    border-bottom: 0;
    border-radius: 0 0 3px 3px;
}

.autoCompFieldDiv .suggestionWrap ul li:hover {
    background: #232951;
    color: #fff;
}

.autoCompFieldDiv .suggestionLoader i {
    font-size: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -10px;
}



.adminPageRight .detailSubTable {
    display: none;
}

.adminPageRight .detailSubTable .wrap {
    background: #fff;
    border-bottom: 1px solid #454d55;
}

.adminPageRight .detailSubTable .table tr td {
    background: #f9f9f9;
}

.removeCartItem {
    background: url(../img/icon-time.png) #bb2d3b;
    border: 0px;
    font-size: 0px;
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 100%;
    background-repeat: no-repeat;
    color: #fff;
    margin: 0;
    background-size: 21px;
    font-family: 'Font Awesome 5 Free';
    vertical-align: middle;
    font-weight: 900;
    background-position: center;
    padding: 0;
}

.cartTotalTxt {
    font-size: 28px;
}

.passwordFieldWrap input {
    padding-right: 35px;
}

#showPassBtn {
    position: absolute;
    right: 10px;
    z-index: 100;
    top: 15px;
}

@media (min-width: 768px) {
    #secondaryNav {
        height: 100%;
    }
    .themeForm.adSectSearchForm .form-control {
        max-width: 300px;
    }
}



@media (max-width: 767px) {
    .adSectSearchForm {
        text-align: center;
    }
    .adSectSearchForm .form-check {
        text-align: left;
    }
    
}