/*

Theme Name: School Me In
Theme URI: https://schoolmein.com
Author: Mohabbot Hasan
Author URI: https://ewaad.com
Description: School Me In is the functional Job Board WordPress Theme with gorgeous layout and exclusive job board system to connect candidates and employers fluidly.
Version: 4.5.2.8
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: schoolmein
*/
.noo-messages.noo-message-success {
    background: #f56c02 !important;
    color: #fff !important;
    border-color: #f56c02 !important;
}
.jform-datepicker[readonly]{
  width: 25% !important;
}

div#popmake-13285 {
    height: 250px !important;
    
}
div#pum_popup_title_13285 {
    font-size: 23px !important;
}
.pum-content.popmake-content{
    font-size: 20px;
}
.page-template-page-post-resume button#custom-class {
    display: none !important;
}

/* Tooltip container */
.jobinfo {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
 .jobinfotext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
  
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  /* Tooltip arrow */
  .jobinfotext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  .noo-datatable tr:hover td strong{
    color: #0659a9 !important;
  }
  .resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time span{

    background: #f56c02 !important;
  }
  .test{

    color : #f56c02 !important;
  }
  #Complete-Profile{
    display: none;
  }
  a.member-login-link {
    font-size: 30px;
}
.form-group{
  position: initial !important;
}
  /* Show the tooltip text when you mouse over the tooltip container */
  /* .jobinfo:hover .jobinfotext {
    visibility: visible;
    opacity: 1;
  } */