.breadcrumb-links {
    background: none;
}

/* .q-editor {
  background: #fefeff;
  border: 1px solid gray;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;

}

.editor {
  background: #fefeff;
  border: 1px solid gray;
} */
.question-panel {
    background: white;
}

.answer-panel {
    background: #e3ebf3;
}

#draggablePanelList .panel-heading {
    cursor: move;
}

#draggablePanelList2 .panel-heading {
    cursor: move;
}

#quizCurtain {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 8999;
    background: rgb(255, 255, 255);
    opacity: 1;
}

.float {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.my-float {
    margin-top: 22px;
}

/* Set default font-family */
.ql-editor {
    font-family: "Roboto Light";
}

/* Set dropdown font-families */
.ql-font span[data-value="impact"]::before,
.ql-font span[data-label="Impact"]::before {
    font-family: "Impact";
}

.ql-font span[data-value="courier"]::before,
.ql-font span[data-label="Courier"]::before {
    font-family: "Courier";
}

.ql-font span[data-value="comic"]::before,
.ql-font span[data-label="Comic Sans MS"]::before {
    font-family: "Comic Sans MS";
}

/* Set dropDown font-families */
.ql-font span[data-label="Aref Ruqaa"]::before {
    font-family: "Aref Ruqaa";
}

.ql-font span[data-label="Mirza"]::before {
    font-family: "Mirza";
}

.ql-font span[data-value="roboto"]::before,
.ql-font span[data-label="Roboto Light"]::before {
    font-family: "Roboto light";
}

.ql-font-impact {
    font-family: "Impact";
}

.ql-font-courier {
    font-family: "Courier";
}

.ql-font-comic {
    font-family: "Comic Sans MS";
}

/* Set content font-families */
.ql-font-mirza {
    font-family: "Mirza";
}

.ql-font-roboto {
    font-family: "roboto light";
}

.ql-editor>*>strong {
    font-weight: bold;
}

.ql-line-height .ql-picker-item[data-value]:before {
    content: attr(data-value) " ";
    font-size: 0.8em;
    display: block;
    margin: auto;
}

.ql-line-height span.ql-picker-label:before {
    content: attr(data-value);
    padding-right: 20px;
    display: block;
    color: black;
}

.ql-editor ul>li::before {
    font-size: 20px;
    font-weight: bolder
}

.ql-editor ol>li::before {
    font-size: 20px;
    font-weight: bolder
}

div#PassageText {
    height: 31rem;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(240, 240, 240);
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
}

/* @media (min-width: 992px)
{
    .modal-lg
    {
        max-width: 80%;
    }
} */
/* minimizing the unnecessary option padding */
div[id^='optionQuill-']>div.ql-editor {
    padding: 8px 0px 0px 0px !important
}

.ql-editor {
    padding: 5px 8px !important
}

.noUi-tooltip {
    display: none;
}

.noUi-active .noUi-tooltip {
    display: block;
}

.text-montserrat {
    font-family: 'Montserrat', sans-serif;
}


.font-montserrat-light {
    font-family: montserrat, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.font-montserrat-regular {
    font-family: montserrat, sans-serif !important;

    font-weight: 400 !important;

    font-style: normal !important;
}

.font-montserrat-medium {
    font-family: montserrat, sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
}

.font-montserrat-medium-bold {
    font-family: montserrat, sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
}

.font-montserrat-bold {
    font-family: montserrat, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

.font-montserrat-extraBold {
    font-family: montserrat, sans-serif !important;
    font-weight: 800 !important;
    font-style: normal !important;
}

.wtl-toggle-btn {
    background: var(--bg-gray) !important;
    height: 33px !important;
    width: 33px !important;
    font-size: 1rem !important;
}

/* .font-montserrat-regular{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
} */

.text-roboto {
    font-family: 'Roboto', sans-serif;
}

.right-border-thick {
    border-right: 0.3rem solid;
    border-left: 0.15rem solid;
    /* border-top: 1px solid;
    border-bottom: 1px solid; */
}

.left-border-thick {
    border-right: 0.15rem solid;
    border-left: 0.3rem solid;
    /* border-top: 1px solid;
    border-bottom: 1px solid; */
}

.border-thick {
    border-right: 0.15rem solid;
    border-left: 0.15rem solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.square {
    height: 100px;
    width: 100px;
}

/* Use this selector to override the line style on a given series 
.ct-series-a .ct-line {
    Set the colour of this series line
    stroke: #91d41d !important;
    Control the thikness of your lines
    stroke-width: 5px;
    /* Create a dashed line with a pattern */
/* stroke-dasharray: 10px 20px; */
}

*/
/* This selector overrides the points style on line charts. Points on line charts are actually just very short strokes. This allows you to customize even the point size in CSS */
/* .ct-series-a .ct-point {
    Colour of your points
    stroke: #0074c7 !important;
    Size of your points
    stroke-width: 10px;
    Make your points appear as squares
    stroke-linecap: circle;
} */

/* .ct-series-a .ct-bar {
    stroke: #0074c7 !important;
    stroke-width: 10px;
} */


div#timeline {
    border: double rgb(173, 173, 173);
    height: 1px;
    width: 100%;
    position: relative;
}

/* div#timeline .inside {
    position: absolute;
    height: 1px;
    background-color: #fff;
    width: 0%;
    top: 3px;
    left: 0;
  } */
div#timeline .dot {
    z-index: 99;
    transition: 0.3s ease-in-out;
    width: 150px;
    height: 50px;
    position: absolute;
    top: -20px;
    text-align: center;
    cursor: pointer;
}

