/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
a.navbar-brand > img:nth-of-type(1) {
    width: 40px;
}
a.navbar-brand > img:nth-of-type(2) {
    height: 40px;
}
.horizontal-menu .header-navbar.navbar-brand-center .navbar-header {    
    left: 50%;
    transform: translateX(-50%);  
}
.override_justify_right {
    margin-left: auto;
    margin-right: 1.5rem;
}
.in_aresult {
    float: right;
    height: 20px;
    width: 20px;
}
.content-header-title.float-start.mb-0.breadcrumb_less {
    border-right:none;
}
a.brand-logo img:nth-of-type(1), a.brand-logo img:nth-of-type(2) {
    height:40px;
}
table > tbody > tr > td > span.table_sf {
    font-size: 12px;
}
.table-hover tbody tr {
    cursor: default;
}
.tooltip_div {
    display: inline-block;
}
.btn-group.shop_select > .dropdown-menu > a:last-of-type {
    background: #7367f0;
    color: #fff;
}
.btn-group.shop_select > .dropdown-menu > a:last-of-type:hover {
    background-color: #887ef2;
}
li.list-group-item.title_button, .dd_add_new {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.list-group-item.title_button h4 {
    margin-bottom: -2px;
}
.no-p-b {
    padding-bottom: 0;
}
.mt-24 {
    margin-top: 24px !important;
}
/*.btn-icon {min-width:34px;max-width:34px;}
.btn-icon > i {
    font-size: 16px;
}*/
.table:not(.table-dark):not(.table-light) thead:not(.table-dark) th, .table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th {
    background-color: #fff;
}
.btn-flat-success {
    background-color: rgba(40, 199, 111, 0.12);
}
.btn-flat-success:hover {
    background-color: rgba(40, 199, 111, 0.2);
}
.avatar-group > .btn {
    border-radius: 0px;
}
.btn-flat-warning {
    background-color: rgba(255, 159, 67, 0.12);
}
.btn-flat-warning:hover {
    background-color: rgba(255, 159, 67, 0.2);
}
.btn-flat-secondary {
    background-color: rgba(130, 134, 139, 0.12);
}
.btn-flat-secondary:hover {
    background-color: rgba(130, 134, 139, 0.12);
}
.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;    
  }
.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    color: #fff;
    position: absolute;
    z-index: 1;
    padding: 0.4rem 0.775rem;
    text-align: center;
    background-color: #82868b;
    border-radius: 0.358rem;
    bottom: 39px;
    left: 50%;
    transform:translateX(-50%);
    line-height: initial;
}
.btn-sm.tooltip .tooltiptext {
    bottom: 31px; 
}  
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; 
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #82868b transparent transparent transparent;
  }
  .table-responsive {
    overflow: visible;
}
.btn-group.btn-group-block {
    width: 100%;
}
.btn-group.btn-group-block button {
    text-align: left;
}
.dropdown-toggle::after {
    border: none !important;
    content: "\e64b";
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    color: #ffffff;
    width: 14px;
    height: 11px;
    font-family: 'themify';
    position: relative;
    top: 1px;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0;
    vertical-align: 0;
    /* margin-top: 50;*/
    font-size: 12px;
    text-align: right;
    float: right;
    margin-left: 8px;
}
.horizontal-menu .header-navbar.navbar-horizontal .nav-link.dropdown-toggle::after {
    background-image:none;
    margin-top: -6px!important;

}
.example-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-direction: row;
    background: #ffffff;
    border: solid 2px #000000;

}
.css-dropdown {
    position: relative;    
}
.css-dropdown > ul {
    display: none;
    flex-direction: column;
    position: absolute;
    background: #ffffff;
    border: solid 2px #000000;
    box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
    min-width: 215px;
    border: none;
    min-height: 52px;
    position: absolute;   
    top: 30px;
    font-size: 1rem;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: slideIn;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #6e6b7b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(34, 41, 47, 0.05);
    border-radius: 0.357rem;
}

.css-dropdown:focus-within > ul {
    display: flex;
    z-index:1000;
}
.css-dropdown.dropdown-hover:hover > ul {
    display: flex;
    z-index:1000;
}
.example-menu a {
    display: inline-block;
    font-size: 1rem;
    padding-top: 0.68rem;
    padding-bottom: 0.68rem;
    
}
.css-dropdown > a {
    display: inline-block;
    padding: 1rem;
    color: #000000;    
}
.css-dropdown li {
    content: " \2193";
    line-height: 1.5rem;
}
ul.css-dropdown-ul li a {
    font-size: 1rem;
    padding: 0.65rem 1.28rem;
    display: block;
    text-align: left;
    transition: all 0.2s ease;
    color: #6e6b7b;
    font-weight:400;
}
ul.css-dropdown-ul li a:hover {
    transform: translateX(5px);
    transition: transform 0.2s;  
   
}
ul.css-dropdown-ul li:hover {   
    color: #7367f0;
    background-color: rgba(115, 103, 240, 0.12);
}
ul.css-dropdown-ul li a i {
    margin-right:0.5rem;
    vertical-align: middle;
}
.css-dropdown.dropdown-right ul {
    right: -2px;
}
.css-dropdown.dropdown-left ul {
    left:0;
}
.dropdown-medium ul {
    top: 40px;
}
.dropdown-large ul {
    top: 56px;
}
.dropdown-block ul {
    width: 100%;
}
th {
    color: #000;
}
h6.address-h {
    font-weight: bolder;
}
.icon-td {
    padding-left: 0.72rem!important;
}
.content-header-left > .row > .col-12 {
    display: flex;
}
.content-header-left > .row > .col-12 > .button-group {
    margin-left:auto;
}
.content-header-title {
    font-weight: 600;
}
.btn > i {
    vertical-align: middle;
    margin-right: 0.25rem;
}
.btn-sm.dropdown-toggle:after {
    float:none;
}
.form-check-input {
    cursor:pointer;
}
.modal-lgr {
    max-width:1000px;
}
.checked-row{
    background:rgba(115, 103, 240, 0.2);
}