.navbar-brand>img {
    height: 48px;
}
.navbar-inverse {
    background-color: #ffffff;
    border-color: #d9d9d9;
}
.pmd-btn-fab.btn-sm i, .pmd-btn-fab.btn-sm span, .material-icons.md-light {
    color: #3d2b88;
}
.notification .pmd-badge[data-badge]::after {
    background-color: #3d2b88;
    color: white;
}
.new-admin-table table tr td img {
    height: 50px;
}
.selectStyle .select2-container--bootstrap {
    width: 100%!important;
}

.loginlogo a img {
    /*width: 120px;*/
}
.support-lunadio {
    border: 1px solid #4d575d;
    border-radius: 1000px;
    padding: 6px 6px 4px 6px;
}
.table-row-action-orders {
    min-width: 170px;
    text-align: center;
}
.desc-col .btn.pmd-btn-fab i {
    line-height: normal;
}
.desc-col {
    position: relative;
}
.desc-col .pmd-btn-flat.btn-info {
    width: auto;
    height: auto;
    min-width: 0;
    float: right;
    background-color: transparent;
    position: absolute;
    top: 15px;
    right: 0;
}
/*.desc-col span {
    white-space: nowrap;
    width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
}*/
.table-img-prev {
    width: 80px;
    height: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
.dashboard-active-product-icon {
    color: white;
    background-color: #3d2b88;
}
.dashboard-active-product-icon i {
    padding: 8px;
}
/*.dashboard-active-product-list {
    list-style-type: none;
    overflow: hidden;
    padding: 11px 0;
}
.dashboard-active-product-list li {
    float: left;
    margin-right: 40px;
}
.dashboard-active-product-list li:last-child {
    margin-right: 0;
}
.dashboard-active-product li i {
    margin-top: -3px;
    float: left;
}
.dashboard-active-product ul li.list-group-item {
    overflow: hidden;
}
.dashboard-active-product ul li.list-group-item .media-left, .dashboard-active-product ul li.list-group-item .media-middle {
    float: left;
}
.dashboard-active-product ul li.list-group-item .media-right {
    float: right;
}
.dashboard-active-product ul li.list-group-item .media-body {
    width: auto;
}*/

.statistics li {
    width: 19%;
}
.display-xs {
    display: none;
}
.ui-sortable>li {
    cursor: move;
    border: 1px solid #ededed;
}

.contact_form {
    margin-bottom: 14px;
}
.register_form {
    padding: 3rem 0;
    margin: auto;
    max-width: 420px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.register_form .register_logo{
    /*    display: inline-block;
        width: 80%;*/
}
@media screen and (max-width: 768px) {
    .dashboard-active-product-list li {
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .display-xs {
        display: block;
    }
    .contact_form {
        margin-top: 30px;
    }
}

.select-copy-none{
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

.checkbox-style12 label{
    width: 100%;
    min-height: 80px;
    padding: 6px;
    cursor: pointer;
    border: 1px solid #eee;
}
/*.checkbox-style12 label:hover{
    background-color: #1f2f46;
    color: #ffffff
}*/
.checkbox-style12 label input[type='checkbox']{
    display: none;
}

.checkbox-style12 label span p{
    margin: 0;
    font-size: 14px;
    word-break: break-word;
}
.checkbox-style12 label img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.blackbg{
    /*    background-color: #1f2f46;
        color: #ffffff;*/
    border: 1px solid #1f2f46 !important;
}
.padding0 {
    padding: 0;
}
.product_vendor_div {
    position: relative;
}

.m-t-1rem {
    margin-top: 1rem;
}
.hr_style {
    margin-top: 4px;
    margin-bottom: 16px;
}
.p-t-4 {
    padding-top: 4px !important;
}
.m-t-0{
    margin-top: 0;
}
.p-t-0 {
    padding-top: 0 !important;
}
.mt-7{
    margin-top: -7px;
}
.avatar-list-img.avtar_listImg12 img{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.m-b-1rem{
    margin-bottom: 1rem;
}
.m-b-0 {
    margin-bottom: 0;
}
.text_center{
    text-align: center !important;
}
.dis_inline {
    display: inline-block;
}
/*.product_actionBtn a {
    display: inline;
}*/
/*.desc-col.pro_disc{
    text-align: center !important;
}*/
.desc-col.pro_disc .pmd-btn-flat.btn-info{
    position: relative;
    float: none;
    top: 0;
}
.pmd-textfield.product_textareamodal textarea.form-control{
    height: 35px;
}
.form-inlineflex {
    display: inline-flex;
}
.search_input{
    width: 23%;

}
/*ALl Mobile CSS Media Query*/
@media only screen and (max-width: 600px) {
    .list_groupItem12 .media-right, .media>.pull-right{
        padding-left: 0;
    }
    .checkbox-style12 label img{
        margin-top: 4px;
    }
    .search_input {
        width: 100%;
    }
    .ui-widget.ui-widget-content{
        width: 80% !important;
    }
    .copyLinkBtn {
        float: none !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {

    .dashboard-active-product ul li.list-group-item.list_groupItem12 .media-right{
        width: 40%;
    }
    .checkbox-style12 label img{
        margin-top: 4px;
        padding: 5px;
    }
    .search_input {
        width: 30%;
    }
    .ui-widget.ui-widget-content{
        width: 25.3% !important;
    }
    .copyLinkBtn {
        float: none !important;
    }
}
/*Zoom 125% Desktop Screen*/ 
@media only screen and (max-width: 1200px) and (min-width: 992px){
    .ui-widget.ui-widget-content{
        width: 20.3% !important;
    }
}


/*Added by anil start*/
label.error {
    transform: unset !important;
    color: red !important;
    font-size: 14px; 
}
.margin-0{
    margin: 0 !important;
}
/*Added by anil end*/

/*.addon_addImg {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-top: 8px;
}*/
.checkbox-style12 {
    position: relative;
}
.checkbox-style12 .remove_addon {
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
    line-height: 1.4;
    text-align: center;
    background: #1f2f46;
    color: #ffffff;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    font-size: 14px;
}
.allProductSize .checkbox-style12 label,
.allAddon .checkbox-style12 label{
    min-height: unset;
}
.allProductSize .checkbox-style12 label span p:first-child,
.allAddon .checkbox-style12 label span p:first-child{
    display: -webkit-box;
    height: 29px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}

.vendorSetting-section {
    max-width: 600px;
}
.vendorSetting-table .input-group-addon{
    position: absolute;
    z-index: 9;
    background: transparent;
    border: 0;
    right: 12px;
    top: 2px;
}
.vendorSetting-table .input-group-addon i{
    font-size: 20px;
}
.vendorSetting-table .input-group .form-control:first-child {
    border-radius: 4px;
}

.theme-color {
    color: #3b9183 !important;
}
/*Order Page Modal Card CSS Start*/
.orderDetailscroll {
    max-height: 350px;
    overflow: auto;
}
.orderDetail {
    border-bottom: 2px solid #f2f2f2;
    padding: 10px 20px;
}
.orderTotalprice {
    padding: 0 20px;
}
.extraOrderdetail {
    padding: 5px 20px;
}
.orderImage {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.orderName{
    margin: 0;
    color: #38657c;
    font-weight: 500;
}
.orderPrice {
    color: #404040;
    font-size: 16px;
    margin: 0;
}
.subOrder {
    margin-top: 0.5rem;
}
.subOrder {
    margin-left: 3rem;
}
.subOrder .orderImage{
    width: 40px;
    height: 40px;
}
.subOrder .orderName{
    font-weight: 400;
}
.subOrder .orderName,
.subOrder .orderPrice{
    font-size: 14px;
}
.mainOrder .media-body,.orderQuantity {
    padding: 2.5px 0;
}
.orderQuantity {
    text-align: center;
}
.subOrder .media-body {
    padding: 1.5px 0;
}
.subOrder .media {
    border-bottom: 2px solid #f2f2f2;
    padding: 4px 0;
}
.subOrder .media:last-child {
    border-bottom: 0;
}
.orderTotalprice {
    font-size: 22px;
    font-weight: 500;
    margin-top: 1rem;
}
.orderTotalprice label,.orderTotalprice span {
    color: #9f9f9f;
    margin-bottom: 0;
}
.extraOrderdetail {
    border-bottom: 3px solid #f2f2f2;
}
.extraOrderdetail label {
    margin-bottom: 0;
}
.extraNote {
    margin-bottom: 0.5rem;
}
.markButton {
    border-top: 2px solid #f2f2f2;
    padding-top: 1rem;
}
/*Order Page Modal Card CSS End*/


.printerSteps {
    -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    padding: 14px;
    margin-bottom: 14px;
}
.printerSteps p{
    margin-bottom: 6px;
    word-break: break-all;
}



/*Message Chat Page CSS Start*/
.messageCard .card-body {
    padding: 24px;
}
.inbox_people {
    width: 40%;
    float: left;
    overflow: hidden;
    border-right: solid 1px #c4c4c4;
}
.inbox_chat {
    width: calc(100% - 40%);
    float: left;

}
.messaging {
    clear: both;
    overflow: hidden;
}


.chat_middlebar{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}
.chat_middlebar {
    height: 400px;
} 
.msg_history {
    height: 344px;
    /*overflow-y: auto;*/
}
.userProfile {
    white-space: nowrap;
    height: 400px;
    overflow-y: auto;
}
.searchMessage {
    position: relative;
}
.searchMessage .form-control{
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding-left: 0;
    padding-right: 25px;

}
.searchMessage .form-control:focus{
    box-shadow: none;
}
.searchButton {
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    line-height: 38px;
    padding: 0;
    text-align: right;
    color: #adb5bd;
}
.chat_img{
    border-radius: 50%;
    object-fit: cover;
}
.userOrderDetail .orderno{
    font-size: 16px;
    font-weight: 500;

}
.userOrderDetail .usernm{
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}
.userOrderDetail .media-body{
    padding: 2px 0;
}
.reviewStar{
    vertical-align: top;
    line-height: 1;
    margin-left: 18px;
}
.reviewStar i{
    font-size: 16px;
    vertical-align: middle;
}
.chat_topbar {
    overflow: hidden;
    clear: both;
    height: 75px;
    padding: 15px 20px;
    border-bottom: 1px solid #c4c4c4;
}
.userProfile .media.active,.userProfile .media:hover {
    background-color: #ebebeb;
}
.userProfile .media{
    position: relative;
    padding: 14px;
    border-bottom: solid 1px #c4c4c4;
}
.userProfile .media-body{
    position: relative;
    width: 88%;
    padding-left: 14px;
    overflow: hidden;
}
.userProfile .chat_imgdiv{
    width: 12%;
}
.userProfile .orderno{
    font-size: 15px;
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
    display: block;
    width: 90%;
    margin-bottom: 5px !important;
}
.userProfile .usernm{
    font-size: 15px;
    font-weight: 500;
    color: #6c757d;
}
.userProfile .userdic {
    font-size: 14px;
    color: #6c757d;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}
.userProfile a {
    text-decoration: none;
}
.userProfile .date-chat {
    font-size: 15px;
    color: #6c757d;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
}
.incoming_msg_img {
    height: 45px;
    width: 45px;
}
.msg_containt {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
    border-radius: 6px;
    background-color: #ebebeb;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.36;
    color: #6c757d;
    padding: 10px;
    position: relative;
    width: 61%;
}
.msg_containt_sent{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 6px;
    background-color: #3b9183;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.36;
    color: #ffffff;
    padding: 10px;
    width: 61%;
    position: relative;
}

.time_date {
    position: absolute;
    left: 0;
    bottom: -20px;
    color: #6c757d;
    font-size: 12px;
}
.msg-div-padding {
    padding: 14px 20px;
}
.msg_search_loader {
    position: absolute;
    right: 24px;
    top: 11px;
}
/*.input_msg_write {
    position: relative;
}
.input_msg_write{
    padding: 14px 0;
    border-top: 1px solid #c4c4c4;
    margin: 0 20px;
}
.input_msg_write .form-control {
    border-radius: 0;
    border: 0;
    padding-right: 40px;
    padding-left: 0;
}
.input_msg_write .emoji-button{
    position: absolute;
    font-size: 30px;
    line-height: 29px;
    padding: 0;
    margin: 0;
}
.input_msg_write .emoji-editor {
    height: auto;
    line-height: 1.7;
    border: 0;
    box-shadow: none;
    resize: none;
    padding: 7px 40px 7px 34px;
    outline: 0;
}
.input_msg_write .chatsentbtn {
    position: absolute;
    right: 0;
    top: 15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    text-align: center;
    padding: 0;
}*/
.chat_type_msg .emojionearea .emojionearea-editor{
    min-height: 54px !important;
    height: 54px;
    padding: 16px 50px 16px 30px;
    display: flex;
    align-items: center;
    word-break: break-word;
}
.chat_type_msg .emojionearea-editor div,.chat_type_msg .emojionearea-editor br{
    display: none;
}
.input-chatgroup {
    width: 92%;
    margin: 0 auto;
    border-top: 1px solid #c4c4c4;
}
.chat_type_msg .emojionearea,.chat_type_msg .emojionearea.form-control{
    border: 0;
    box-shadow: none;
}
.chat_type_msg .emojionearea .emojionearea-button{
    left: 0;
    top: 14px;
    margin-right: 0;
}
.chat_type_msg .emojionearea .emojionearea-picker.emojionearea-picker-position-top{
    left: 0;
}
.chatsentbtn {
    position: absolute;
    right: 0;
    top: 10px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 34px;
}
.back_arrow {
    display: none;
}
.feedbackModal .lablefeed{
    font-size: 18px;
    color: #000000;
    display: block;
    margin-bottom: 0;
    font-weight: 500;
}
.feedbackModal p{
    font-size: 15px;
    font-weight: normal;
}
.feedbackModal .reviewStar{
    margin-left: 0;
}
@media only screen and (min-width : 992px) {

}
@media only screen and (max-width : 991px) {

    .userProfile .chat_imgdiv {
        width: 18%;
    }
    .userProfile .media-body{
        width: 82%;
    }
    .userProfile .reviewStar {
        margin-left: 0;
        display: block;
    }
    .chat_topbar .reviewStar{
        margin-left: 0;
        display: block;
    }
    .inbox_chat .chat_topbar{
        padding: 6px 20px;
    }
    .chat_middlebar,.userProfile {
        height: 550px;
    }
    .msg_history{
        height: 480px;
    }

}
@media only screen and (max-width: 600px) {
    .inbox_chat {
        display: none;
    }
    .inbox_people {
        width: 100%;
        float: none;
        border-right: 0;
    }
    .inbox_chat {
        width: calc(100% - 0%);
        float: none;

    }
    .inbox_chat .chat_topbar {
        padding: 15px 0;
        height: auto;
        padding-top: 0;
    }
    .userProfile .chat_imgdiv {
        width: 16%;
    }
    .userProfile .media-body{
        width: 84%;
    }
    .msg-div-padding{
        padding: 14px 0;
    }
    .viewFeedbackBtn {
        float: none !important;
        margin: 0 auto;
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }
    .chat_topbar .reviewStar {
        margin-left: 5px;
        display: inline-block;
    }
    .back_arrow {
        display: block;
        padding: 5px;
    }
    .chat_middlebar, .userProfile {
        height: 470px;
    }
    .msg_history {
        height: 400px;
    }

}
/*Message Chat Page CSS End*/


.select2-container .select2-selection__rendered > *:first-child.select2-search--inline {
    width: 100% !important;
}
.select2-container .select2-selection__rendered > *:first-child.select2-search--inline .select2-search__field {
    width: 100% !important;
}

.suqare-menu svg{
    width: 25px;
}
.fa-modifiers:before{
    content: url(../img/modifire.png);
}   
.sidebar-link.active .fa-modifiers:before{
    content: url(../img/modifire-white.png);
}
.fa-selections:before{
    content: url(../img/selection.png);
}   
.sidebar-link.active .fa-selections:before{
    content: url(../img/selection-white.png);
}   

/*Added by Anil Start*/
.orderClass .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color:#3b9183 !important;
}
.order_top_raw{
    background: #b4d8b4;
}
.order_complete_raw{
    background: #e4e1e1;
}

/*Added by Anil End*/

/*Navigation_switch Start*/
.slide_nav_toggle .navigation_switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    left: -3px;
}

/* Hide default HTML checkbox */
.slide_nav_toggle .navigation_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slide_nav_toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slide_nav_toggle .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slide_nav_toggle input:checked + .slider {
    background-color: #3b9183;
}

.slide_nav_toggle input:focus + .slider {
    box-shadow: 0 0 1px #3b9183;
}

.slide_nav_toggle input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* Rounded sliders */
.slide_nav_toggle .slider.round {
    border-radius: 34px;
}

.slide_nav_toggle .slider.round:before {
    border-radius: 50%;
}
.slide_nav_toggle .check_switch{
    width: 100%;
}
.sidebar.shrink .slide_nav_toggle .navigation_switch{
    width: 32px;
    margin-right: 0 !important;
}
/*Navigation_switch End*/

/*Added by Anil Start*/
.placehoder_font_small::placeholder{
    font-size: 12px
}
/*Added by Anil End*/


.d_block_are{margin-right: .5rem;}
.radio_design{margin-bottom: 0;}
.radio_design .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.radio_design .custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.radio_design .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.radio_design .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #058f84;
    background-color: #058f84
}

.radio_design .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.radio_design .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.radio_design .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.radio_design .custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.radio_design .custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.radio_design .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.radio_design .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.radio_design .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}
.radio_design .custom-radio .custom-control-label::before {
    border-radius: 50%
}

.radio_design .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.radio_design .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

@media (max-width:575.98px) {
    .d_block_are {
        margin-right: 0;
        margin-bottom: .5rem;
        display: block;
    }
}