div#timeline .dot {
    left: 20%;
}

div#timeline .dot:nth-child(2) {
    left: 45%;
}

div#timeline .dot:nth-child(3) {
    left: 70%;
}

/* div#timeline .dot:nth-child(4) {
    left: 80%;
  } */
div#timeline .dot:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

div#timeline .dot date {
    font-family: roboto;
    font-size: 1.1rem;
    display: block;
    position: relative;
    top: -60px;
    text-align: center;
}

div#timeline .dot span {
    display: inline-block;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


/* The heart of the matter */
.scroll-horizontal>.scroll-container {
    overflow-x: auto;
    white-space: nowrap;
}

.scroll-horizontal>.scroll-container>.scroll-item {
    display: inline-block;
}

.ob-body {
    background-image: url();
}

/* 
.row {
    transition: height 3s ease-out !important; // note that we're transitioning max-height, not height!
   
} */
/* .col{
    transition: max-height 2s, 0.3s ease-out !important; 
    max-height: 5rem;

}
.col.collapsed {
    max-height: 0px !important;

} */



@import url('https://fonts.googleapis.com/css?family=Roboto');

/* body{
  height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  font-family: 'Roboto', sans-serif;
}

h2{
  margin:0px;
  text-transform: uppercase;
}

h6{
  margin:0px;
  color:#777;
} */








/* Tabs*/
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}


.custom-tabs #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-size: 14px;
    color: #00355B !important;
    font-weight: var(--font-bold) !important;
    font-family: var(--font-montserrat) !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid #0074C7 !important;
}

.custom-tabs .nav-link {
    color: #9CB4C4 !important;
    font-weight: var(--font-bold) !important;
    font-size: 14px !important;
    background-color: transparent;
    border-color: transparent transparent white;
    padding-bottom: 10px !important;

}

.custom-tabs .nav-link:hover {

    background-color: transparent;
    /* border-color: transparent transparent transparent transparent; */
    border-color: transparent transparent #f3f3f3 !important;
    /* border-bottom: 4px solid !important; */
    /* font-size: 20px; */
    /* font-weight: bold; */
}

.custom-tabs #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    color: #eee;
    font-size: 20px;
}



/*paper css*/
.paper {
    background: #fff;
    box-shadow:
        /* The top layer shadow */
        0 1px 1px rgba(0, 0, 0, 0.15),
        /* The second layer */
        0 10px 0 -5px #eee,
        /* The second layer shadow */
        0 10px 1px -4px rgba(0, 0, 0, 0.15),
        /* The third layer */
        0 20px 0 -10px #eee,
        /* The third layer shadow */
        0 20px 1px -9px rgba(0, 0, 0, 0.15);
    /* Padding for demo purposes */
    padding: 30px;
}

.max-width {
    max-width: 100% !important;
}


/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px !important;
}

.material-icons.md-24 {
    font-size: 24px !important;
}

.material-icons.md-36 {
    font-size: 36px !important;
}

.material-icons.md-48 {
    font-size: 48px !important;
}

.material-icons.md-26 {
    font-size: 26px !important;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

/* for bottom shadow as in weekly task list*/
.shadow-bottom {
    box-shadow: 0px 6px 4px -2px rgba(136, 152, 170, .15) !important;
}

.shadow-all {
    box-shadow: 0px 2px 13px rgba(0, 0, 0, .09) !important;
}


/*toggle button css*/
.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 152px;
    height: 33px;
    /* padding: 3px; */
    margin: 0 10px 10px 0;
    /* background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px); */
    border-radius: 18px;
    /* box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05); */
    cursor: pointer;
    box-sizing: content-box;

}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
    background: rgb(29, 23, 7);
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
    background: #00355B;
    border-radius: inherit;
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); */
    box-sizing: content-box;
    color: white;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-label:before {
    content: attr(data-off);
    right: 33px;
    color: var(--bg-gray);
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 9px;
    color: var(--bg-gray);
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: #00355B;
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); */
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 2px;
    left: 3px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    /* box-shadow: inset 0 1px rgba(0, 0, 0, 0.02); */
}

.switch-input:checked~.switch-handle {
    left: 121px;
    /* box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); */
    top: 2px;
}

/* Transition
========================== */
.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}


.bg-light-gray {
    background: hsla(0, 0%, 83%, 0.33) !important;
}

.bg-gradient-v-gray {
    background-image: linear-gradient(to top, var(--bg-gray), white);
}

