
.nav-link.active:hover {
    background-color: #222;
}

[class*=sidebar-dark-] {
    background-color: #151e58;
}
aside.main-sidebar.sidebar-dark-primary.elevation-4 {
    box-shadow: 5px -6px 15px #cccccc;
}
[class*=sidebar-dark-] .sidebar a {
    color: #8388a7;
}
/*li.nav-item.has-treeview.menu-open p {
    color: #828285;
}*/

li.nav-item.has-treeview.menu-open i.nav-icon.fas.fa-tachometer-alt
{
     color: #ffffff;
}

i.fa.fa-download {
    margin-right: 10px!important;
}
table#example th {
    font-size: 10px;
}
/*button.btn.btn-danger {
    padding: .2rem .5rem!important;
}*/
body.sidebar-mini.sidebar-collapse .brand-link {
     padding: 25px 0px;
}
.btn {
     font-size: 14px;
}

@media (min-width: 576px){
.modal-dialog {
    max-width:800px !important;
}
}

.dataTable td .dimag{
	vertical-align: top;
}

.form-control.no-border-input:disabled {
       background: gainsboro !important;
    border: 0 !important;
    padding: 0;
    float: left;
    width: auto;
    height: auto;
    padding-left: 10px;
}

.view_page .form-group label{
	float: left;
}
.view_page .form-group{
	display:table;
}

.prv_img{
  float: left;
    margin-right: 20px;
    border: 1px solid #ddd;
    padding: 2px;
    width: 50px;
    position: relative;
    height: auto;
}

.img_cross {
position: absolute;
top: -5px;
right: -5px;
background-color: red;
font-weight: 600;
width: 15px;
height: 15px;
border-radius: 50%;
vertical-align: -webkit-baseline-middle;
line-height: 15px;
text-align: center;
z-index: 99;
color: #FFF !important;
font-size: 9px;
}
.prv_img img{
    position: relative;
    max-width: 50px;
    min-width: 50px;
    height: 40px;
}

.product_listing_main .emall-pro-col {
    width: 16.5% !important;
    max-width: 16.5%;
    min-width: 16.5%;
	float: left;
}


.product_listing_main .products_items {
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    box-shadow: 0 7px 14px 0 rgba(65,69,88,.15), 0 3px 6px 0 rgba(0,0,0,.09);
    border-radius: 5px;
}

.products_items {
    width: 100%;
    display: block;
    cursor: pointer;
	position:relative;
}

.products_items .img {
    display: table;
    width: 100%;
    height: 100%;
}

.products_items .img-td {
    display: table-cell;
    width: 100%;
    height: 160px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
	    padding: 18px;
}

.products_items .product_info {
    padding: 10px;
    text-align: center;
}

.products_items .img img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.products_items .pro_icon.cart {
    position: absolute;
    bottom:5px;
    left: 10px;
}

.products_items .pro_icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 48px;
}

.products_items .pro_icon.wishlist {
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.products_items .price .dp {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    color: #1d800e;
}

.products_items .product_info h4 {
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    width: 100%;
    overflow: hidden;
    color: #000;
    font-weight: 600;
}

.products_items .pro_icon.cart img {
    width: 32px;
}


.products_items .img img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.products_items .price .dp {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    color: #1d800e;
}

.products_items .price .ap::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #f51b00;
    width: 100%;
    left: 0;
    top: 50%;
}

.products_items .price .ap {
    font-size: 16px;
    font-weight: 300;
    color: #454545;
    display: inline;
    position: relative;
    color: #f51b00;
}

.product_listing_main.row.well {
    padding-bottom: 20px!important;
    display: inline;
}


.admin_product_modal .modal-dialog {
    width: 70% !important;
    max-width: 75% !important;
}

.admin_product_modal .modal-header {
    padding: 0;
}

.admin_product_modal #exampleModalLongTitle {
    padding-bottom: 30px;
}

.admin_product_modal h5 {
    font-weight: 600;
    font-size: 18px;
}

.admin_product_modal .modal-content .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff !important;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    z-index: 9999;
    opacity: 1;
    border: 2px solid #000 !important;
    font-size: 36px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    padding: 5px !important;
    outline: none;
}

