/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

/*
|------------------------------------------------------------------------------------------------
|  Pre Loader Spinner
|------------------------------------------------------------------------------------------------
|
*/


.spinner{
    width: 80px;
    height: 80px;
    
    border: 2px solid #f3f3f3;
    border-top:3px solid #f25a41;
    border-radius: 100%;
    
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
    
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}

#overlay{
  height:100%;
  width:100%;
  /* background:rgba(0, 0, 0, 1); */
  background:rgba(255, 255, 255, 1);
  position:fixed;
  left:0;
  top:0;
    z-index: 999;
 }


/* Background Color Classes */

.bg-blue {
    background-color: #007bff!important;
}

.bg-indigo {
    background-color: #6610f2!important;
}

.bg-purple {
    background-color: #6f42c1!important;
}

.bg-pink {
    background-color: #e83e8c!important;
}

.bg-red {
    background-color: #dc3545!important;
}

.bg-orange {
    background-color: #fd7e14!important;
}

.bg-yellow {
    background-color: #ffc107!important;
}

.bg-green {
    background-color: #28a745!important;
}

.bg-teal {
    background-color: #20c997!important;
}

.bg-cyan {
    background-color: #17a2b8!important;
}

.bg-gray {
    background-color: #6c757d!important;
}

.bg-gray-dark {
    background-color: #343a40!important;
}




/* Text Color Classes */

.text-blue {
    color: #007bff!important;
}

.text-indigo {
    color: #6610f2!important;
}

.text-purple {
    color: #6f42c1!important;
}

.text-pink {
    color: #e83e8c!important;
}

.text-red {
    color: #dc3545!important;
}

.text-orange {
    color: #fd7e14!important;
}

.text-yellow {
    color: #ffc107!important;
}

.text-green {
    color: #28a745!important;
}

.text-teal {
    color: #20c997!important;
}

.text-cyan {
    color: #17a2b8!important;
}

.text-gray {
    color: #6c757d!important;
}

.text-gray-dark {
    color: #343a40!important;
}

img#brand_logo_login {
    padding: 20px;
}

img#brand_logo_dashboard {
    padding: 11px;
    margin-bottom: 210px;
}

/* Define an animation behavior */
@keyframes spinner {
    to { transform: rotate(360deg); }
}
/* This is the class name given by the Font Awesome component when icon contains 'spinner' */
.fa-spinner {
/* Apply 'spinner' keyframes looping once every second (1s)  */
/* animation: spinner 1s linear infinite; */
}


#animated_box {
    /* width: 70px; */
    /* height: 47px; */
    background: #6c757d;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    padding: 8px;
    animation: animated_box 2s 1;
    -moz-animation: animated_box 2s 1;
    -webkit-animation: animated_box 2s 1;
    -o-animation: animated_box 2s 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
@keyframes animated_box {
    /* 0% {
        transform: rotate(0deg);
        left: 0px;
    }
    25% {
        transform: rotate(20deg);
        left: 0px;
    } */
    0% {
        transform: rotate(0deg);
        left: 90%;
    }
    /* 25% {
        transform: rotate(0deg);
        left: 90%;
    } */
    50% {
        /* transform: rotate(0deg);
        left: 90%; */
        background: #505050;
    }
    100% {
        transform: rotate(-360deg);
        left: 0px;
    }
}

/* 
.main-content {
    padding-left: 315px !important;
}

.navbar {
    left: 290px !important;
}

.main-sidebar {
    width: 290px !important;
} */

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    font-size: 12px !important;
}

.image-preview label, #callback-preview label {
    margin-bottom: 25px;
}

.colored-image-preview label, #callback-preview label {
    margin-bottom: 25px;
}

.select2_tags-container--disabled, .select2-container--disabled {
    cursor: default;
    pointer-events: none;
}

.select2_tags-container--disabled .select2-selection__arrow b, .select2-container--disabled .select2-selection__arrow b{
    display: none;
}

.datatable_list_image {
    /* max-width: 100%!important; */
    /* max-height: 150px!important; */
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    position: relative;
}

.image-preview-add-more {
    margin-bottom: 2%;
}

.colored-image-preview-add-more {
    margin-bottom: 2%;
}

.product-specifications-add-more {
    margin-bottom: 5%;
}

.product-specifications-input-group {
    padding: 1px;
}

.product-specifications-form-group {
    background: grey;
    border-radius: 6px;
}

.cust_add_btn {
    position: absolute;
    right: 3%;
}

div .input-group-text {
    background-color: #eeeeee;
}

.card-body-left-side {
    float: left;
    padding: 0px;
}

.card-body-right-side {
    float: left;
}

.custom-model-data-title {
    line-height: 20px;
    text-align: center;
}

.custom-model-data-image {
    width: 120px;
    height: 120px;
    border: 1px dashed #ddd;
    float: left;
}

.custom-model-data-image label {
    margin-bottom: 6px;
    width: 80px;
    height: 20px;
    line-height: 20px;
}

.custom-model-data-image-save {
    position: relative;
    left: 6%;
}

.custom-model-data-image-add-more {
    margin: 7% 0 0 1%;
}

.custom-model-data-image-cross, .custom-model-data-db-image-cross {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    cursor: pointer;
}

.card-header-bg {
    background-color: #e3e3e3 !important;
}

.no-custom-models {
    text-align: center;
    color: red;
}

.loader {
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: block !important;
}

.loader .fas {
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    color: white;
}

#loader {
    position: fixed;
    display: none;
}

.set-btn-wid {
    /* width: 100px; */
    margin: 2px;
}

/* .back-button {
    text-align: center;
} */

.cancel-btn, .add-update-button {
    width: 23%;
}

i.fas.fa-star {
    color: gold;
}

.image-preview input {
    left: 0;
}

.colored-image-preview input {
    left: 0;
}

div#image-preview > span {
    display: none;
}

div#colored-image-preview > span {
    display: none;
}

.image-preview:hover .up_again {
  display: none;
}

.colored-image-preview:hover .up_again {
  display: none;
}