.bg-theme-gradient-green {
    background-image: linear-gradient(to right, #00A4C7, #40DF74);
}

.exrta-rounded {
    border-radius: 1.5rem !important;
}

.border-left-rounded {
    border-top-left-radius: 13px !important;
    border-bottom-left-radius: 13px !important;
}

.rounded-15 {
    border-radius: 15px !important;
}

.rounded-top-15 {
    border-radius: 15px 15px 0px 0px !important;
}


.rounded-5 {
    border-radius: 5px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

:root {
    --font-regular: 400 !important;
    --font-medium: 500 !important;
    --font-medium-bold: 600 !important;
    --font-bold: 700 !important;
    --font-extraBold: 800 !important;
    --font-montserrat: 'Montserrat', sans-serif;
    --bg-gray: #F3F6F7;
    --border-gray: #F0F3F5;
    --green: #09DA70;
    --dark: #002640;
    --darker: #002640;
    /* --pt8: 6px;
    --pt9: 6.75px;
    --pt10: 7.5px;
    --pt11: 8.25px;
    --pt12: 9px;
    --pt13: 9.75px;
    --pt14: 10.5px;
    --pt15: 11.25px;
    --pt16: 12px;
    --pt17: 12.75px;
    --pt18: 13.5px;
    --pt19: 14.25px;
    --pt20: 15px;
    --pt21: 15.75px;
    --pt22: 16.5px;
    --pt23: 17.25px;
    --pt24: 18px;
    --pt25: 18.75px;
    --pt26: 19.5px;
    --pt27: 20.25px;
    --pt28: 21px;
    --pt29: 21.75px;
    --pt30: 22.5px; */


    --pt8: 10.64px;
    --pt9: 11.97px;
    --pt10: 13.3px;
    --pt11: 14.63px;
    --pt12: 15.96px;
    --pt13: 17.29px;
    --pt14: 18.62px;
    --pt15: 19.95px;
    --pt16: 21.28px;
    --pt17: 22.61px;
    --pt18: 23.94px;
    --pt19: 25.27px;
    --pt20: 26.6px;
    --pt21: 27.93px;
    --pt22: 29.26px;
    --pt23: 30.59px;
    --pt24: 31.92px;
    --pt25: 33.25px;
    --pt26: 34.48px;
    --pt27: 35.91px;
    --pt28: 37.24px;
    --pt29: 38.57px;
    --pt30: 39.9px;

}

/* .font-8 {
    font-size: var(--pt8) !important;
}

.font-9 {
    font-size: var(--pt9) !important;
}

.font-10 {
    font-size: var(--pt10) !important;
}

.font-11 {
    font-size: var(--pt11) !important;
}

.font-12 {
    font-size: var(--pt12) !important;
}

.font-14 {
    font-size: var(--pt14) !important;
}

.font-15 {
    font-size: var(--pt15) !important;
}

.font-16 {
    font-size: var(--pt16) !important;
}

.font-18 {
    font-size: var(--pt18) !important;
}

.font-20 {
    font-size: var(--pt20) !important;
}

.font-21 {
    font-size: var(--pt21) !important;
}

.font-24 {
    font-size: var(--pt24) !important;
}

.font-28 {
    font-size: var(--pt28) !important;
} */

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

/*
.font-8-px {
    font-size: 8px !important;
}

.font-9-px {
    font-size: 9px !important;
}

.font-10-px {
    font-size: 10px !important;
}

.font-11-px {
    font-size: 11px !important;
}

.font-12-px {
    font-size: 12px !important;
}

.font-14-px {
    font-size: 14px !important;
}

.font-15-px {
    font-size: 15px !important;
}

.font-16-px {
    font-size: 16px !important;
}

.font-18-px {
    font-size: 18px !important;
}

.font-20-px {
    font-size: 20px !important;
}

.font-21-px {
    font-size: 21px !important;
}

.font-24-px {
    font-size: 24px !important;
}

.font-28-px {
    font-size: 28px !important;
} */

.btn-h-40 {
    min-height: 40px !important;
}

.btn-30-circle {
    height: 30px !important;
    width: 30px !important;
}

.wtl-card-shadow {
    box-shadow: 0px 2px 13px rgba(0, 0, 0, .09) !important;
}

.icon-btn-bg {
    background-color: #9CB4C4 !important;
    padding: 4px;
    width: 75px !important;
    font-size: 9.16px;
}

.spanish-blue {
    background-color: #0074C7;
}

.btn-spanish-blue {
    background: #0074C7;
    color: white;
    font-weight: lighter;
    box-shadow: 0px 10px 9px rgba(0, 110, 199, .22) !important;
    z-index: 10;
}

.font-spanish-blue {
    color: #0074C7 !important;
}

.border-spanish-blue {
    border-color: #0074C7 !important;
}

.font-dark {
    color: #00355B;
}

.wtl-pill-green {

    border: 1px solid #09DA7A;
    border-radius: 5px;
    color: #09DA7A;
    background: white;
    padding: 4px 8px !important;
    height: 25px;
}

.wtl-pill-orange {

    border: 1px solid #FFBB43;
    border-radius: 5px;
    color: #FFBB43;
    background: white;
    padding: 4px 8px !important;
    height: 25px;

}

.wtl-pill-blue {

    border: 1px solid #0074C7;
    border-radius: 5px;
    color: #0074C7;
    background: white;
    padding: 4px 8px !important;
    height: 25px;

}

.wtl-pill-gray {

    border: 1px solid #09DA7A;
    border-radius: 5px;
    color: #09DA7A;
    background: white;
    padding: 4px 8px !important;
    height: 25px;

}

.wtl-pill-red {

    border: 1px solid #FF4343;
    border-radius: 5px;
    color: #FF4343;
    background: white;
    padding: 4px 8px !important;
    height: 25px;

}


.text-theme-gray {
    color: #9CB4C4;
}

.theme-gray {
    color: #9CB4C4;
}

.line:before {
    position: absolute;
    top: 3rem;

    height: 100%;
    content: '';
    border-right: 2px solid #e9ecef;
}

.line:before {
    left: -2.1rem;
}

.timeline-none:before {
    display: none !important;

}

.progress {
    box-shadow: none;
    background: var(--bg-gray) !important;
}

.progress-bar-knob:after {
    content: attr(aria-valuenow);
    background: white;
    color: #00355B;
    width: 3.5rem;
    border-radius: 32px;
    height: 3.5rem;
    position: absolute;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.09);
    left: calc(var(--progress));
    justify-content: center;
    display: flex;
    padding-top: 1rem;
    font-size: 17.68px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    margin-top: -.08rem;
    z-index: 10
}

.progress-bar-knob-xl:after {
    content: attr(aria-valuenow);
    background: white;
    color: #00355B;
    width: 76px;
    border-radius: 50px;
    height: 76px;
    position: absolute;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.09);
    left: calc(var(--progress));
    justify-content: center;
    display: flex;
    padding-top: 20px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--font-bold);
    margin-top: -.08rem;
    z-index: 10;
    margin-left: -38px;
}

