.login-logo {
    margin-bottom: 20px;
}

.app-login-box h4 div {
    opacity: 1;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}

.form-control {
    height: 45px;
}

textarea.form-control {
    height: auto;
}

.btn-primary {
    color: #fff;
    background-color: #2686ff;
    border-color: #2686ff;
    height: 45px;
    min-width: 120px;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 450px;
        margin: 1.75rem auto;
    }
}

.app-login-box .modal-body {
    padding: 30px;
}

.app-header__logo .logo-src {
    /*background: url(/images/admin-logo.png) no-repeat;
    height: 38px;
    width: 130px;*/
    background: unset;
    height: unset;
    margin: auto;
}

.header__pane {
    margin-right: 0px !important;
    margin-left: unset !important;
}

.font-18 {
    font-size: 16px !important;
}

.app-sidebar__heading {
    color: #072f81;
}

.app-footer__inner {
    justify-content: center;
}

    .app-footer__inner p {
        margin-bottom: 0;
        text-align: center;
        display: block;
    }

.app-page-title .page-title-heading div {
    text-transform: uppercase;
    font-weight: 700;
}

    .app-page-title .page-title-heading div.page-title-subheading {
        text-transform: lowercase;
        font-weight: 400;
    }

.widget-chart .widget-subheading:first-child {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    opacity: 1;
}

.vertical-nav-menu li a.mm-active {
    color: #fff;
    background: #072f81;
    font-weight: bold;
}

    .vertical-nav-menu li a.mm-active i {
        opacity: 1;
    }

.vertical-nav-menu ul > li > a {
    color: #6c757d;
    height: auto;
    padding: 10px 1.5rem 10px;
    word-break: break-word;
    white-space: normal;
    line-height: 15px;
}
/*}*/
.action_button a {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    border-radius: 2px;
    line-height: 25px;
    color: #fff;
}

    .action_button a.edit {
        background-color: #02b228;
    }

    .action_button a.delete {
        background-color: #f00;
    }

    .action_button a.advancededit {
        background-color: #3a84ea;
    }

.vertical-nav-menu li a {
    font-weight: 500;
}

.validation_msg {
    width: 33%;
}

.filter-drpdwn {
    height: 33px;
    padding: .175rem .35rem;
    width: unset;
}

.post-add .form-group.top-left button {
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    height: 45px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
}

.dropdown-menu {
    transform: translate3d(695px, -521px, 0px) !important;
    position: fixed !important;
}

.post-add .form-group.top-left .dropdown .dropdown-menu {
    overflow-y: scroll;
    /* transform: none !important;*/
    min-height: 10vh;
    max-height: 75vh;
    top: 100% !important;
    /*margin-top:20% !important;*/
}

.top-left .dropdown .dropdown-menu .dropdown-item img {
    max-width: 28px;
    margin-right: 5px;
}

.top-left .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 20px 10px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.top-left .dropdown .dropdown-menu {
    /* border-top: 2px solid #2686ff;*/
    border-radius: 0;
    padding: 0;
    top: 7px !important;
}

.my-account .dropdown-menu {
    padding: 0px;
    border-top: 2px solid #1066d2;
    border-radius: 0;
    top: 12px !important;
}

    .my-account .dropdown-menu .dropdown-item {
        padding: 6px 20px;
    }

width: unset;
}


/*# Image zoom css */

.dialog-ovelay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 999999
}

    .dialog-ovelay .dialog {
        width: 600px;
        margin: 100px auto 0;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,.2);
        border-radius: 3px;
        overflow: hidden
    }

        .dialog-ovelay .dialog header {
            padding: 10px 8px;
            background-color: #f6f7f9;
            border-bottom: 1px solid #e5e5e5
        }

            .dialog-ovelay .dialog header h3 {
                font-size: 12px;
                margin: 0;
                color: #555;
                display: inline-block
            }

            .dialog-ovelay .dialog header .fa-close {
                float: right;
                color: #c4c5c7;
                cursor: pointer;
                transition: all .5s ease;
                padding: 0 2px;
                border-radius: 1px
            }

                .dialog-ovelay .dialog header .fa-close:hover {
                    color: #b9b9b9
                }

                .dialog-ovelay .dialog header .fa-close:active {
                    box-shadow: 0 0 5px #673AB7;
                    color: #a2a2a2
                }

        .dialog-ovelay .dialog .dialog-msg {
            padding: 12px 10px;
            min-height: 100px;
            text-align: center;
        }

            .dialog-ovelay .dialog .dialog-msg p {
                margin: 0;
                font-size: 23px;
                color: #333
            }

        .dialog-ovelay .dialog footer {
            border-top: 1px solid #e5e5e5;
            padding: 8px 10px
        }

            .dialog-ovelay .dialog footer .controls {
                direction: rtl
            }

                .dialog-ovelay .dialog footer .controls .button {
                    padding: 5px 15px;
                    border-radius: 3px
                }

