.noncoded,.coded {
    display:none  ;
}
.recent-link {
    position: relative;
    color: #252525;
    /* padding-bottom: 18px; */
    font-size: 1rem;
    cursor: default;
  }
  
  .hovercard  { 
    /* height: calc(100vh - 50px); */
    position: absolute; 
    opacity: 0; 
    z-index: 1;
    left: 180%;
    right: 70%;
    top: -20px;
    transform: translateX(-50%);
  }
  
  .recent-link:hover .hovercard { 
    opacity: 1; 
    transition: 0.5s;
    transition-delay: 0.1s;
  }
  .tooltiptext {
    /* display: flex;  */
    flex-direction: column; 
    justify-content: flex-start; 
    background-color: #fff;
    padding: 5px; 
    border-radius: 3px; 
    color: black; 
    line-height: 15px;
    transition: 1s;
    width: 240px;
  }
  .tooltiptext:before {
      content: "";
        position: absolute;
        right: 100%;
        top: 26px;
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-right: 15px solid #fff;
        border-bottom: 15px solid transparent;
  }
  

/* Customize the label (the container) */
.container {
/* display: block; */
position: relative  !important;
padding-left: 35px  !important;
margin-bottom: 12px  !important;
cursor: pointer  !important;
font-size: 22px  !important;
-webkit-user-select: none  !important;
-moz-user-select: none  !important;
-ms-user-select: none  !important; 
user-select: none  !important;
font-size: 110%  !important;
display: inline  !important;
}

/* Hide the browser's default checkbox */
.container input {
position: absolute  !important;
opacity: 0  !important;
cursor: pointer !important;
height: 0 !important;
width: 0 !important;
}

/* Create a custom checkbox */
.checkmark {
position: absolute !important;
top: 0 !important;
left: 0 !important;
height: 25px !important;
width: 25px !important;
background-color: #eee !important;
border-radius: 80% !important;
font-size: 110% !important;
display: inline !important;
padding: 10px !important;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
background-color: #ccc !important;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
background-color: #d31145  !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "" !important;
position: absolute !important;
display: none !important;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
display: block !important;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
left: 10px !important;
top: 7px !important;
width: 5px !important;
height: 10px !important;
border: solid white !important;
border-width: 0 3px 3px 0 !important;
-webkit-transform: rotate(45deg) !important;
-ms-transform: rotate(45deg) !important;
transform: rotate(45deg) !important;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: AIAEverest-Regular;
    src: url(../fonts/AIAEverest-Regular.otf);
}

@font-face {
    font-family: AIAEverest-Bold;
    font-weight: bold;
    src: url(../fonts/AIAEverest-Bold.otf);
}

button {
    font-family: AIAEverest-Bold;
}


#login-carousel{
 position:absolute;}

#buttons {
    position: absolute;
    top: 50%;
    left: 4%;
}

.btn-learn {
    display: inline-block;
    position: relative;
    z-index: 999;
    /*not working */
    pointer-events: auto;
    background-color: white;
    font-weight: bold;
    border-color: #d3d3d3;
    text-transform: uppercase;
}


.btn-login {
    position: relative;
    z-index: 999;
    /*not working */
    pointer-events: auto;
    background-color: #d3d3d3;
    color: #d31145;
    font-weight: bold;
    border-color: #d3d3d3;
    text-transform: uppercase;
}

.carousel {
    position: absolute;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.carousel .carousel-inner {
    pointer-events: none;
    z-index: 10;
    width: 100%;
    height: 100%;

}

.carousel-item {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}


.carousel-item img {
    height: 100vh;
    width: 100vw;

}

.carousel-indicators li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.carousel-caption {
    left: 0%;
    width: 50%;
    top: 10%;
    margin-left: 4%;
    text-align: left;
}

.carousel-caption h2 {
    margin: 0%;
    font-size: 4em;
    text-transform: uppercase;
    color: #d31145;
    font-weight: bold;
    font-family: AIAEverest-Bold, sans-serif;
}

.carousel-caption span {
    color: #d31145;

}

.carousel-caption p {
    font-size: 2em;
    color: black;
    font-family: AIAEverest-Regular;

}

#loginPage {
    background-color: rgba(255, 255, 255, .5);
}

.modal-dialog {
    max-width: 30%;
}

.modal-body,
.modal-header {
    background-color: #5c646c;

}

#password-mask {
    float: right;
    margin-top: -25.5px;
    position: relative;
    margin-right: 15px;
    z-index: 1;
    cursor: pointer;
}

.close {
    color: #d3d3d3;
}

.card-header {
    padding: 0%;
    background-color: #5c646c;
    border: none;
}

.card-header h1 {
    margin: 0%;
    color: white;
    text-transform: uppercase;
    font-family: AIAEverest-Bold;
    font-size: 50px;
}

.card-header p {
    color: white;
    font-family: AIAEverest-Regular;
    margin: 0%;
    font-size: 30px;
}

form p,
.forgetpass a,
.agency-portal {
    color: white;
    font-family: AIAEverest-Regular;
}