.admin_product_modal .product_img {
    width: 100%;
    overflow: hidden;
}

.admin_product_modal #product_detail_tab ul{
    background-color: transparent;
    border: none;
	    padding: 0;
		margin:0;
}

.admin_product_modal #product_detail_tab li {
    background-color: transparent;
    border: none;
}

.admin_product_modal #product_detail_tab li.ui-state-active {
    background-color: rgba(0,0,0,0.2) !important;
}

.admin_product_modal #product_detail_tab li {
    background-color: #d5d5d5;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    width: 49%;
	display: block;
    text-align: center;
    width: 100%;
}

.admin_product_modal #product_detail_tab li a {
    display: block;
    text-align: center;
    width: 100%;
}

.admin_product_modal #product_detail_tab #product_detail {
    padding: 15px;
    min-height: 348px;
}

.admin_product_modal h5 {
    font-weight: 600;
    font-size: 18px;
}

.admin_product_modal .price {
    padding: 25px 0px;
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.admin_product_modal .product_form {
    display: inline-block;
    width: 69%;
    vertical-align: top;
    padding: 25px 0px;
}

.admin_product_modal h5 {
    font-weight: 600;
    font-size: 18px;
}

.admin_product_modal .price .dp {
    font-size: 16px;
    font-weight: 500;
    color: #1d800e;
    display: inline-block;
    margin-left: 0px;
}

.admin_product_modal .price .ap {
    font-size: 16px;
    font-weight: 300;
    color: #f51b00;
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
    margin-left: 5px;
}

.admin_product_modal .price .ap::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #f51b00;
    width: 100%;
    left: 0;
    top: 50%;
}

.admin_product_modal .price .dp.off {
    font-size: 13px;
    font-weight: 500;
    color: #1d800e;
    display: block;
    margin-bottom: 3px;
}

.admin_product_modal .product_form .quantity {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.admin_product_modal .product_form .btns {
    display: inline-block;
    width: 58%;
    text-align: center;
    vertical-align: top;
    margin-top: 25px;
}

.admin_product_modal .form-group {
    padding-bottom: 10px;
	margin: 0 !important;
}

.admin_product_modal .product_form .quantity #quantity {
    width: 70px;
    padding: 5px 5px 5px 10px;
}

.admin_product_modal .product_form .btns {
    display: inline-block;
    width: 58%;
    text-align: center;
    vertical-align: top;
    margin-top:0;
}

.admin_product_modal .product_form .btns .btn.btn-primary {
    margin: 3px 0;
       padding: 12px 16px;
    display: inline;
    height: 60px;
    border-radius: 0;
    font-size: 20px !important;
}

.admin_product_modal #product_features .mall_radio {
    display: inline-block;
    min-height: 50px;
    width: 50px;
    padding: 0;
    margin: 0 15px 0 0 !important;
}



.admin_product_modal .mall_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}



.admin_product_modal #product_features .mall_radio .checkmark {
    height: 50px;
    width: 52px;
    background-color: #f0f0f0;
    border-radius: 0;
    border: 2px solid rgba(0,0,0,0.15);
    margin-right: 15px;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
}

.admin_product_modal #product_features .mall_radio input:checked ~ .checkmark {
    background-color: #000;
    border: 2px solid #000;
    font-weight: 600;
    color: #fff;
}
.mall_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #000;
}
.admin_product_modal .mall_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
    text-align: left;
}
/* ChangeS New CSS */

/*button.btn.btn-success {
     padding: .2rem .5rem!important; 
}*/
.btn-xs {
    width: 60px;
    margin: 2px;
}

.replyBox {
    background: #efefef !important;
    padding: 15px !important;
    margin-top: 11px;
    border: 1px solid #cecece;
    max-height: initial;
}

.schedule_batch{
    padding: 15px;
    background-color: #80808026;
}

.image_box .documents_list{
    list-style: none;
    padding: 0;
}

.image_box .documents_list li{
    display: inline-block;
    margin: 0px 9px 0 0;
}

