.card-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.content-panel {
  display: none;
}

.content-panel.active {
  display: block;
}

.alert-message-block {
    position: fixed;
    z-index: 888;
    right: 20px;
    top: 15px;
    min-width: 350px;
    background:rgba(171, 202, 233, 0.873);
    box-shadow:  2px 1px 2px rgba(188, 183, 183, 0.432);
    display: none;
    padding: 20px;
    color: black;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    text-align: justify;
  }

  .closebtn {
    margin-left: 15px;
    color: rgb(13, 2, 2);
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }

  .closebtn:hover {
    color: black;
  }

#main{
  padding:10px 5px 10px 5px;
  position:relative;
  top: 85px;
  bottom: 85px;
  height: auto;
  width:100%;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height:60px;
  color: white;
  text-align: center;
}

.navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height:75px;
    z-index: 100;
  }

  .div-cal-logo {
    position: fixed;
    left: 0;
    top: 95px;
    padding-top:0.55rem;
    width: 100%;
    text-align: center;
    background: #fff;
    z-index: 100;
  }

.btngroup-exercise {
    position: fixed;
    left: 0;
    bottom: 65px;
    width: 100%;
    text-align: center;
  }

.header-title{font-family: 'Alien Encounters'!important;cursor: pointer;}
.form-control{
    font-weight:500!important ;
    border: 1.5px solid rgb(88, 100, 114)!important;
    color: black !important;
}
.form-select{
    font-weight:500!important ;
    border:1.5px solid rgb(88, 100, 114)!important;
    color: black !important;
}
label{color: black !important;}
.font-grey{color:rgb(97, 93, 93) !important;}
.cal-menu__link{color: black !important;font-weight:500!important ;}
dd{font-weight:500!important ;font-family: 'Times New Roman', Times, serif;}

.form-check-input{border: 1.5px solid rgba(88, 100, 114, 0.95)!important;}
.exercise-lesson-heading-btn{width: 245px!important;}

.container-audio {
    border-radius: 5px;
    color: #444;
    width: 100%;
}
.container-audio{
    list-style: none;
}

.even {
    background-color: #e5e4e4;
}

.container-audio li {
    list-style-type: none;
    margin-bottom: 3px;
}

.container-audio .fa {
    margin-top: -10%;
    margin-left: 3%;
    color: red;
    vertical-align: middle;
    cursor: pointer;
}

.input-question{border: 0!important;
    outline: 0!important;
    width: 100%;
    border-bottom: 1.5px solid #0327f49f!important;
}

.speech-voice-pe{cursor: pointer;}
.stop-voice-pe{cursor: pointer;display:none;}
.delete-pe{cursor: pointer;}
.speech-listen{cursor: pointer;}
.record-voice-me{cursor: pointer;}
.stop-voice-me{cursor: pointer;display:none;}



.boxd {
position: absolute;
z-index:155;
padding: 10px 3px;
width: 185px;
background-color: #fff;
border: solid 1px #040f63;
box-shadow: 1px 1px 2px #cfcfcf;
display:none;
top:15%;

  }

  .boxd .arrow-right {
    position: absolute;
    z-index: -1;
    content: '';
    width: 0px;
    height: 0px;

  border-style: solid;
  border-width: 20px 30px 20px 0;
  left: -30px;
  border-color: transparent rgb(94, 158, 193) transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;

  }

  .boxd.boxd-content{
    padding:5px;
    width:98%;
  }
