body
{
    margin: 0px;
    height: 100%;
    width: 100%;
    font-family: "arial","helvetica","Liberation Sans",sans-serif !important

}
.loader
{
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

    top: calc(50% - 10em);
}
#map
{
    position: absolute;
   
}
.imgshadow
{
    box-shadow: 0px 0px 2px #888888 ;
}

.profile-image {
        width: 220px;
        height: 294px
}


.help
{
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 1;
}


.countrycontact
{
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: white;
    padding: 3px 10px 10px 10px;
    white-space: nowrap;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    z-index: 1;
    font-size: 12px;

}

.check {
    padding: 0px !important;
    width: 18px;
}

.infoWindow {
    position: fixed;
    bottom: 0px;
    left: -220px;
    background-color: white;
    height: 100%;
    width: 220px;
    font-size: 12px;
    z-index: 1000;
    padding: 0px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.infoWindow  a:visited, a:link, a:active {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 0px;
}



.infoheader {
    background-color: #4285f4;

}

.infotitle {
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 8px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.infoclose {
    text-align: right;
    width: 10px;
    padding: 4px;
    vertical-align: top;

}
.infoclose a {
    color: white;
}

.markertype {
    clear: both;
    font-size: 11px;
    background-color: green;
    color: white;
    padding: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-style: italic;
    text-align: center;
}

.hidden_marker {
    clear: both;
    font-size: 11px;
    background-color: orange;
    color: white;
    padding: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-style: italic;
    text-align: center;
}

.infoimage {

    float: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    display: inline-block;
}

.infoimage img:hover {
    cursor: pointer;
}

.info-teacher-image {
        padding: 5px;
        width: 70px;
}

.skills-a {
    clear: both;
}


.infoskills {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: both;
  display: flex; /* Establishes a flex container */
  flex-wrap: wrap; /* Allows items to wrap onto multiple lines if needed */
  justify-content: center; /* Centers items along the main axis */
  align-items: center; /* Centers items along the cross axis */
  gap: 5px; /* Optional: Adds space between the images */
}

.infoskills img {
  display: block; /* Prevents images from being inline by default, removing extra space */
  width: 16px; /* Maintains the original image width */
  height: 16px; /* Maintains the original image height */
}

.infoskills img:hover {
    cursor: pointer;
}

.infotext {
    clear: both;
    padding: 8px;
    background-color: #EAEAEA;
}

.infobuttons {
    text-align: center;
    padding: 10px;
}

button.infowidth {
    width: 95%;
    margin-bottom: 5px;
}

.breakfix {
    word-break: break-word;
}

.disabledTab {
    pointer-events: none;
}

.form-error {
    border-color: red !important;
}

.tab-pane {
    margin-top: 20px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.form-horizontal .control-label.text-left{
    text-align: left;
}

.legendtable img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.faq-view ul.icons {
    list-style: none;
    padding-left: 15px;
}

.faq-view ul.icons li {
    margin-bottom: 10px;
}

.faq-view ul li {
    margin-bottom: 5px;
}

.faq-view img.icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

#addressTab input#address {
    font-weight: normal;
}

.green-text {
    color: green;
}

.custom-badge-danger {
    background-color: #dc3545;
    color: #fff;
  }

.social-logo {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.hr_sl hr {
    width: 90%;
    margin: 20px auto;
    border: none;
    border-top: 2px solid lightgray;
}

.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.button-container {
    display: flex;
    flex-direction: column;
}

.button-container .my-2 {
    width: 100%;
    text-align: center;
}

.button-container .btn {
    width: 100%;
    max-width: 300px;
    text-align: center;
}

h1 {
    color: #000000;               /* Sets the text color to black */
    text-transform: uppercase;    /* Transforms all text to uppercase */
    font-family: Arial, Helvetica, sans-serif; /* Sets a modern, sans-serif font */
    font-weight: bold;            /* Makes the font bolder */
    font-size: 20px;            /* Increases the font size relative to h2 */
}


h2 {
    color: #337AB7;               /* Sets the text color */
    text-transform: uppercase;    /* Transforms all text to uppercase */
    font-family: Arial, Helvetica, sans-serif; /* Sets a modern, sans-serif font */
    font-weight: bold;            /* Makes the font bolder */
    font-size: 15px;           /* Reduces the font size */
}

.fas.fa-link {
    color: black;
}

.share-buttons {
    font-size: 25px;
    text-align: center;
}

#sharelinks ul {  
    list-style-type: none; 
    padding: 0px;
}
#sharelinks li 
{ 
    display:inline; 
    padding: 10px;
}
#sharelinks a  {
  color: blue;
}

.overlay-image {
    position: absolute;
    opacity: 0.7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; /* Adjust size as needed */
    height: 50px;
    pointer-events: none; /* Ensures clicks go through to the profile image */
}