.image_box .documents_list li a i.fa.fa-download{
   margin: 0px!important;
}
/***********|| 17/10/2020 ||**********/
.UserPostsHere .user-block {
    width: 70px;
    display: inline-block;
}
.UserPostsHere .MainUserComment {
    width: calc(100% - 70px);
    display: inline-block;
}
.UserPostsHere .user-block img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}
.UserInfo1 span.username {
    font-size: 16px;
    font-weight: 600;
}
.UserInfo1 .description {
    font-size: 12px;
    color: #797979cd;
    line-height: 12px;
}
p.UserComment,.MainUserComment p {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}
a.link-black {
    font-size: 12px !important;
    font-weight: 600;
    color: #A6A6A6 !important;
    margin-top: 5px !important;
    display: inline-block;
}
a.link-black:hover{
    color: #000 !important;
}
.post.UserPostsHere {
    padding: 15px !important;
    background-color: #f7f7f7;
    margin: 0px 0;
}
.AnsReplys{
    float: right;
    width: calc(100% - 70px);
}
p.UserComment img {
    width: 150px !important;
    object-fit: cover;
    margin-top: 5px;
}
/***********|| 17/10/2020 ||**********/

/**************Toggal switch start****************/
/*th, td{
   text-align: center;
 }
*/
 .dataTable  .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}

.dataTable  .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

div#loadder_img {
    position: absolute;
    text-align: center;
    line-height: 50;
}
/**************Toggal switch end****************/

/***********|| 03/11/2020 ||***********/
.FilesInside .FilesLogo1 img{
    max-width: 40px;
}
.FilesInside a.FileAncr {
    width: calc(100% - 60px);
    float: left;
}
.FilesInside .FilesLogo1{
    width: 60px;
}
.FilesInside .FilesText{
    width: calc(100% - 60px);
}
.FilesInside .FIleDwnld{
    width: 60px;
}
.FilesInside .FIleDwnld img {
    max-width: 30px;
}
.FilesInside {
    border: 1px solid #cdcdcd;
    transition: 0.5s;
}
.FilesInside:hover{
    background-color: #f7f7f7;
    transition: 0.5s;
}
.AllImgSlider button.close {
    position: absolute;
    right: 0;
    z-index: 11;
    color: #000 !important;
    opacity: 1;
    font-size: 40px;
    line-height: 20px;
    padding: 5px 5px;
    background-color: #fff;
}
.ViewMoreImg {
    top: 0;
    background-color: #000000b5;
}
.ViewMoreImg h4 {
    font-size: 20px;
    font-weight: 600;
}

.ImgOneHere img {
    max-height: 170px;
    min-height: 170px;
    width: 100%;
    object-fit: cover;
}
/***********|| 03/11/2020 ||***********/
/***********|| 13/11/2020 ||***********/
.modal.fade .modal-content .modal-body .view_page .form-group,
.ViewBacthModal .modal-content .modal-body .view_page .form-group {
    width: 100% ;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none !important;
    color: #f00 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #019e89 !important;
    border: 1px solid #019e89 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 0 5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #ffffff !important;
}
.select2-container {
    /*width: 100% !important;*/
}
.select2-container .select2-search--inline .select2-search__field{
    margin: 0px !important;
}
span.pull-right.load4 {
position: absolute;
left: -75px;
top: 35px;
z-index: 121;
width: 61px;
height: 32px;
text-align: center;
padding: 4px 0px;
background-color: #e9ecef;
}
a#disp_video_id img.img-fluid {
display: block;
width: 66%;
}
a#disp_video_id {
display: block;
margin-top: 11px;
width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 17px !important;
        margin-top: 0px !important;
}
.select2-container .select2-selection--single {
    height: 34px !important;
    line-height: 20px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e5e6e7 !important;
    border-radius: 1px !important;
}

/***********|| 13/11/2020 ||***********/
/***********|| 19/11/2020 ||***********/
.preview_comman{
    min-width: 50px;
    max-width: 60px;
    height: 40px;
}
/***********|| 19/11/2020 ||***********/
/***********|| 23/11/2020 ||***********/
div#question .card .card-body span.badge.badge-pill {
    position: absolute;
    right: 0;
    top: 0px;
}
/***********|| 23/11/2020 ||***********/
/***********|| 25/11/2020 ||***********/
#content_div #form_content .fa {
    padding: 7px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

#content_div #form_content .fa:hover {
    opacity: 0.7;
}

