
#nprogress .bar {
    background: red!important;


    height: 4px!important;
}

/* Fancy blur effect */
#nprogress .peg {

    box-shadow: 0 0 10px red, 0 0 5px red!important;

}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
    display: block!important;
    position: fixed!important;
    z-index: 1031!important;
    top: 15px!important;
    right: 15px!important;
}

#nprogress .spinner-icon {

    border-top-color: red!important;
    border-left-color: red!important;

}
input:hover,textarea:hover,select:hover {
    border: 1px solid #0d6efd; /* Green border on hover */
    /*box-shadow: 0px 0px 8px #4195fc;*/
}

/* Add styling when the input field is clicked */
input:focus,textarea:focus,select:focus {
    outline: none;
    border: 1px solid #0d6efd!important;
    box-shadow: 0 0 6px #4195fc!important; /* Blue border when clicked */
    -webkit-box-shadow: 0px 0px 6px #4195fc;
    -moz-box-shadow: 0px 0px 6px #4195fc;

}
.dropdown-item:hover{
    background-color: #FFA500;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
/* Style the actual select element */
.custom-select select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    cursor: pointer;
}

/* Style the arrow icon */
.custom-select::after {
    content: '\25BC'; /* Unicode character for down arrow */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none; /* Make sure the icon does not interfere with the click on the select */
}

.pl-0{
    padding-left: 0!important;
}
.pr-0{
    padding-right: 0!important;
}
.drop-item:hover{

    background-color: #FFA500;
    color: white;
    border-radius: 5px;
    cursor: pointer;

}
.dropdown-item:hover h6  {
    color: white!important;
}
.dropdown-item:hover  span {
    color: white!important;

}
.dropdown-item:hover  i {
    color: white!important;
}

.text-select {
    --vz-text-opacity: 1;
    color: white !important;
}
.overlay-search {
    position: fixed;

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.02);
    z-index: 100;

}
.datatable tr:hover{
    background-color: rgba(143,143,143,0.16);
    cursor: pointer;

}
.border-right{
    border-right: var(--vz-border-width) var(--vz-border-style) var(--vz-border-color) !important;

}
.border-left{
    border-left: var(--vz-border-width) var(--vz-border-style) var(--vz-border-color) !important;


}
.tooltips {
    position: relative;
    display: inline-block;

}

.tooltips .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #21263c;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    margin-left: 30px;
    margin-top: -30px;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
}
.main-colors{


    --vz-table-color-state: var(--vz-table-active-color);
    --vz-table-bg-state: var(--vz-table-active-bg);

}
.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    margin: 0px;
    opacity: 0.5;

&:before {
     content: '';

 background: linear-gradient(to right, transparent, #0d6efd, transparent);
     position: absolute;
     left: 0;
     top: 50%;
     width: 100%;
     height: 1px;
 }
&:after {
     content: attr(data-content);
     position: relative;
     display: inline-block;
     color: black;

     padding: 0 0.5em;
     line-height: 1.5em;

 color: #818078;
     background-color: var(--vz-card-bg);
 }
}
.hr-text2 {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    margin: 0px;
    opacity: 0.5;

&:before {
     content: '';

 background: linear-gradient(to right, transparent, rgba(196,5,0,0.74), transparent);
     position: absolute;
     left: 0;
     top: 50%;
     width: 100%;
     height: 1px;
 }
&:after {
     content: attr(data-content);
     position: relative;
     display: inline-block;
     color: black;

     padding: 0 0.5em;
     line-height: 1.5em;

 color: #818078;
     background-color: var(--vz-card-bg);
 }
}



.filepond--item {
    width: calc(100% - 0.5em);

}
.filepond--drop-label{

    cursor: pointer;
}
/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}
@media (min-width: 30em) {
    .filepond--item {
        width: calc(100% - 0.5em);
    }
}

@media (min-width: 50em) {
    .filepond--item {
        width: calc(100% - 0.5em);
    }
}
.twitter-typeahead{
    width: 100%;
}
#account{
    width: 100%;
}
#edit_vehical_form .twitter-typeahead{
    width: 70%;
}


.tt-input{
    background-color: var(--vz-input-bg-custom);
}
.empty-message{
    color:red;
    text-align: center;
    padding:10px 0px;
}
.tt-menu {
    display: block;
    width:100%;
    background-color: #fff;
    border:unset !important;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    max-height: 400px;
    overflow-y: scroll;
}
.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}
.man-section:hover{
    background-color: #0d6efd;
    color: white;
    cursor: pointer;
}
.center-card:hover .card{
    box-shadow: 0 5px 10px rgba(0,0,0,.4);
    background: #e8e8e8;

}
.man-section:hover .description-section h3{
    margin:0px;
    font-weight: bold;
    padding:0px 7px;
    font-size:14px;
    color:#fff;
    margin-top:4px;
    text-transform: uppercase;
    background: #0d6efd;
}
.man-section:hover .description-section p{
    margin:0px;
    padding:0px 1px 0px 8px;
    font-size:12px;
    color:#fff;
    line-height: 15px;
}
.man-section:hover .description-section span{
    padding-left:5px;
    font-size:13px;
    color:#fff;
    float: left;
}
.is-active .description-section h3{
    margin:0px;
    font-weight: bold;
    padding:0px 7px;
    font-size:14px;
    color:#fff;
    margin-top:4px;
    text-transform: uppercase;
}
.is-active .description-section p{
    margin:0px;
    padding:0px 1px 0px 8px;
    font-size:12px;
    color:#fff;
    line-height: 15px;
}
.is-active .description-section span{
    padding-left:5px;
    font-size:13px;
    color:#fff;
    float: left;
}

