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;
}

@media (max-width: 767px)
{
    .help
    {
        display: none;
    }
}


.countrycontact
{
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: white;
    padding: 12px 14px 14px 14px;
    white-space: normal;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    z-index: 1;
    font-size: 14px;
    display: inline-flex;
    flex-direction: column;
    width: min(680px, calc(100vw - 20px));
    min-width: min(360px, calc(100vw - 20px));
    max-width: 680px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
    color: #2c3e50;
}

.country-contact-close {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background: transparent;
    color: #5f6b75;
    font-size: 18px;
    line-height: 1;
    padding: 4px;
    cursor: pointer;
}

.country-contact-close:hover,
.country-contact-close:focus {
    color: #1b3c73;
    outline: none;
}

.country-contact-header {
    margin-bottom: 10px;
}

.country-contact-layout {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.country-contact-main {
    flex: 1 1 60px;
    min-width: 60px;
}

.country-contact-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #1b3c73;
    width: fit-content;
    max-width: 100%;
}

.country-contact-link {
    display: none;
    color: #1b3c73;
    text-decoration: none;
}

.country-contact-link .glyphicon {
    font-size: 14px;
}

.country-contact-link:hover,
.country-contact-link:focus {
    color: #163463;
}

.country-contact-subtitle {
    font-size: 13px;
    color: #5f6b75;
}

.country-contact-toggle {
    margin-top: 6px;
}

.country-contact-toggle-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    border: none;
    background: transparent;
    color: #1b3c73;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    width: 100%;
    cursor: pointer;
}

.country-contact-toggle-button:focus {
    outline: none;
}

.country-contact-toggle-button:focus-visible {
    outline: 2px solid #1b3c73;
    outline-offset: 2px;
}

.country-contact-toggle-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #dfe6ed;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #1b3c73;
}

.country-contact-toggle-label {
    color: #1b3c73;
}

.country-contact-team {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 14px 0;
}

.country-contact-team.is-expanded {
    display: flex;
}

.country-contact-info {
    flex: 0 0 220px;
    flex-grow: 1;
    max-width: 440px;
    padding: 4px 0 4px 16px;
    border-left: 1px solid #dfe6ed;
    color: #4a5662;
    font-size: 13px;
    line-height: 1.4;
}

.country-contact-info-text {
    margin: 0;
}

.country-contact-info-link {
    color: inherit;
    text-decoration: underline !important;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-color: currentColor;
}

.country-contact-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #dfe6ed;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.country-contact-avatar-wrapper {
    text-align: center;
    font-size: 11px;
    color: #4a5662;
    width: 64px;
}

.country-contact-admin {
    cursor: pointer;
}

.country-contact-button {
    width: 100%;
    border-radius: 6px;
}

.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 */
}