.remi-widget {
    width:300px;
    font-family: 'MyriadPro-Regular';
}
.remi-widget .widget-careerhub-logo {
    height: auto;
    margin-bottom: -6px;
}
.remi-widget .widget-careerhub-logo img{height:auto;width:300px;}
.remi-widget > .content1{display:none;}
.remi-widget ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #3898d2;
    background-color: #b7b7b7;
}

/* Float the list items side by side */
.remi-widget ul.tab li {float: left;}

/* Style the links inside the list items */
.remi-widget ul.tab li a {
    display: inline-block;
    color: black;
    text-align: left;
    padding: 8px 5px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
    font-family: 'MyriadPro-Regular';
}

/* Change background color of links on hover */
.remi-widget ul.tab li a:hover {background-color: #ffffff;}

/* Create an active/current tablink class */
.remi-widget ul.tab li a:focus, .active {background-color: #ffffff;border-bottom:none;}

/* Style the tab content */
.remi-widget .tabcontent {
    display: none;
    padding: 0px 0px 0px 0px;
    border: 1px solid #3898d2;
    border-top: none;
    overflow:hidden;
    
}
.remi-widget .tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin:0px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.remi-widget ul#tab_1 li a:focus, .active{
    background-color: inherit !important;
}
.remi-widget ul#tab_1 li a:hover{
  background-color: inherit !important;  
}
#tab_1 {
    display: flex;
    justify-content: flex-end;
    padding-right: 17px;
}
#tab_1 li:first-child {
    display: none;
}

.alerttt {
position: absolute;
left: 30%;
top: 5%;
background-color: #009eff;
color: white;
font-size: 25; 
border:2px solid gray;
box-shadow: 1px 1px 3px 3px #b7b7b7 !important;
}