.progress-bar-knob-sm:after {
    content: attr(aria-valuenow);
    background: white;
    color: #00355B;
    width: 29px;
    border-radius: 32px;
    height: 29px;
    position: absolute !important;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.09);
    left: calc(var(--progress));
    justify-content: center;
    display: flex;
    padding-top: 8px;
    font-size: 9px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    margin-top: -.08rem;
    margin-left: -15px !important;
    z-index: 100;
}

.progress-bar-knob-md:after {
    content: attr(aria-valuenow);
    background: white;
    color: #00355B;
    width: 30px;
    border-radius: 32px;
    height: 30px;
    position: absolute !important;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.09);
    left: calc(var(--progress));
    justify-content: center;
    display: flex;
    padding-top: 8px;
    font-size: 9.16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    margin-top: -.08rem;
    z-index: 100;
}

.progress-bar-knob-lg:after {
    content: attr(aria-valuenow);
    background: white;
    color: #00355B;
    width: 41px;
    border-radius: 32px;
    height: 41px;
    position: absolute !important;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.09);
    left: calc(var(--progress));
    justify-content: center;
    display: flex;
    padding-top: 13px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--font-bold);
    margin-top: -.08rem;
    z-index: 100;
}

.wtl-head-card {
    height: 87px !important;
    width: 227px !important;
}

/* calander inner items*/
.fc-start.fc-end {
    border-left: 3px solid !important;
}

.fc-start.fc-not-end {
    border-left: 3px solid !important;
}

.fc-event {
    font-size: 12px !important;
    font-weight: 700 !important;
}

.fc-center>h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.fc-toolbar {
    display: flex;
    justify-content: center !important;
    align-items: center;
}

.fc-prev-button.btn.btn-primary {
    width: 28px !important;
    height: 28px !important;
    background: var(--bg-gray) !important;
    border-radius: 17px !important;
    padding: 5px;
    border: 1px #707070 !important;
    box-shadow: none;
    color: #00355B;
}

.fc-next-button.btn.btn-primary {
    width: 28px !important;
    height: 28px !important;
    background: var(--bg-gray) !important;
    border-radius: 17px !important;
    padding: 5px;
    border: 1px #707070 !important;
    box-shadow: none;
    color: #00355B;
}

.fc-day-header {
    padding: 1rem !important;
    font-size: 12px !important;
}

.fc-toolbar.fc-header-toolbar {
    padding: 15px !important;
    margin-bottom: 0px !important;
}

.fc-day-number {
    float: left !important;
    align-self: baseline !important;
    color: #9CB4C4;
    font-size: 16px !important;
    border-radius: 36px;
    font-weight: 600 !important;
    padding: 11px !important;
    width: 24px;
    text-align: center;
    margin: 3px;
}

.fc-event {
    margin-left: 10px !important;
    margin-right: 10px !important;
    border-radius: 5px !important;
    margin-bottom: 3px !important;
}

.fc-today .fc-day-number {
    color: white !important;
    background: #0074C7 !important;
}

