/*
Theme Name: Francais Institute
Theme URI: http://webbamboo.net
Author: Web Bamboo Ltd.
Author URI: http://webbamboo.net
Description: Francais Institute
Version: 1.0
*/

.highlight a{
    border-radius: 50% !important;
    border-width: thin !important;
    border-color: var(--color-green);
    border-style: solid;
}
#ui-datepicker-div {display: none;}

.highlight_none a{
    border-radius: 50% !important;
    border-width: thin !important;
    border-color: #ff0000;
    border-style: solid;
}

.highlight_none a.ui-state-active{
    background-color: #ff0000;
}

.highlight_none a{
    background-color: #ff0000;
}
/**
 * Arrow link style
 */
 .is-style-arrow-link a {
    position: relative;
    padding-left: 1.5625rem;
    text-transform: uppercase;
    color: var(--color-dark);
    font-weight: 700;
    letter-spacing: 0.035rem;
    font-size: 14px;
  }
  
  .is-style-arrow-link a:hover {
    text-decoration: none;
  }
  
  .is-style-arrow-link a::before {
    content: url("/wp-content/themes/french-institute/assets/icons/arrow-blue-light.svg");
    width: 17px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .is-style-arrow-link a::before {
    content: url("/wp-content/themes/french-institute/assets/icons/arrow-blue-light.svg");
  }
  
  .is-style-arrow-link a:hover {
    color: var(--color-blue-light);
  }
  
  .opened {
    z-index:22;
  }

.wp-block-table table td {
	word-break: normal;
	min-width: unset;
}
