<>
.no-arrow-tooltip::after {
display: none !important;
}
.card {
transition: all .3s cubic-bezier(0.25,0.8,0.25,1);
box-shadow: 0 0 2px 0 rgba(0,0,0,0.19)0 2px 6px 0 rgba(0,0,0,0.19);
border-radius: 2px;
}
.card:hover{
box-shadow: 0 0 4px 0 rgba(0,0,0,0.17)0 6px 18px 2px rgba(0,0,0,0.17);
}
/* Hide scrollbar for ChromeSafari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IEEdge add Firefox */
.scrollbar-hidden {
-ms-overflow-: none;
scrollbar-width: none; /* Firefox */
}
/* ---------End Custom checkbox--------- */
/* ---------Custom Pagination Selectbox--------- */
.pagination-select-container{
width: auto;
}
.pagination-select-container select{
appearance: none;
background-color: white;
border: solid lightgray 1px;
padding: 8px 10px 6px 10px;
min-width: 60px;
}
.pagination-select-container::after{
content:"";
position:relative;
width: 0;
height: 0;
left:-20px;
top:3px;
display: inline-block;
border: 5px solid transparent;
border-top-color:#999999;
}
/* ---------App item--------- */
#app-flex-container > div{
flex-basis: 0;
}
/* --------- Spinner -------------- */
@keyframes spin {
25% {
transform: rotate(90deg);
}
50% {
transform: rotate(180deg);
}
75% {
transform: rotate(270deg);
}
100% {
transform: rotate(360deg);
}
}
.spinner {
width: 50px;
height: 50px;
border: 8px solid #666;
border-left-color: transparent;
border-radius: 50%;
animation-name: spin;
animation-duration: 0.6s;
animation-iteration-count: infinite;
animation-play-state: running;
}
.global-footer-container{
position: relative;
z-index: -1;
}
.singleSlideBanner{
z-index: 0;
}
/* Hide scrollbar for ChromeSafari and Opera */
.hide-scrollbar::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IEEdge and Firefox */
.hide-scrollbar {
-ms-overflow-: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
#shapes_chevron-up {
transform: rotate(180deg);
}
@-moz-document url-prefix(){
.input-flex-container {
/* Firefox */
width: 100%;
height:40%;
}
}
>