.alert-info {
    background: none;
    color: black;
}

.wtl-head-card {
    height: 87px !important;
    width: 100% !important;
    /* margin-top: -37px !important; */
}

/* .wtl-card {
    width: 315px;
} */

.wtl-card {
    width: 100%;
    margin-left: -6px;
}

.wtl-timeline-content {

    margin-left: 33px !important;
}

.wtl-timeline-step {
    left: 0rem !important;
}


.custom-icon-button {
    height: 23px;
    width: 73px;
    font-size: 9.16px !important;
    font-weight: var(--font-medium);
    /* border: 1px solid gray; */
    border-radius: 5px;
    background: #9CB4C4;
    /* padding: 4px; */
    justify-content: initial;
}

.custom-icon-button img {
    height: 16px;
    width: 13px;
    justify-content: center !important;
    left: 3px !important;
    position: relative;
    top: 2px !important;
}

.custom-icon-button .img-container {
    height: 30.4px;
    width: 30.4px;
    border-radius: 10px !important;
    padding: 5px !important;
    background: white !important;
    justify-content: center !important;
    align-self: center !important;
    left: 9px;
    position: absolute;
    box-shadow: 1px 5px 7px rgba(156, 180, 196, 0.35);
    top: -4px;
}

.custom-icon-button>span {
    border-radius: 10px !important;
    left: 50px;
    position: absolute;
    top: 4px;
    color: white;
}

#dashboardHead {
    /* background: url(../img/brand/dashboard.png) white; */
    background-repeat: no-repeat;
    /* background: url(); */
    background-size: 1222px;
    background-position-y: 0px;
    height: 131px;
}

.continue-btn {
    border-radius: 5px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    font-size: 14px;
    background-color: #0074C7 !important;
    height: 40px;
}

.dashboard-overall-progress {
    height: 141px !important;
}

.dashboard-weekly-progress {
    height: 247px;
}

.strength-weakness-card {
    border-radius: 10px !important;
    border: 3px solid var(--border-gray);
    height: 62px;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--font-medium);
    font-size: 14px !important;
    box-shadow: none !important;
}

.strength-weakness-card.quant-verbal-improvement-areas small {
    font-size: 16.47px !important;
    font-weight: var(--font-medium);
    font-family: var(--font-montserrat);
}

.strength-weakness-card small {
    font-weight: var(--font-medium);
    font-family: var(--font-montserrat);
}

.strength-weakness-card span {
    font-family: var(--font-montserrat);
    font-size: 11.76px !important;
    font-weight: var(--font-medium);
}

.strength-weakness-card .btn {
    border-radius: 5px !important;
    background: var(--darker);
    font-size: 11.76px;
    font-family: var(--font-montserrat);
    font-weight: var(--font-medium);
    width: 68.31px;
    text-align: center !important;
    padding: 5px;
    height: 28.22px;
    color: white;
}

.strength-btn-secondary {
    background: var(--bg-gray) !important;
    border-radius: 5px;
    padding: 8px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    border: none;
    font-size: 12px;
    box-shadow: none !important;
    width: 100%;
}

.strength-btn {
    background: #0074C7 !important;
    border-radius: 5px;
    padding: 8px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    border: none;
    font-size: 12px;
    box-shadow: none !important;
    width: 100%;
    color: white;
}

.quant-verbal-improvement-areas {
    height: 72.96px !important;
    padding: 4px !important;
    width: 272px !important;
}

.weakness-btn-secondary {
    background: var(--bg-gray) !important;
    border-radius: 5px;
    padding: 7px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    border: none;
    font-size: 12px;
    box-shadow: none !important;
    width: 100%;
}

.weakness-btn {
    background: #DA0909 !important;
    border-radius: 5px;
    padding: 7px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    border: none;
    font-size: 12px;
    box-shadow: none !important;
    width: 100%;
    color: white;

}

.strength-weakness-tab-container {
    background: var(--bg-gray);
    padding: 1.25px !important;
}

.in-depth-analysis-ddl {
    border-radius: 10px;
    border: 3px solid #F0F3F5;
    height: 48px;
    width: 231px !important;
    display: flex;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 22px;
}

.in-depth-analysis-ddl .dropdown-menu {
    left: -7rem !important;
    top: 10px !important;
}

.in-depth-analysis-ddl>button {
    position: relative;
    border: 1px solid var(--bg-gray);
    border-radius: 13px;
    height: 24px;
    width: 24px;
    right: 0px;
    background: var(--bg-gray);
    color: #9c9c9c;
    align-self: center;


}

.in-depth-analysis-ddl>span {
    position: absolute;
    border-radius: 13px;
    height: 18px;
    color: #002640;
    font-family: var(--font-montserrat);
    font-weight: var(--font-medium);
    font-size: 14px;
    line-height: 16.8px;
    align-self: center !important;
}

.in-depth-analysis-ddl>label {
    position: relative;
    border-radius: 13px;
    height: 26px;
    width: 107px;
    left: -8px;
    background: #ffffff;
    color: #B2B8BC;
    font-family: var(--font-montserrat);
    font-weight: var(--font-medium);
    font-size: 12px;
    padding: 8px;
    top: -18px !important;

}