.man-section{
    position: relative;
    width:97%;
    border-bottom:1px solid #d2d2d2;
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 10px;

}

.description-section{
    float:left;
    width:100%;
}
.description-section h3{
    margin:0px;
    font-weight: bold;
    padding:0px 7px;
    font-size:14px;
    color:#000;
    margin-top:4px;
    text-transform: uppercase;
}
.description-section p{
    margin:0px;
    padding:0px 1px 0px 8px;
    font-size:12px;
    color:#7d7f80;
    line-height: 15px;
}

.description-section span{
    padding-left:5px;
    font-size:13px;
    color:#a09999;
    float: left;
}
.is-active{
    background-color: #0d6efd ;
    color: white;
    cursor: pointer;
}
.tt-highlight{
    color: red;
}

.self-building-square-spinner, .self-building-square-spinner * {
    box-sizing: border-box;
}

.self-building-square-spinner {
    height: 40px;
    width: 40px;
    top: calc( -10px * 2 / 3);
}

.self-building-square-spinner .square {
    height: 10px;
    width: 10px;
    top: calc( -10px * 2 / 3);
    margin-right: calc(10px / 3);
    margin-top: calc(10px / 3);
    background: #ff1d5e;
    float: left;
    position:relative;
    opacity: 0;
    animation: self-building-square-spinner 6s infinite;
}

.self-building-square-spinner .square:nth-child(1) {
    animation-delay: calc(300ms * 6);
}

.self-building-square-spinner .square:nth-child(2) {
    animation-delay: calc(300ms * 7);
}

.self-building-square-spinner .square:nth-child(3) {
    animation-delay: calc(300ms * 8);
}

.self-building-square-spinner .square:nth-child(4) {
    animation-delay: calc(300ms * 3);
}

.self-building-square-spinner .square:nth-child(5) {
    animation-delay: calc(300ms * 4);
}

.self-building-square-spinner .square:nth-child(6) {
    animation-delay: calc(300ms * 5);
}

.self-building-square-spinner .square:nth-child(7) {
    animation-delay: calc(300ms * 0);
}

.self-building-square-spinner .square:nth-child(8) {
    animation-delay: calc(300ms * 1);
}

.self-building-square-spinner .square:nth-child(9) {
    animation-delay: calc(300ms * 2);
}

.self-building-square-spinner .clear{
    clear: both;
}

@keyframes self-building-square-spinner {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
        top: 0;
    }
    50.9% {
        opacity: 1;
        top: 0;
    }
    55.9% {
        opacity: 0;
        top: inherit;
    }
}


.transbox {
    background-color: rgba(255, 255, 255, 0.4) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important;
}
.bg-overlay2 {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;

    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important;
    filter: blur(3px);
}
.bg-overlay3 {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .5;
    background-color: #000;

}
.navbar-menu .navbar-nav .nav-link {
    padding: 5px;
    padding-left: 1rem;
}

.navbar-menu .navbar-nav  .nav-item {
    padding: .300rem .625rem ;

}
.navbar-nav .nav-item:hover {




}
.nav-link.menu-link:hover{
    background-color: #FFA500;
    border-radius: 5px;


}
.menu-dropdown .nav-link:hover{
    background-color: #FFA500;
    border-radius: 5px;


}


.nav-link.menu-link:hover span{

    color: white;


}
.menu-dropdown .nav-link:hover .nav-item  a {

    color: white;


}
.nav-link.menu-link:hover i{

    color: white;


}




.nav-select{

    background-color: #0d6efd;
    border-radius: 5px;
    color: white;
}


.loader_lic {
    position: relative;
    width:  48px;
    height: 48px;
    background: #de3500;
    transform: rotateX(65deg) rotate(45deg);
    display: block;
    color: #ffffff;
    animation: layers1 1s linear infinite alternate;
}
.loader_lic:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.6);
    animation: layerTr 1s linear infinite alternate;
}

@keyframes layers1 {
    0% { box-shadow: 0px 0px 0 0px  }
    90% , 100% { box-shadow: 20px 20px 0 -4px  }
}
@keyframes layerTr {
    0% { transform:  translate(0, 0) scale(1) }
    100% {  transform: translate(-25px, -25px) scale(1) }
}



.filepond--drop-label{
    background-color: var(--vz-input-bg-custom);
}

.filepond--drop-label .images_child img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.text-pop-up-top{animation:text-pop-up-top 5s cubic-bezier(.55,.085,.68,.53) infinite alternate-reverse both}
@keyframes text-pop-up-top{0%{opacity:1}50%{opacity:1}100%{letter-spacing:-.5em;opacity:0}}

