.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse
{
	max-height: none;
	max-height: 94vh;
    overflow: auto;
}

.sidebar .sidebar-nav.navbar-collapse
{
	padding-bottom: 20px;
}

.sidebar ul li
{
	padding-top: 3.5px;
	padding-bottom: 3.5px;
}

.add-detail-btn
{
	border-radius: 2px;
}

.add-detail-btn:hover
{
	border-radius: 2px;
}

.add-btn
{
	border-radius: 2px;
}

.add-btn:hover
{
	border-radius: 2px;
	color: #fff;
}

.each_error
{
	color: #ff0000;
	font-size: 14px;
	font-weight: 100;
}

.success_message
{
	background-color: #0f7a139e;
    margin-bottom: 26px;
    padding: 10px;
    border-radius: 2px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.2px;
}

.failed_message
{
	background-color: #ff00006b;
    margin-bottom: 26px;
    padding: 10px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.each_error_front
{
	color: #ff0000;
	font-size: 14px;
}

.dropdown-item:hover
{
	text-decoration: none;
}

.fscapita{text-transform: capitalize;}

.label_pic{width: 50px;}

.form-control{padding: 0.7rem 0.75rem !important;}

.nav li a i{padding-right: 8px;}

.each_box
{
	float: left;
	width: 14.2857142857%;
}

.each_box_header
{
	width: 100%;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    border: 1px solid #08070766;
    background-color: #337ab712;
}
.each_box_header p
{
	padding-bottom: 0px !important;
	padding: 10px;
}

.each_box_body
{
	width: 100%;
	padding: 10px;
	border: 1px solid #08070766;
}

.text-limit
{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.time_table_each_box
{
	float: left;
   width: 14.2857142857%;
}

.time_table_each_box .header
{
	border: 1px solid #e0dddd;
	/*border-left: 0px;*/
   padding: 6px;
}

.time_table_each_box .body
{
	padding: 5px;
   border: 1px solid #e0dddd;
   border-top: 0px;
   border-left: 0px;
   /*background-color: #007ca8; /*blue*/
   /*background-color: #c00000; /*red*/
   color: #fff;
   height: 130px;
}

.time_table_each_box .body p
{
	margin-bottom: 0px;
	line-height: 30px;
	font-size: 14px;
}

.blue-back{ background-color: #007ca8; /*blue*/ }
.blue-back:hover
{
	background-color: #007ca8ad;
    color: #fff;
    filter: drop-shadow(0px 0px 10px #007ca8);
}

.red-back{ background-color: #c00000; /*red*/ }
.red-back:hover
{
    background-color: var(--primary-color);
    color: #fff;
    transition: 0.1s ease-in;
}

.form-control {
    /* padding: 0.7rem 0.75rem !important; */
    padding: 0rem 0.75rem !important;
}

.sidebar .sidebar-search
{
	display: none;
}

.text-right
{
	margin-bottom: 20px;
}

.login-error 
{
    background-color: #ed8782;
    color: #fff;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 3px;
    text-align: center;
}

.sidebar ul li a.active
{
    background-color: #89848424;
}

.dashboard-logo
{
	width: 40px;
    margin-top: 3px;
}

.copyright-margin 
{
    margin-top: 30px;
    margin-bottom: 25px;
}

.time_table_each_box .header {
    display: none;
}

.time_table_each_box:nth-child(-n+8) .header {
    display: block;
}

.payment_status_bar
{
    color: #ffff;
    padding: 4px;
    border-radius: 2px;
}

.page-header
{
    font-size: 22px;
    text-transform: uppercase;
}

.page-custom-header
{
    font-size: 22px;
    padding-bottom: 8px;
    margin-left: -14px;
    text-transform: uppercase;
}

.form-control
{
    border-radius: 2px;
}

.tox-tinymce
{
    border-radius: 4px !important;
}

.add-banner-img
{
    border: 1px solid rgb(216 216 216);
}

.special-image-upload-box .flex-form
{
    border: 1px solid #ccccccc4;
    padding: 17px;
    margin-top: 6px;
    border-radius: 2px;
}

.del-btn
{
    float: left;
    width: 92%;
    text-align: center;
    background-color: #f0f0f0;
    margin-left: 4.5%;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: 6px;
    color: #222f3ec9;
}

.select2-container {
    margin: -2px !important;
}

.select2-dropdown.select2-dropdown--below
{
    margin-left: 2px;
    margin-top: 2px;
}

#colorPicker
{
    width: 34px;
    height: 34px;
    margin-top: 24px;
}

.btn.globalbtn.subcat-btn-1
{
    text-decoration: none;
    float: right;
    background-color: #222222;
    color: #ffff;
    height: 40px;
    border-radius: 4px;
    text-decoration: none;
}

.veriable_product_delete_btn
{
    background-color: #ef5959;
    color: #ffff;
    padding: 6px;
    border-radius: 1px;
    line-height: 80px;
    padding-left: 10px;
    padding-right: 10px;
}

.veriable_product_delete_btn:hover
{
    color: #ffff;
}

.veriable_product_delete_btn
{
    background-color: #ef5959;
    color: #ffff;
    padding: 6px;
    border-radius: 1px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    margin-top: 23px;
    border-radius: 3px;
    text-decoration: none;
}

.veriable_product_delete_btn:focus
{
    color: #ffff;
    border: none;
    outline: none;
    text-decoration: none;
}

.veriable_product_delete_btn:hover
{
    text-decoration: none;
}

.empty_btn
{
    margin-right: 14px;
    background-color: #c17210;
}

.huge {
    font-size: 14px;
    text-transform: capitalize;
}

/*
    float: left;
    width: 92%;
    text-align: center;
    background-color: #f0f0f0;
    margin-left: 4.5%;
*/

.postaPlus-function
{
    margin-top: -10px;
}
.postaPlus-function-section
{
    float: right;
    margin-bottom: 12px;
    width: 70%;
}
.postaPlus-function-section span
{
    font-size: 12px;
    font-weight: 600;
}
.postaPlus-function-section input[type="submit"]
{
    background-color: #80808014;
    color: black;
    font-weight: 400;
    font-size: small;
    margin-top: 10px;
}

/*
.postaPlus-function
{
    margin-top: -3px;
}
.postaPlus-function span
{
    width: 70%;
}
.postaPlus-function input
{
    width: 70%;
    margin-bottom: 12px;
}
*/

.page-header{ display:none !important; }

.btn-link.btn-danger
{
    color: #f25961 !important;
    font-size: 18px;
    padding-top: 10px;
}

.form-group input{ height: 38px !important; }
.card-action{ text-align:right; }
.form-group select{ border-radius:2px; height:38px; }
/* .form-group textarea{ height:100px !important; } */
.form-group input[type="file"]{ height:40px !important; padding:8px !important; }

.image_or_vide_show{ float:left; width:10%; height:auto; border:1px solid #ebedf2; margin-left:1.3%; padding:2px; margin-bottom:10px; }
.image_or_vide_show img{ width:100%; height:60px; }

.IV_Show
{
    padding: 0px !important;
    padding-top: 4px !important;
    text-align: center;
    width: 100%;
    background-color: #9e9e9e14 !important;
    border-radius: 0px !important;
}