
*:focus {
    outline: none;
} 


.chat-toggler {
    position: fixed;
    bottom: 15px;
    right: 70px;
    z-index: 99;
    }  

.chat-textarea {
    resize: none;
    min-height: 40px;
    max-height: 200px;
}


.my-link, .my-link:visited {
    color: #71869d;
    text-decoration: none;
  }
  
.my-link:hover, .my-link:focus, .my-link.active {
    color: #ffc107 !important; 
    text-decoration: none;
  }
  

.show-on-hover, .show-on-hover:visited {
    opacity: 0;
    transition: 0.5s;
  }
  
.show-on-hover:hover, .show-on-hover:focus, .show-on-hover.active {
    opacity: 0.9;
    transition: 0.5s;
}

.custom-dropdown-link, .custom-dropdown-link:visited {
    color: #71869d;
    text-decoration: none;
  }

.custom-dropdown-link:hover, .custom-dropdown-link:focus, .custom-dropdown-link.active {
    color: #ffc107 !important; 
    text-decoration: none;
  }


.bg-on-hover, .bg-on-hover:visited {
    background-color: none;
    transition: 0.5s;
  }
  
.bg-on-hover:hover, .bg-on-hover:focus, .bg-on-hover.active {
    background-color: #f7faff !important; 
    transition: 0.5s;
}


.image-cover-basic {
    width: 100%; 
    height: 100%; 
    -o-object-fit: cover;
       object-fit: cover; 
  }


.image-cover {
  width: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover; 
}

.valiable-max-height {
    max-height: 300px;  
  }


.certificate-display {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
  }
  

@media (min-width: 576px) {
.image-cover {
  max-height: 150px; 
}
.valiable-max-height {
  max-height: 200px;  
}

}

@media (min-width: 768px) {
.image-cover {
  max-height: 150px; 
}
.valiable-max-height {
    max-height: 160px;  
  }

.certificate-display {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    }
}

@media (min-width: 992px) {

.certificate-display {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    }

.image-cover {
  max-height: 200px; 
}
.valiable-max-height {
    max-height: 140px;  
  }
.custom-dropdown-link {
  white-space: nowrap;
}
} 

@media (min-width: 1200px) {

    .certificate-display {
        font-size: 3rem;
        font-weight: 600;
        line-height: 1;
        }
    }

.pointer {
    cursor: pointer; 
}

.img-hover-zoom { 
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2); 
}


/* [2] Transition property for smooth transformation of images */
.div-hover-show div{ 
    transform: scale(0,7);
    opacity: 0;
    transition: transform .5s ease; 
}
  
  /* [3] Finally, transforming the image when container gets hovered */
.div-hover-show:hover div{
    opacity: 1;
    transform: scale(1); 
}



.cut-lines-1 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1; /* number of lines to show */
-webkit-box-orient: vertical;
max-height: 1.4em;
line-height: 1.4em;
}

.cut-lines-2 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
max-height: 2.8em;
line-height: 1.4em;
}


.cut-lines-3 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
-webkit-box-orient: vertical;
max-height: 4.2em;
line-height: 1.4em;  
}

.cut-lines-4 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4; /* number of lines to show */
-webkit-box-orient: vertical;
max-height: 5.6em;
line-height: 1.4em;
}

.cut-lines-5 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box; 
-webkit-line-clamp: 5; /* number of lines to show */
-webkit-box-orient: vertical;
max-height: 7em; 
line-height: 1.4em;
}

.cover {
    -o-object-fit: cover; 
    object-fit: cover;
}

.hidden {
display: none !important;
}

.ajaxProgress {
width: 100%;
height: 100vh;
position: fixed;
display: none;
top: 50%;
left: 50%;
margin: -50px 0px 0px -50px;
z-index: 1000000;

}

.text-xs {
    font-size: 12px;
}

.text-sm {
font-size: 14px;
}

.text-md { 
font-size: 16px;
}

.text-lg {
font-size: 18px;
}

.text-xl {
font-size: 20px;
}

.opacity-0 {
    opacity: 0; 
}

