.icon-1x {
    font-size: 18px;
}

.icon-4x {
    font-size: 72px;
}

.btn-icon-1x {
    padding: 0 5px;
    font-size: 22px;
}

.w-60 {
    width: 60px;
}

.content-container tr th:first-child,
.content-container tr td:first-child {
    width: 50px;
    text-align: left;
}

.content-container tr th:nth-child(2),
.content-container tr td:nth-child(2) {
    width: 60px;
    text-align: left;
}

.content-container tr th:last-child,
.content-container tr td:last-child {
    width: 120px;
    text-align: right;
}

.m-t-8 {
    margin-top: 8px;
}

.text-danger {
    color: #f2545b;
}

.text-info {
    color: #19b5fe;
}

.text-success {
    color: #0c9;
}

.text-warning {
    color: #f7bc06;
}

.text-primary {
    color: #4c66fb;
}

.text-secondary {
    color: #95aac9;
}

.text-orange {
    color: #e79e4e;
}

.text-hover-danger:hover {
    color: #f2545b;
}

.text-hover-info:hover {
    color: #19b5fe;
}

.text-hover-success:hover {
    color: #0c9;
}

.text-hover-warning:hover {
    color: #f7bc06;
}

.text-hover-primary:hover {
    color: #4c66fb;
}

.text-hover-secondary:hover {
    color: #95aac9;
}

.text-hover-orange:hover {
    color: #e79e4e;
}

.btn-outline-orange {
    color: #e79e4e;
    border-color: #e79e4e;
}

.btn-orange,
.btn-outline-orange:hover {
    color: #fff;
    border-color: #e79e4e;
    background-color: #e79e4e;
}

.table.table-card tbody tr:hover {
    background-color: #f3f8ff;
    transform: scale(.99);
}

.btn-transparent {
    border: none;
    background: none;
    padding: 0;
    line-height: 1;
}

.btn-transparent:focus {
    outline: none;
}

.btn-transparent:hover {
    cursor: pointer;
}

.cstm-switch:hover {
    cursor: pointer;
}

.beautiful-file .beautiful-choose:hover,
.beautiful-file .beautiful-reset:hover {
    cursor: pointer;
}

.beautiful-file input {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.img-upload-area {
    background-color: #fbfbfb;
    border: 1px dashed #dddede;
    text-align: center;
    padding: 5px;
}

.img-upload-area img {
    max-height: 100px;
}

.img-delete {
    position: relative;
}

.img-delete:hover {
    cursor: pointer;
}

.img-delete-link {
    position: absolute;
    padding: 2px 7px;
    border-bottom-right-radius: .25rem;
    display: none;
}

.img-upload-area:hover .img-delete-link {
    display: block;
}

.sortable {
    cursor: move;
}

.select2{
    width: 100% !important;
}

.link-select-list,
.menu-select-list,
.discount-select-list,
.property-select-list,
.size-stock-select,
.contact-home-list {
    display: none;
}

.hover-nodrop:hover {
    cursor: no-drop !important;
}

.no-img {
    font-size: 23px;
}

.menu-tree {
    list-style: none;
}

.menu-tree li {
    transition: all ease .2s;
    border: 1px solid #dce4ec;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(126,142,177,.12);
    padding: .9375rem;
    vertical-align: top;
    border-top: 1px solid #edf2f9;
    list-style: none;
    margin-bottom: 6px;
}

.menu-tree li:hover {
    background-color: #f3f8ff;
    transform: scale(.99);
}

.nav-pills .nav-link:hover {
    color: #12263f;
    background-color: #edf2f9;
}

.nav-pills .nav-link.active:hover,
.nav-pills .show>.nav-link:hover {
    color: #fff;
    background-color: #2c41bd;
}

.option-item .tag-input label {
    padding: .375rem .75rem;
}

.option-item:nth-of-type(1) {
    border-top: 1px solid #ecf1f8;
    padding-top: 1rem;
}

.pull-up {
    margin-top: -65px !important;
}

.dataTable td,
.dataTable .cstm-switch{
    vertical-align: middle;
}