.in-depth-analysis-card .card-body {
    margin-top: 5px;
    /* padding-left: 41px; */
    /* padding-right: 41px; */
    /* margin-right: 41px; */
}

.in-depth-tab {
    /* width: 233px; */
    height: 48px;
    display: flex;
    background: var(--bg-gray) !important;
    padding: 8px;
    border-radius: 5px !important;
}

.in-depth-tab .btn {
    width: 104px;
    height: 32px;
    align-self: center;
    font-family: var(--font-montserrat);
    font-weight: var(--font-medium);
    font-size: 12px;
    padding: 5px;
}

.bg-gray {
    background: var(--bg-gray) !important;
}

@media (min-width: 576px) {
    .main-content {
        /* max-width: 540px; */
    }

    .wtl-head-card {
        height: 87px !important;
        width: 227px !important;
        margin-top: -37px !important;
    }

    .wtl-card {
        width: 100%;
    }

    .line:before {
        left: -2.1rem;
    }

    .ddo-btn-icon .img-container img {
        margin-top: -10px;
    }
}

@media (min-width: 768px) {
    .main-content {
        /* max-width: 720px; */
    }

    .wtl-head-card {
        height: 87px !important;
        width: 227px !important;
        margin-top: -37px !important;
    }

    .wtl-card {
        width: 100%;
    }

    .line:before {
        left: -2.1rem;
    }

    .ddo-btn-icon .img-container img {
        margin-top: -10px;
    }

}

@media (min-width: 992px) {
    .main-content {
        /* max-width: 960px; */
    }

    .wtl-head-card {
        height: 87px !important;
        width: 227px !important;
        margin-top: -37px !important;
    }

    .wtl-card {
        width: 100%;
    }

    .line:before {
        left: -2.1rem;
    }

    .ddo-btn-icon .img-container img {
        margin-top: -10px;
    }

    .in-depth-analysis-card .card-body {
        padding-left: 41px;
        /* padding-right: 41px; */
        margin-right: 41px;
    }

}


@media (min-width: 1200px) {
    .main-content {
        max-width: 1283px;
        /* width: 1034px; */
        margin-left: 155px !important;
        /* justify-content: center; */
    }

    .g-sidenav-pinned .sidenav.fixed-left+.main-content {
        margin-left: 250px !important;
    }

    .wtl-head-card {
        height: 87px !important;
        width: 227px !important;
        margin-top: -37px !important;
    }

    .wtl-card {
        width: 100%;
    }

    .line:before {
        left: -2.1rem;
    }

    .calendar-card {
        width: 689px !important;

    }

    .calendar-milestones {
        height: 76px;
        width: 287px;
        box-shadow: none;
        background: var(--bg-gray);
        border-radius: 15px;
        margin-bottom: 21px;
        padding-left: 4px;
    }

    .sublevel-card {
        border-radius: 15px;
        box-shadow: none;
        padding-bottom: 6px;

    }

    #UnitList .timeline:before {
        position: absolute;
        top: 0;
        left: 1rem;
        height: 100%;
        content: '';
        border-right: 2px solid #F3F6F7 !important;
    }

    #sublevelpanel {
        padding: 2rem;
    }

    .in-depth-analysis-ddl .dropdown-menu {
        left: -10rem !important;
        top: 10px !important;
    }

    .ddo-btn-icon .img-container img {
        margin-top: -10px;
    }

    .custom-icon-button img {
        height: 16px;
        width: 13px;
        justify-content: center !important;
        left: -4px !important;
        position: relative;
        top: 2px !important;
    }

    .wtl-card {
        width: auto;
        margin-left: auto !important;
    }

    /* tab padding*/
    .custom-tabs .nav-link {
        padding-left: 36px;
        padding-right: 36px;
    }

    .in-depth-analysis-card .card-body {
        padding-left: 41px;
        /* padding-right: 41px; */
        margin-right: 41px;
    }

    #dashboardHead {
        background: url(../../img/brand/dashboard.png) white;
        background-repeat: no-repeat;
        /* background: url(); */
        background-size: 1222px;
        background-position-y: 0px;
        height: 131px;
    }
}

@media (min-width: 1440px) {
    #UnitList .timeline:before {
        position: absolute;
        top: 0;
        left: 1rem;
        height: 100%;
        content: '';
        border-right: 2px solid #F3F6F7 !important;
    }

    .ddo-btn-icon .img-container img {
        margin-top: -10px;
    }

    .custom-icon-button img {
        height: 16px;
        width: 13px;
        justify-content: center !important;
        left: -4px !important;
        position: relative;
        top: 2px !important;
    }

    .wtl-card {
        width: auto;
        margin-left: auto !important;
    }

    .custom-tabs .nav-link {
        padding-left: 36px;
        padding-right: 36px;
    }

    .in-depth-analysis-card>.card-body {
        padding-left: 41px;
        /* padding-right: 41px; */
        margin-right: 41px;
    }

    #dashboardHead {
        background: url(../../img/brand/dashboard.png) white;
        background-repeat: no-repeat;
        /* background: url(); */
        background-size: 1222px;
        background-position-y: 0px;
        height: 131px;
    }

}


