.nav-custom-right-btn {
    position: absolute;
    right: 0;
}

.custom_row_divs {
    flex: 50%;
    max-width: 50%;
    padding: 0 10px;
}

.custom_row_lte label {
    text-align: right;
}

.product-gallery-images {
    width: 100%;
}

.product-img-remove{
    display: inherit;
    text-align: center;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.product-img-remove:hover {
    display: inherit;
    text-align: center;
    color: rgb(233, 56, 56);
    text-decoration: none;
}
.sku_table_css{
    font-size: 12px;
    color: rgb(110, 110, 110);
}
.img_tbl_boxshadow{
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)!important;
}
.social_auth_tabletop{
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
}
.social_auth_tabletop:nth-child(1){
    border-top: none;
}
.info-text-gray{
    color: #6c757d !important;
    font-size: 80%;
}
.product_color_div_show{
    width: 20px;
    height: 20px;
}
@media (max-width: 767px) {
    .custom-nav-tabs .nav-item {
        width: 100%;
    }
    .custom_row_lte label {
        text-align: left;
    }
    .custom_row_divs {
        flex: 100%;
        max-width: 100%;
        padding: 0 10px;
    }
}

.nav-treeview{
    padding-left: 15px !important;
}
.nav-treeview li a{
    font-size: 14px;
}
.user-footer a{
    width: 100%;
    display: block;
}

.notifications-body {
    height: calc(100vh);
    overflow-y: scroll;
}






/* Style the tab */
.vertital-tab {
    float: left;
    background: linear-gradient(0deg, #F4F6F9 0%, rgba(255,255,255,1) 100%);
    width: 20%;
    height: 100%;
}

/* Style the buttons that are used to open the tab content */
.vertital-tab button {
    display: block;
    background-color: inherit;
    color: #007bff;
    padding: 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: 1px solid #DEDDDF;
}

/* Change background color of buttons on hover */
.vertital-tab button:hover {
    background: linear-gradient(0deg, #F4F6F9 0%, rgba(255,255,255,1) 100%);
}

/* Create an active/current "tab button" class */
.vertital-tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 80%;
    border-left: none;
    min-height: 300px;
    border-left: 1px solid #DEDDDF;
}

label.error {
    color: #FF0000;
    font-weight: normal !important;
    margin-left: 128px;
}

.tabs-body {
    position: relative;
    min-height: 460px;
}

.footer-btns {
    position: absolute;
    bottom: 0;
}

.pull-left {
    float: left;
}


.custom-file-input {
    color: transparent;
    opacity: 1 !important;
  }
  .custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
  }
  .custom-file-input::before {
    content: 'Select some files';
    color: black;
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
  }
  .custom-file-input:hover::before {
    border-color: black;
  }
  .custom-file-input:active {
    outline: 0;
  }
  .custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
  }

  .disabled {
    opacity: 0.5;
  }

.custom-modal .swal2-close {
    display: none;
}

.custom-modal .swal2-header {
    border-bottom: none;
}

.copy-button {
    cursor: pointer;
    position: absolute;
    font-size: 20px;
    width: 35px;
    right: 45px;
    top: 5px;
}

.close-button {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 6px;
    width: 35px;
    display: block !important;
    top: 5px;
}

.custom-modal .swal2-popup {
    padding-right: 50px; /* Adjust to accommodate the copy button */
}

.custom-modal pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: auto;
}
.code-line
{
    clear: both;
    float: left;
    width: 10px;
}
.json-renderer
{
    text-align: left;
    max-height: 80vh;
    text-align: left;
    overflow-y: scroll;
    border: 3px solid cadetblue;
    inset: auto;
    box-shadow: -1px 2px 8px 2px mediumaquamarine;
}
.custom-modal .swal2-icon {
    width: 3em;
    height: 3em;
    margin: 0.25em auto 1.875em;
}
input[type='file'].form-control {
    padding: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: black;
    color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: white;
}
.swal2-input.missing
{
    border-color: red;
}
.select2-container .select2-selection--single{
    height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 4px;
}