.opacity-10 {
opacity: .1;
}

.opacity-20 {
opacity: .2;
}

.opacity-30 {
opacity: .3;
}

.opacity-40 {
opacity: .4;
}

.opacity-50 {
opacity: .5;
}

.opacity-55 {
opacity: .55;
}

.opacity-60 {
opacity: .6;
}

.opacity-65 {
opacity: .65;
}

.opacity-70 {
opacity: .7;
}

.opacity-70 {
opacity: .7;
}

.opacity-75 {
opacity: .75;
}

.opacity-80 {
opacity: .8;
}

.opacity-85 {
opacity: .85;
}

.opacity-90 {
opacity: .9;
}

.opacity-95 { 
opacity: .95;
}
 

.time-stamp {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    padding: 3px 6px 3px 6px;
    background-color: #000; 
    opacity: .6;
    z-index: 9;
    }

/* ACCORDION */

ul.accordion, ul.accordion ul {
    list-style: none;
    padding: 0;
}


ul.accordion ul.inner{
    padding-left: 1.5em;
    overflow: hidden; 
    display: none;
}

ul.accordion ul.inner.show {
/* display: block;     */ 
}


ul.accordion li div.toggle {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    color: #343a40;
    padding: 8px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 12px;
    margin-bottom: 1px; 
    transition: 1s;
    border: 1px solid #f0f0f0; 
    margin-bottom: 10px;

}   

ul.accordion li div.toggle.active { 
    background: #fafafa;
}

ul.accordion li div.toggle:hover { 
    background: #fafafa;
    transition: .5s;
}

/* ul.accordion a:before { 
    text-decoration: none; 
    position: relative;
    color: #343a40;
    transition: 1s;
}


ul.accordion a, ul.accordion a:visited {
    text-decoration: none;
    position: relative;
    color: #343a40;
    transition: 1s;
}

ul.accordion a:after, ul.accordion a:visited:after {
    margin-bottom: -2px;
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    background: #377dff; 
    transition: 0.5s;
}


ul.accordion a:hover:after, ul.accordion a:visited:hover:after {
    width: 100%;
} */

ul.accordion li div.toggle span:before { 
    text-decoration: none;
    position: relative;
    color: #377dff;  
    font-size: 12px;
    font-weight: 800;
    content: '↓';
    float: right; 
    transition: 1s;
}

ul.accordion li div.toggle.arr_up span:before { 
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    transform: rotate(540deg);
} 

.slider-cover-image {
    width: 100%; 
    height: calc(100vh - 72px);
    /* Firefox */
    height: -moz-calc(100vh - 72px);
    /* WebKit */
    height: -webkit-calc(100vh - 72px);
    /* Opera */
    height: -o-calc(100vh - 72px);
    /* Standard */
    height: calc(100vh - 72px);
    -o-object-fit: cover;
       object-fit: cover; 
  }

.text-grey {
    color: #5a5c5f !important;  
  }


.nav-icon-lg {
    width: 1.25rem;
    font-size: 1rem;
    line-height: 1.5; 
    opacity: 0.8;
    text-align: center;
    margin-right: 0.5rem;
  }


.bg-black {
    background-color: #000 !important; 
  }

.rounded-bottom-lg {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

.rounded-top-lg {
    border-top-right-radius: 0.75rem !important;
    border-top-left-radius: 0.75rem !important;
  }

.rounded-xl {
    border-radius: 1.3rem !important;
  }

.ajaxProgress {
    width: 100%; 
    height: 100vh;
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    z-index: 1000000;
}

.loadProgress {
    background-color:#ffffff; 
    width:100%;
    height:100vh;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}




.border-1 {
    border-width: 1px !important; 
}

.border-2 {
    border-width: 2px !important;
}


.border-3 {
    border-width: 3px !important;
}


.border-4 {
    border-width: 4px !important;
}


.border-5 {
    border-width: 5px !important; 
}


.checkbox-outline-input:checked ~ .checkbox-outline-label span {
  color: #DD4A7B;
}