#loginbtn {
    background-color: #d31145;
    font-family: AIAEverest-Regular;
    border: none;
    text-transform: uppercase;
}

#ap-login {
    background-color: #d31145;
    color: white;
    font-family: AIAEverest-Regular;
    border: none;
    text-transform: uppercase;
}



/*Chatbot CSS */

.lex-ui {
    border-radius: 20px;
    min-height: 82%;
    min-width: 25%;
    overflow: hidden!important;
    border: none;
    z-index: 1;
    float: right;
    position: fixed;
    bottom: 11.8%;
    right: 1.8%;
    visibility: hidden;
    -webkit-box-shadow: -10px 15px 6px -8px #5c646c;
    -moz-box-shadow: -10px 15px 6px -8px #5c646c;
    box-shadow: -10px 15px 6px -8px #5c646c;
}

.chatbot-logo {
    max-height: 18%;
    float: right;
    position: fixed;
    bottom: 1%;
    right: 10px;
    max-width: 100%!important;
    animation-delay: 1s!important;
    animation-iteration-count: 1;
}

.chatbot-logo-close {
    max-height: 55px;
    float: right;
    position: fixed;
    bottom: 1.8%;
    right: 20px;
    /* max-width: 100%!important; */
    visibility: hidden;
}

visible {
    visibility: visible!important;
    animation: .5s lexFadeIn;
    animation-fill-mode: forwards;
}

.visible-close {
    visibility: visible!important;
}

.hidden {
    visibility: hidden!important;
}

.hidden-lex {
    visibility: hidden!important;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
}



@keyframes lexFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

div.popover {
    border-radius: 10px!important;
}

.popover-body {
    padding: 20px;
    border-radius: 10px!important;
}

/*CHATBOT CSS END*/

/** END **/


/** Login Sizes - Mobile & iPAD views **/
@media screen and (min-width:1024px)  and (max-width: 1366px) {
    .carousel-caption button {
        font-size: 10px;
        padding: 0%;
    }
    .modal-dialog {
        max-width: 40%;
        align-content: center;
    }

}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    body {
        align-content: center;
    }
    .carousel-caption {
        width: 70% !important;
    }
    .carousel-caption h2 {
        font-size: 2.5rem!important;

    }
    .carousel-caption p {
        font-size: 2rem!important;
    }
    button {
        font-size: 5px;
        padding: 0%;
        size: 10%;
    }
    .modal-dialog {
        max-width: 50%;
    }

     #buttons {
        top: 35% !important;
    }

    #buttons .btn {
        font-size: 2rem!important;
    }
    .ci-1{
        content :url("https://s3.us-east-2.amazonaws.com/cloudfront.philam-trainingcentral/lms-imgs/lms-loginimg/proven3-ipad.jpg")!important;
    }
    .ci-2{
        content :url("https://s3.us-east-2.amazonaws.com/cloudfront.philam-trainingcentral/lms-imgs/lms-loginimg/effect3-ipad.jpg")!important;
    }
    .ci-3{
        content :url("https://s3.us-east-2.amazonaws.com/cloudfront.philam-trainingcentral/lms-imgs/lms-loginimg/global3-ipad.jpg")!important;
    }
    .ci-4{
        content :url("https://s3.us-east-2.amazonaws.com/cloudfront.philam-trainingcentral/lms-imgs/lms-loginimg/person3-ipad.jpg")!important;
    }
    .ci-5{
        content :url("https://s3.us-east-2.amazonaws.com/cloudfront.philam-trainingcentral/lms-imgs/lms-loginimg/digital3-ipad.jpg")!important;
    }

}

@media screen and (min-width: 550px) and (max-width: 760px) {
    .carousel-caption {
        width: 60% !important;
    }
    .carousel-caption h2 {
        font-size: 2rem!important;

    }
    .carousel-caption p {
        font-size: 2rem!important;
    }

     #buttons {
        top: 45% !important;
    }

    #buttons .btn {
        font-size: 1rem!important;
    }
}

@media screen and (min-width: 361px) and (max-width: 540px) {
    .carousel-caption h2 {
        font-size: 2rem!important;

    }
    .carousel-caption p {
        font-size: 1.3rem!important;
    }
}


@media screen and (min-width: 200px) and (max-width: 360px) {
    .carousel-caption h2 {
        font-size: 2rem!important;

    }
    .carousel-caption p {
        font-size: 1.1rem!important;
    }
}



@media screen and (min-width: 200px) and (max-width: 767px) {
    .modal-dialog {
        max-width: 100%;
    }

    button {
        font-size: 5px;
        padding: 0%;
        size: 10%;
    }
}


@media all and (max-width: 540px) {
    .carousel-caption {
        width: 70% !important;
    }
    .carousel-item img {
        object-fit: cover;
        object-position: top left;
    }
    .chatbot-logo{
        max-height: 12% !important;
    }
    #buttons {
        top: 48% !important;
    }

    #buttons .btn {
        font-size: 12px!important;
    }
}
}






