.invalid-feedback {
    display: block !important;
}

/* Summernote: Bootstrap "bolder" often fails to show bold in the editor */
.note-editable b,
.note-editable strong {
    font-weight: bold !important;
}

.select2-container--default .select2-selection--single {
    height: 35px !important;
    border: 1px solid #ced4da;
}

.select2-container .select2-selection--multiple {
    min-height: 35px !important;
}


/*Common CSS Code for Table*/
.tableStyleHeading {
    width: 100%;
}

.tableStyle {
    width: 98%;
    margin: 0 auto;
}

/*TD and TH Style*/
.tableStyle td,
.tableStyle th {
    border: 1px solid #000000;
    padding: 10px;
}

/*Style for Table Head - TH*/
.tableStyle th {
    border: solid #000;
    border-width: 0 1px;
    text-align: center;
}

.tableStyle caption {
    text-align: center;
}

ul {
    list-style-type: none;
    /* Remove bullets */
    padding: 0;
    /* Remove padding */
    margin: 0;
    /* Remove margins */
}
a{
    color:blue;
}

.fixed-button {
    position: absolute;
    top: 75px;
    margin: 26px;
    z-index: 100;
    width: 190px;
    right: 13px;
}    

.fixed-button-share {
    position: absolute;
    top: 75px;
    margin: 26px;
    z-index: 100;
    width: 190px;
    right: 150px;
}    

.card_header_link{
    float: left;
    text-align: left;
}
.card_header_link a{
    float: left;
    text-align: left;
    color: #ffffff !important;
}

.card_header_link a:hover{
    color: #000000 !important;
}


/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}	
/* ============ desktop view .end// ============ */

.userHeading{
    color: white;
    font-size:16px;
    font-weight: bold;
}

.find_more{
    font-weight: bold;
    color: blue !important;
}

/* Home PAge */


.p-b-100 {
    padding-bottom: 100px;
}
.p-t-130 {
    padding-top: 130px;
}
.bg-pink {
    background-image: -webkit-linear-gradient( 136deg,rgb(105, 23, 9) 0%,  rgb(105, 23, 9) 100%);
}
.bg-primary {
    background-image: -webkit-linear-gradient( 136deg, rgb(0,0,70) 0%, rgb(28,181,224) 100%);
}
.page-wrapper {
    min-height: 100vh;
}

.search_heading_pink{
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: transparent;
    -webkit-background-clip: text;
    font-family: 'Rubik', sans-serif;
    background-image: -webkit-linear-gradient( 45deg,rgb(255,59,23) 0%,  rgb(255, 136, 100) 100%);
    text-shadow: 0px 4px 10px rgba(255,59,23, 0.3);
}

.search_heading_primary{
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: transparent;
    -webkit-background-clip: text;
    font-family: 'Rubik', sans-serif;
    background-image: -webkit-linear-gradient( 89deg, rgb(0,0,70) 0%, rgb(28,181,224) 100%);
    text-shadow: 0px 4px 10px rgba(0,0,70, 0.3);
}

.green-dot {  /* use on empty div */
    width: 10px;
    height: 10px;
    background: #00FF00;
    border-radius: 50%;
    position: relative;
    top:12px;
    margin-left: 25px;
}   

.green-dot-block {  /* use on empty div */
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #00FF00;
    border-radius: 50%;
    margin-left: 25px;
}   

#ui-datepicker-div{
    z-index: 100 !important;
}