.sticky1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.link
{
	color: blue;
	font-weight: bold;
}

#list_view, #grid_view
{
	cursor: pointer;
}

#list_view:hover, #grid_view:hover
{
	color: maroon;
}

#otp_box_profile
{
	border: 1px dotted blue;
	padding: 20px;
	margin-top: 10px;
	background: #eee;
}

.wishlist
{
	cursor: pointer;
}

.count1
{
	position:absolute;
	margin-top: -10px;
	margin-left: -5px;
	background: #65a15a;
	border-radius: 10px;
	color: white;
	font-size: 12px;
	width: 22px;
	line-height: 22px;
	text-align:center;
	font-weight: bold;
}

.count2
{
	position:absolute;
	margin-top: -8px;
	margin-left: -10px;
	background: #65a15a;
	border-radius: 10px;
	color: white;
	font-size: 10px;
	width: 16px;
	line-height: 16px;
	text-align:center;
	font-weight: bold;
}

#page_name
{
	display: none;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"]
{
	background: #f5f8fa;
}

textarea
{
	background: #f5f8fa;
}

#search_list, #search_list1
{
	position: absolute;
	z-index: 9999;
}

.input-text
{
	background: white !important;
}

.breadcrumbs
{
	border-top: none !important;
}

.card
{
	border: 1px solid #c0c0c0;
	margin-top: 10px;
	padding: 20px;
}

.matching_text
{
	font-weight: bold;
	color: #6f6fff;
}

.searched_value
{
	cursor: pointer;
}



#notifications
{
	cursor: pointer;
	position: fixed;
	z-index: 9999;
	bottom: 0px;
	margin-bottom: 22px;
	
	font-family: verdana;
	font-size: 16px;
	width: 100%;
}

#notification_text
{
	padding: 20px;
	border-radius: 10px;
}

.dash_table td
{
	font-weight: bold;
	border: 1px solid green;
}

.dash_table
{
	border: 1px solid green;
}

a
{
	cursor: pointer !important;	
}

/* Hide scrollbar for Chrome, Safari and Opera */
#thumbnails::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#thumbnails {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


#blink{
    line-height: 50px;
    font-family: sans-serif;
    /*animation: blink 1.5s linear infinite;*/
    -webkit-animation:colorchange 20s infinite alternate;
}

@-webkit-keyframes colorchange {
    0% {

        color: Orange;
    }


    30% {

        color: yellow;
    }


    50% {

        color: cyan;
    }

    70% {

        color: yellow;
    }
    

    90% {

        color: orange;
    }

    100% {

        color: white;
    }
    
.enquiry
{
	background: #eee !important;
}	

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.86
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #eee;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
    .modal-content {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5)
    }
    .modal-sm {
        max-width: 300px
    }
}