.sublevel-card {
    border-radius: 15px;
    box-shadow: none;
    padding-bottom: 6px;

}

#sublevelpanel {
    padding: 0.4rem;
}

.calendar-milestones {
    height: 76px;
    width: 100%;
    box-shadow: none;
    background: var(--bg-gray);
    border-radius: 15px;
    margin-bottom: 21px;
    padding-left: 4px;
}

.level-card {
    height: 89px;
    width: 299px;
    padding: 1rem 0rem 0.4rem 2rem;

}

.planned-level-timeline {
    height: 69px;
    position: absolute;
    top: 37px;
    border: 1px solid #9CB4C4;
    left: 28px;
    z-index: 1000;

}

.planned-level-timeline-dashed {
    border: 1px dashed #9CB4C4 !important;
}

.level-calander-icon {
    left: 22px;
    top: 19px;
    position: absolute;
    z-index: 1000;
}

.selected-level {
    background: var(--bg-gray) !important;
}

.before-selected-level {
    border-bottom-right-radius: 15px;
}

.after-selected-level {
    border-top-right-radius: 15px;
}

#LevelSideBar {
    width: 301px;
    border-radius: 0px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.level-card .progress {
    margin-top: 13px;
}

.sublevel-due-date-pill {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    height: 15px;
    width: 83px;
    text-align: center;
    padding: 3.5px;
    font-size: 8px;
    line-height: 10px;
    font-weight: 700;
    color: white;
    background: #9CB4C4;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.unit-badge {
    width: 37px !important;
    height: 37px !important;
    background: var(--bg-gray);

    border: 3px solid var(--bg-gray);
    border-radius: 5px;
    text-align: center;


}

.unit-badge div {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    font-size: 8.46px;
    margin-bottom: 2px;
    color: #9CB4C4 !important;
}

.unit-badge h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    font-size: 16.91px;
    color: #9CB4C4 !important;
}

#UnitList .timeline:before {
    position: absolute;
    top: 0;
    left: 1rem;
    height: 100%;
    content: '';
    border-right: 0px solid var(--bg-gray);
}

.start-learning {
    border-radius: 5px !important;
    width: 67px;
    padding: 2px;
    height: 24px !important;
    box-shadow: 0px 4px 9px rgb(0, 116, 199, 0.22);
    font-size: 10px !important;
}

.revise {
    border-radius: 5px !important;
    width: 70px;
    padding: 0px;
    height: 24px !important;
    box-shadow: 0px 4px 9px rgba(157, 157, 157, 0.22);
    /* background: rgb(245, 245, 245) !important; */
    border: 1px grey;
    font-size: 10px !important;
    background: white !important;
}

.ob-time-per-weak-recommendation-pill {
    position: absolute !important;
    top: 1px !important;
    right: 1px !important;
    font-size: 7px !important;
    border-radius: 2px !important;
}

/* .delay-6s{
    transition-duration: 6000;
    animation-duration: 6000;
} */