/*Cal Dialog*/
  .boxc {
    position: fixed;
    z-index: 2;
    padding: 10px 8px;
    width: 225px;
    background-color: #fff;
    border: solid 1px #040f63;
    box-shadow: 1px 1px 2px #cfcfcf;
    display:none;
    float:left;
top:0;
left:0;
      }

      .boxc.arrow-left:before {
        content: " ";
        position: absolute;
        right: -15px;
        bottom: 10px;
        border-top: 15px solid transparent;
        border-left: 15px solid #040f63;
        border-right: none;
        border-bottom: 15px solid transparent;
      }

      .boxc.boxc-content{
        padding:5px;
        width:98%;
      }


      .scrollable-menu {
        overflow: hidden;
  overflow-y: auto;
  max-height: calc(58vh - 90px);
    }


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



      .pbox {
        box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.034),
        0 6.7px 5.3px rgba(0, 0, 0, 0.048),
        0 8.5px 6px rgba(0, 0, 0, 0.06),
        0 6.3px 8.9px rgba(0, 0, 0, 0.072),
        0 3.8px 2.4px rgba(0, 0, 0, 0.086),
        0 10px 8px rgba(0, 0, 0, 0.12)
        ;



        height: 205px;
        width: 205px;
        margin: 8px;
        background: white;
        border-radius: 5px;
        display:inline-block;
      }
      .pbox a.edit-page ,a.add-page{
        margin :0;
	    position:relative;
        height:81%;
        width:100%;
        display:inline-block;
        color:#ccc;

        text-decoration: none;
        background: rgba(232, 232, 228, 0.571);


      }
      .pbox a.add-page{
        height:100%;
        top: 50%;
        font-size:9.5em;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
      }

      .pbox a.delete-page{
        position:relative;
        display:block;
        float:right;
        margin:3px 5px 2px 5px;
        text-decoration: none;
        cursor: pointer;

      }

      .left-arrow{
        width: 0;
        height: 0;
        border-left: 0;
        border-top: 85px solid transparent;
        border-bottom: 85px solid transparent;

        border-right: 26px solid #d9d9d9;
        position: relative;
        cursor: pointer;
    }
    .left-arrow::after{
        content: "";
        position: absolute;
        top: -84px;
        right: -25px;
        width: 0;
        height: 0;
        border-left: 0;
        border-top: 83px solid transparent;
        border-bottom: 83px solid transparent;
        border-right: 23px solid #d9d9d9;
        z-index: 1;
    }

    .left-arrow.active::after {

        border-right: 23px solid #c0bcbc!important;

    }
    .left-arrow.active {
        border-right: 26px solid #c0bcbc!important;
    }
    .right-arrow{
        width: 0;
        height: 0;
        border-left: 26px solid #d9d9d9;
        border-top: 85px solid transparent;
        border-bottom: 85px solid transparent;
        border-right: 0;
        position: relative;
        cursor: pointer;
    }
    .right-arrow::after{
        content: "";
        position: absolute;
        top: -84px;
        left: -25px;
        width: 0;
        height: 0;
        border-left: 23px solid  #d9d9d9;
        border-top: 83px solid transparent;
        border-bottom: 83px solid transparent;
        border-right: 0;
        z-index: 1;
    }

    .right-arrow.active::after {
        border-left: 23px solid   #c0bcbc!important;
    }

    .right-arrow.active {
        border-left: 26px solid   #c0bcbc!important;
    }

    .triangle-up {
        width: 0;
        height: 0;
        border-left: 55px solid transparent;
        border-right: 55px solid transparent;
        border-bottom: 60px solid #ccc;
    }
    .triangle-down {
        width: 0;
        height: 0;
        border-left: 55px solid transparent;
        border-right: 55px solid transparent;
        border-top: 60px solid #ccc;

    }

    .primary-box-icon{
        height:220px;
        border-radius: 40px ;
    background: #206b98;
    color:white;
    background-image: conic-gradient( #1f6d9d 100deg, #065586 100deg,#065586 280deg, #206b98 50deg);
    padding: 20px;

    }
    #calLogo{
        height:50px;
        padding:0px!important;


    }

    .playBtnBlue {
        height: 197px;
        width: 196px;
        position: relative;
        background: url('../images/cal_blue_transparent.png') no-repeat top center;
        display: flex;
        bottom: 110%;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        z-index: 5;
        transform: scale(0.30, 0.30);
        -ms-transform: scale(0.30,0.30);
        -webkit-transform: scale(0.30,0.30);
        cursor: pointer;

    }

    .playBtnGreen {
        height: 197px;
        width: 196px;
        position: relative;
        background: url('../images/cal_green_transparent.png') no-repeat top center;
        display: flex;
        bottom: 110%;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        z-index: 5;
        cursor: pointer;
        transform: scale(0.30, 0.30);
        -ms-transform: scale(0.30,0.30);
        -webkit-transform: scale(0.30,0.30);
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        z-index: 1;

        -moz-animation: audio1 1.01s infinite ease-in-out;
        -o-animation: audio1 1.01s infinite ease-in-out;
        -webkit-animation: audio1 1.01s infinite ease-in-out;
         animation: audio1 1.01s infinite ease-in-out;

    }


    .animate-audio1 {
        -moz-animation: audio1 1.01s infinite ease-in-out;
        -o-animation: audio1 1.01s infinite ease-in-out;
        -webkit-animation: audio1 1.01s infinite ease-in-out;
        animation: audio1 1.01s infinite ease-in-out;
     }
     @keyframes audio1 {
        0%,
        100% {
            transform: scale(0.30, 0.30);
            -ms-transform: scale(0.30,0.30);
            -webkit-transform: scale(0.30,0.30);
        }
        25% {
            transform: scale(0.31, 0.31);
            -ms-transform: scale(0.31,0.31);
            -webkit-transform: scale(0.31,0.31);
        }
        50% {
            transform: scale(0.32, 0.32);
            -ms-transform: scale(0.32,0.32);
            -webkit-transform: scale(0.32,0.32);
        }
        75% {
            transform: scale(0.33, 0.33);
            -ms-transform: scale(0.33,0.33);
            -webkit-transform: scale(0.33,0.33);
        }
     }


.border-2{border-width: 1.7px!important;}
.border-darkBlue{border: 1.7px solid rgba(62, 88, 127, 0.643)!important;}

@media  (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 91%!important;;
    }
  }
@media  (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 91%;
    }
  }
