/***** Text style *****/
.txt-right {
    text-align: right;
}

.txt-deco-none {
    text-decoration: none !important;
}

/***** Item style *****/
.f-right {
    float: right;
}

.item-center {
    align-items: center !important;
}

.item-space-between {
    justify-content: space-between !important;
}

.item-justify-center {
    justify-content: center !important;
}

.item-space-evenly {
    justify-content: space-evenly !important;
}

.item-space {
    justify-content: space-around !important;
}

.item-end {
    justify-content: end !important;
}

/***** padding *****/
.pt-15 {
    padding-top: 1.5rem !important;
}

.pt-025 {
    padding: 0.25rem !important;
}

/***** margin *****/
.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-3 {
    margin-right: 0.75rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.g-recaptcha {
    transform:scale(1.1);
    transform-origin:0 0;
}

/***** container style *****/
.breadcrumb-custom {
    display: flex !important;
    justify-content: space-between !important;
}

.custom-icon {
    cursor: pointer;
    margin-left: 0.5rem;
}

.custom-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-brand-container {
    width: 160px;
    height: 160px;
    margin-right: auto;
    margin-left: auto;
}

.custom-brand-container-small {
    width: 28px;
    height: 28px;
}

.custom-slide-container {
    width: 150px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
}

.custom-home-model-container {
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
}

.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: contain; /*magic*/
}

.img-responsive-cover {
    width: 100%;
    height: 100%;
    object-fit: cover; /*magic*/
}

.img-filter-gray {
    filter: grayscale(100%) !important;
}

.custom-brand-background {
    background-color: #f5f5f5 !important;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 10000;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
  
  /* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.1;
}
  
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
  
.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    /* border-radius: 0.5em; */
    /* -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0; */
    /* box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0; */
}

.d-custom-block {
    display: block !important;
}

.d-custom-none {
    display: none !important;
}

.w-40 {
    width: 40px;
}

.h-40 {
    height: 40px;
}

.w-80 {
    width: 80px;
}

.h-80 {
    height: 80px;
}

.w-120 {
    width: 160px;
}

.h-120 {
    height: 160px;
}

.w-160 {
    width: 160px;
}

.h-160 {
    height: 160px;
}

.flag-clicker {
    cursor: pointer;
}

.la-arrow-down-custom {
    content: '\f107' !important;
}

.dropdown-hover:hover {
    background: #413aa4 !important;
}

.content-full {
    width: 100%;
    height: 100%;
}

.content-strech {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.preloader {
    align-items: center;
    background: #FFF;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.2s linear;
    width: 100%;
    z-index: 9999;
    opacity: 1;
    transform: opacity 1s linear;
}

.custom-a-breadcrumb {
    color: rebeccapurple !important;
}

.custom-a-breadcrumb:hover {
    color: red !important;
}

.disabled-link {
    pointer-events: none;
    background-color: #c9c9c9;
}

.icon-mr {
    margin-right: 0.5rem;
}

.success-status-background {
    background: chartreuse; 
}

.failure-status-background {
    background: darkgrey; 
}

.width-100 {
    width: 100% !important;
}

.Added {
    --bs-bg-opacity: 1;
    background-color: #3778FF !important;
}

.Changed {
    --bs-bg-opacity: 1;
    background-color: #3AAA55 !important;
}

.Depricated {
    --bs-bg-opacity: 1;
    background-color: #343434 !important;
}

.Removed {
    --bs-bg-opacity: 1;
    background-color: #3bbfe4 !important;
}

.Fixed {
    --bs-bg-opacity: 1;
    background-color: #F54773 !important;
}

.Security {
    --bs-bg-opacity: 1;
    background-color: #F53535 !important;
}

.Unreleased {
    --bs-bg-opacity: 1;
    background-color: #A037FF !important;
}

.front-brand-container {
    width: 240px;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.credit-card {
    color: white;
    display: flex;
    padding: 0.5rem;
    border: 1px solid #cdcdcd;
    border-radius: 0.2rem;
}

.history-style {
    padding: 0.5rem;
    color: white;
    border-radius: 0.25rem;
}

.brand-selector-front {
    background: transparent;
}

.brand-selector-front:hover {
    background: #e9e9e9;
}

.p-1 {
    padding: 1rem !important;
}

#rev_slider_35_1_wrapper {
    height: 700px !important;
}

.tp-fullwidth-forcer {
    height: 700px !important;
}

#rev_slider_35_1 {
    height: 700px !important;
}

.tp-parallax-wrap.tp-parallax-container {
    top: 50px !important;
}

.update-history-container {
    display: flex;
    flex-direction: column;
}

.help-item-title {
    color: #000000;
    cursor: pointer;
}

.help-item-title:hover {
    color: green;
}

.active-brand {
    background-color: #bfbfbf;
}

.active-brand:hover {
    background-color: #bfbfbf;
}

.border-none {
    border: none !important;
}

.front-footer-icons {
    width: 86px;
    height: 92px;
}

.parent-model-container {
    display: flex;
}

.child-model-container {
    width: 20%;
    /* height: 100px; */
    margin-right: 10px;
}

.owl-dots .dot-circle {
    display: none !important;
}

/* Admin / Faqs */
#sortable-table tr:hover {
    background-color: #f8f9fa;
    cursor: move;
}

#sortable-table .sortable-chosen {
    background-color: #d1ecf1 !important;
    transition: background-color 0.2s ease-in-out;
}

#sortable-table .sortable-ghost {
    background-color: #f5c6cb !important;
    opacity: 0.7;
}