.button {
    cursor: pointer
}

.button-default {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #5D5D5D;
}

.button-danger {
    background-color: #2b547d;
    border: 1px solid #16295c;
    color: #f5f5f5
}

.link {
    padding: 5px 10px;
    cursor: pointer
}
/*# End Image zoom css */

.mh_100 {
    max-height: 100px;
    overflow: hidden;
}

.ordernumber {
    width: 44px;
    background: #e2e2e2;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.custom-file-input {
    color: transparent;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.coustom-input .custom-file-input {
    position: absolute;
    top: 0;
    left: 0;
}

.photo .coustom-input {
    border: none;
}

.content {
    padding: 0px 0px 0px 25px;
}

    .content h6 {
        margin-bottom: 0;
    }

.photo {
    display: flex;
    align-items: center;
}

    .photo .coustom-input {
        height: 120px;
        width: 120px;
        position: relative;
        border: 2px dashed #ccc;
        border-radius: 4px;
    }

        .photo .coustom-input:before {
            content: '';
            background: url(../image/camera.png) no-repeat center center;
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 9999;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

input[type=number] {
    -moz-appearance: textfield;
}

.UserActiveInActive {
    width: 55px !important;
}

.btnBack {
    margin-bottom: 20px;
    margin-left: 20px;
}

.admin-adsbox .thaizzle-inner {
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 6px;
    border: #d0cdcd 1px solid
}

.admin-adsbox .th-img-container {
    height: 170px;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 6px 6px 0 0;
}

    .admin-adsbox .th-img-container img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        height: 284px;
        object-fit: cover;
        width: 100% !important;
    }

.admin-adsbox .card-info {
    padding: 8px;
}

.admin-adsbox .thaizzle-card-title {
    color: #000;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all ease .5s;
    margin-bottom: 0;
    line-height: 20px;
    height: 22px;
    text-transform: capitalize;
}

.admin-adsbox .card-info p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #212121;
    margin-bottom: 8px;
    overflow: hidden;
    line-height: 18px;
    word-break: break-all;
}

.admin-adsbox .card-price {
    color: #003271;
    font-weight: 600;
    font-size: 18px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.admin-adsbox .th-card-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

    .admin-adsbox .th-card-btn a {
        font-size: 14px;
        width: calc(50% - 5px);
        height: 37px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #072f81;
        border-radius: 5px;
        transition: all ease .5s;
        color: #222;
    }

.admin-adsbox .globel-hover:hover {
    background-color: #d6e6f8;
    text-decoration: none;
    color: #222;
}

.admin-adsbox .thaizzle-card-title:hover {
    color: #0083c9;
}

.checkbox-wrapper-1 {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
}


.grid-icon {
    height: 15px;
    margin-right: 3px;
}

.text-info {
    color: #072f81 !important;
    
}

.vertical-nav-menu ul > li > a.mm-active {
    color: #fff !important;
    background: #072f81;
    font-weight: bold;
}

a {
    color: #072f81 ;
}

    a.mm-active {
        color: #fff !important;
        background: #e0f3ff;
        font-weight: bold;
    }

input:checked + .slider {
    background-color: #072f81 !important;
}

.btnbutton { 
    background: #072f81 !important;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
}

.pagination li a {
    color: #072f81;
}

.page-item.active .page-link, .pagination .active.page-number .page-link{
    background-color: #072f81;
    border-color: #072f81;
}
.btn-primary{
    margin-right: unset;
    background-color: #072f81 !important;
}