#content_div #form_content .fa-facebook {
  background: #3B5998;
  color: white;
}
#content_div #form_content .fa-twitter {
  background: #55ACEE;
  color: white;
}
#content_div #form_content .fa-linkedin {
  background: #007bb5;
  color: white;
}

#content_div #form_content .fa-youtube {
  background: #bb0000;
  color: white;
}

#content_div #form_content .fa-instagram {
  background: rgb(228 64 95);
  color: white;
}

#content_div #form_content .fa-whatsapp {
  background: rgb(0,230,118);
  color: white;
}
/***********|| 25/11/2020 ||***********/
/***********|| 26/11/2020 ||***********/

/* img#logo {
    top: 40%;
}
img#favicon {
    bottom: 10%;
}
img#logo {
    width: 100px !important;
    position: absolute;
    height: 60px;
    padding: 0 !important;
    object-fit: cover;
}
img#favicon
{
    width: 50px !important;
    position: absolute;
    height: 60px;
    padding: 0 !important;
    object-fit: cover;
} */
/***********|| 26/11/2020 ||***********/

form#form-logo table.table .load-favicon + img {
    width: 40px !important;
    padding: 30px 0 0 0;
}


 /* width */
 .content-activety::-webkit-scrollbar {
  width: 20px;
}

/***********|| 22/12/2020 ||***********/
.content-activety::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
.content-activety::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 10px;
}
.content-activety::-webkit-scrollbar-thumb:hover {
  background: #aaa; 
}
.commentd_date{
  position: absolute;
  right: 4px;
  top: 84px;
}
.UserCmntsHere{
    box-shadow: 0px 0px 10px #dadada;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
}
.CommentContent {
    max-height: 350px;
    overflow: auto;
}
.UserCmntOnCmnt {
    width: 95% !important;
}
.ScrollOnCmt {
    max-height: 200px;
    overflow: auto;
}
.UserCmntsHere>small,.HeadingFixed h3>small {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 12px;
}
.UserCmntsHere,.HeadingFixed  {
    padding-top: 20px !important;
    position: relative;
}
.commentNav{
    background-color: #019e89 !important;
    color: #fff !important;
}

.activeUser{
    background: #ddfdd0 !important;
    padding:5px !important;
    border: 1px solid #cecece;
    max-height: initial;
}

/***********|| 22/12/2020 ||***********/
/***********|| 24/12/2020 ||***********/
.activeUserlike {
     color: #ff0000 !important;
}
.active-like-counter{
    background: #ff0000 !important;
    color: #000 !important;
}
.active-comment-counter{
   background: #ddfdd0 !important; 
   color: #000 !important;
}
.active-reply-counter{
   background: #bbb !important; 
   color: #000 !important; 
}
.BgWhiteBdr {
    border: 1px solid #bbb;
    box-shadow: 0px 0px 10px #d6d6d6;
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 5px;
}
.LayoutThree  .HeadingFixed {
    padding-top: 0px !important;
}
.content-activety .LayoutThree:last-child {
    margin-bottom: 0 !important;
}
.LayoutOne .nav.nav-pills li.nav-item {
    padding: 4px 3px;
    min-width: 100px;
}
.LayoutOne .nav.nav-pills li.nav-item a.nav-link {
    border: 1px solid #cdcdcd;
    border-radius: 50px;
}
.HeadingDivHere h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}
/***********|| 22/12/2020 ||***********/
/***********|| 09/01/2021 ||***********/
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-bottom: 4px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block !important;
}
[class*='sidebar-dark-'] .user-panel a:hover {
    color: #ffae84 !important;
}
/***********|| 09/01/2021 ||***********/
/***********|| 18/01/2021 ||***********/
.dataTables_wrapper .dataTables_filter input.form-control {
    width: auto !important;
}
/***********|| 18/01/2021 ||***********/

.nav-link p{
    width: 150px;
    white-space: normal;
}
.myCustom .nav-link i{
    float: left;
    padding: 5px 10px 0px 0px;
}
.myCustom .nav-link img{
    float: left;
    padding: 5px 10px 0px 0px;
}
.logoutbutton {
    background-color: #0e1b6b !important;
    border-color: #0e1b6b !important;
}

.mycustomTable thead tr th{
    background-color: #151e58;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}