.animated.delay-6s {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.animated.delay-7s {
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

.animated.delay-8s {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.animated.delay-9s {
    -webkit-animation-delay: 9s;
    animation-delay: 9s
}

.animated.delay-10s {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.animated.delay-11s {
    -webkit-animation-delay: 11s;
    animation-delay: 11s
}


/* // custom chart */
.custom-chart-hr {
    height: 300px;
}

.custom-chart-vr {
    display: flex;
    justify-content: space-between;
}

.bar-chart-vr .bar-container {
    width: 25%;
    justify-items: center;
    display: flex;
    justify-content: center;
}

.bar-chart-vr .chart-bar {
    border-radius: 10px;
    width: 20px;
    align-self: flex-end;
    position: relative;
    bottom: -34px;

}

.bar-chart-vr .chart-bar:after {
    padding-top: 13px;
    background: white;
    box-shadow: 0px 4px 13px rgb(214, 214, 214);
    border-radius: 22px;
    height: 41px !important;
    width: 41px;
    margin-bottom: 10px !important;
    font-weight: var(--font-medium);
    font-family: montserrat;
    content: attr(progress);
    font-size: 11px;
    position: absolute;
    display: flex;
    color: #00355B;
    justify-content: center;
    margin-top: -20px !important;
    margin-left: -10px;

}

/* .bar-chart-vr .chart-bar:before {
    content: '12517jj';
} */

.bar-chart-vr .chart-label {
    position: absolute;
    text-align: end;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px !important;
    font-weight: var(--font-regular);
    font-family: var(--font-montserrat);
    color: #B2B8BC;
    bottom: 57px;

}

.bar-chart-hr .chart-label {
    width: 8rem;
    text-align: end;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px !important;
    /* margin-bottom: 20px !important; */
    font-weight: var(--font-regular);
    font-family: var(--font-montserrat);
    display: inline;
    margin-right: 2rem;
    color: #B2B8BC;
}

.bar-chart-hr .chart-bar {
    border-radius: 10px;
    height: 20px;
    /* margin-bottom: 20px; */
    display: flex;
    justify-content: flex-end;

}

.chart-bar:after {
    padding-top: 13px;
    background: white;
    box-shadow: 0px 4px 13px rgb(214, 214, 214);
    border-radius: 22px;
    height: 41px !important;
    width: 41px;
    margin-bottom: 10px !important;
    font-weight: var(--font-medium);
    font-family: var(--font-montserrat);
    content: attr(progress);
    font-size: 11px;
    position: absolute;
    display: flex;
    color: #00355B;
    justify-content: center;
    margin-top: -10px !important;
    margin-left: 25px;

}

.bar-chart-hr .bar-container {
    display: flex;
    width: 100%;
    height: 30px;
    margin-bottom: 18px;
    padding-right: 4rem;
}


.ct-series-a .ct-bar {
    /* background: linear-gradient(to top ,#06B35B, #06B35B)!important;;
    stroke: none; */
    stroke: #2dce89 !important;
    stroke-width: 20px;
    /* stroke-linecap: round; */

}

.ct-series-b .ct-bar {
    stroke: #0074C7 !important;
    stroke-width: 20px;
}

.ct-series-b .ct-bar:after {
    background: white !important;
    content: 'hwllp';
    top: 500px;
    left: 100px;
    position: absolute;
    border: 1px solid green;
}

.milestone-timeline {
    height: 30px;
    border: 1.4px dashed #9CB4C4;
    position: absolute;
    top: 71px;
    left: 38px;

}

.timed-accuracy-card {
    padding: 13px;
    height: 86px !important;
    width: 196px !important;
    border-radius: 10px !important;
    border: 3px solid var(--bg-gray) !important;
    display: flex;
    margin-top: 22px;
    margin-bottom: 10px;
}

.timed-accuracy-card .clock-icon {
    align-self: center !important;
    background: var(--bg-gray) !important;
    height: 54px !important;
    width: 54px !important;
    border-radius: 15px;
    justify-content: center;
    display: flex;
}

.timed-accuracy-card .clock-icon>img {
    align-self: center;
}

.timed-accuracy-card .time-stats {
    align-self: center !important;
    text-align: left;
    margin-left: 15px !important;
}

.timed-accuracy-card .time-stats>.title {
    align-self: center !important;
    color: #002640 !important;
    font-family: montserrat !important;
    font-weight: 400 !important;
    font-size: 12px;
    margin-top: 10px;
}

.timed-accuracy-card .time-stats>.value {
    color: #09DA70;
    font-family: montserrat !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    margin-top: -8px !important;
}

.border-3 {
    border: 3px solid;
}

.border-gray {
    border-color: var(--border-gray);
}

/* .border-dark {
    border-color: var(--border-gray);
} */


.ddo-btn-icon {
    width: 48px;
    height: 18px !important;
    border-radius: 9px !important;
    border: 1px solid #9CB4C4;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

.ddo-btn-icon-long {
    width: 57px !important;
}

.ddo-btn-icon .text-container {
    display: inline;
}

.ddo-btn-icon .img-container {
    width: 25px !important;
    height: 25px !important;
    position: relative;
    background: #9CB4C4;
    padding: 4px 7px;
    border-radius: 8px !important;
    margin-top: -5px;
    margin-left: -3px;
    box-shadow: 0px 3px 6px rgba(156, 180, 196, .35)
}

.img-container-light {
    background: white !important;
}

.ddo-btn-icon .img-container img {
    margin-top: -10px;
}

.ddo-btn-icon .text {
    font-size: 9px;
    font-weight: var(--font-regular) !important;
    font-family: var(--font-montserrat) !important;
    color: #9CB4C4 !important;
    float: right;
    padding-right: 8px;
    padding-top: 2px;
    margin-top: -20px;

}

.no-data-available {
    border-radius: 10px;
    border: 3px solid var(--border-gray);
    padding: 10px;
    text-align: center;
    width: 100%;
    height: 206px;
    font-family: var(--font-montserrat);
    color: var(--gray);
    font-size: medium;
    padding-top: 5rem;
}

/* chart labels */

.ct-label {
    font-family: var(--font-montserrat) !important;
    font-weight: var(--font-regular) !important;
    color: #B2B8BC !important;
}

.ct-label.ct-vertical {
    font-size: 10px !important;
}

.ct-label.ct-horizontal {
    font-size: 12px !important;
    height: 15px !important;
}

.ct-grid {
    stroke: #F3F6F7 !important;
    stroke-width: 1px;
    stroke-dasharray: 10px !important;
}

foreignObject {

    height: 15px !important;
}

.chartist-tooltip {
    background: var(--green);
    border-radius: 5px;
    background: var(--bg-gray);
    font-family: var(--font-montserrat);
}

.chartist-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: var(--bg-gray);
}