@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@font-face {
    font-family: 'Avenir LT 55 Roman';
    src: url('../fonts/avenier/AvenirLT-Roman.eot');
    src: local('Avenir LT 55 Roman'), local('AvenirLT-Roman'), url('../fonts/avenier/AvenirLT-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/avenier/AvenirLT-Roman.woff') format('woff'), url('../fonts/avenier/AvenirLT-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT 55 Roman';
    src: url('../fonts/avenier/AvenirLT-Heavy.eot');
    src: local('Avenir LT 85 Heavy'), local('AvenirLT-Heavy'), url('../fonts/avenier/AvenirLT-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/avenier/AvenirLT-Heavy.woff') format('woff'), url('../fonts/avenier/AvenirLT-Heavy.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/avenier/Gotham-Book.eot');
    src: local('Gotham-Book'), url('../fonts/avenier/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/avenier/Gotham-Book.woff2') format('woff2'), url('../fonts/avenier/Gotham-Book.woff') format('woff'), url('../fonts/avenier/Gotham-Book.ttf') format('truetype'), url('../fonts/avenier/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/avenier/Gotham-Bold.eot');
    src: local('Gotham-Bold'), url('../fonts/avenier/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/avenier/Gotham-Bold.woff2') format('woff2'), url('../fonts/avenier/Gotham-Bold.woff') format('woff'), url('../fonts/avenier/Gotham-Bold.ttf') format('truetype'), url('../fonts/avenier/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

body {
    font-family: 'Gotham Book';
    background: #ecefff;
}

a {
    color: #134186; cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham';
}


/* Login */

.login-bg {
    background: url('../images/bg1.jpg') repeat top center;
}

.login-img {
    position: relative;
}

.auth-logo {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.authincation {
    height: 100vh;
}

.authincation h4 {
    font-weight: bold;
    color: #134186;
    font-size: 20px;
    margin-bottom: 10px !important
}

.authincation-content {
    background: #f0eff7;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    border-radius: 20px;
    font-size: 14px;
    overflow: hidden;
}

.authincation-content label {
    font-weight: bold;
}

.auth-form {
    padding: 50px 30px 20px;
}

.form-control {
    /*border: 1px solid #0064bc;
    border-radius: 25px;
    padding: 0.7rem 0.75rem;*/
    font-weight: 400;
    box-sizing: border-box;
    padding: 0.6em;
    color: #43454b;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    outline: 0;
}

.form-group {
    margin-bottom: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #FF723A;
    border-color: #ffb84c;
    border-radius: 25px;
    padding: 10px;
    font-family: 'Gotham';
}



.text-primary {
    color: #134186!important;
}

.forgot-password,
.new-account .text-primary {
    font-family: 'Gotham';
}


/* Dashboard */

.marginlefting {
    margin-left: 60px !important;
}

.displaynone {
    display: none !important;
}

.displayblock {
    display: block !important;
}

.sidebar .item i {
    font-size: 24px;
    margin-top: -5px !important;
}

.logo {
    height: 48px !important;
    padding: 10px !important;
}

.logo img {
    width: 100% !important;
    height: 38px !important;
}

.title.item {
    padding: .92857143em 1.14285714em !important;
}

.dropdown .menu .header {
    padding-top: 3.9px!important;
    padding-bottom: 3.9px!important;
}

.right.menu h4 {
    margin-bottom: 0;
    padding-right: 10px;
    float: left;
}

.userpic {
    width: 40px;
    height: 40px;
    float: left;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
}

.userpic img {
    width: 100%;
}

.right.menu .ui.dropdown.item {
    padding: 0 10px;
}

.content-left {
    margin-left: 15px;
    /*background: url(../images/bg2.jpg) no-repeat top center;
    background-size: cover;*/
    padding: 21px;
    min-height: 100%;
    /*background: rgb(193,222,247);
    background: url(../images/bg2.png) no-repeat center, linear-gradient(90deg, rgba(193,222,247,1) 0%, rgba(250,224,194,1) 100%);*/
}

/*--------------- 20-01-2023 performance page---------/*/

.contentperformnce-left {
    margin-left: 21px;
    /* background: url(../images/bg2.jpg) no-repeat top center; */
    background-size: cover;
    padding: 10px;
    min-height: 100%;
}


/*--------------- 20-01-2023 performance page---------/*/

.leftcontent {
    margin-left: 80px;
}

.ui.left.overlay.sidebar {
    top: 49px
}

.ui.left.overlay.sidebar ul li {
    list-style: none;
    padding-bottom: 10px;
}

.ui.accordion .title:not(.ui) {
    font-size: 15px;
    color: #fff;
}

.ui.visible.left.overlay.sidebar {
    background: #35acc4 url(../images/left-sidebar-backup.png) no-repeat center;
    background-size: contain;
    background-blend-mode: multiply;
    border: 0;
    box-shadow: none;
}

.ui.menu {
    box-shadow: 0px 1px 12px 0 rgb(34 36 38 / 15%);
}

.ui.menu .item.openbtn {
    background: #0024fc;
    width: 40px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-top: 6px;
    color: #fff;
    font-size: 20px;
    padding: 0;
    margin-left: 20px;
}

.ui.menu .item.openbtn:hover {
    background: #35acc4;
    color: #fff
}

.ui.vertical.menu .item>img:not(.ui):only-child {
    display: inline-block;
    padding-right: 10px;
}

.ui.accordion {
    padding-top: 30px;
}

.ui.accordion ul {
    padding-left: 10px
}

.ui.vertical.menu .item>img:not(.ui):only-child {
    max-width: none;
}

.ui.sidebar.vertical.left.menu.overlay.visible.very.thin.icon .ui.accordion .title:not(.ui) {
    font-size: 0;
}

.ui.sidebar.vertical.left.menu.overlay.visible.very.thin.icon .ui.accordion ul {
    padding-left: 0;
}

.ui.sidebar.vertical.left.menu.overlay.visible.very.thin.icon ul li {
    padding-bottom: 30px;
}

.ui[class*="very thin"].left.sidebar,
.ui[class*="very thin"].right.sidebar {
    width: 80px;
}

.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
    color: #ffe21d;
}

.ui.left.overlay.sidebar ul li.active a {
    color: #ffe21d;
}

.dashbaord {
    padding-left: 0;
    list-style: none;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.pusher {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
}

.dashbaord li {
    width: 24%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    margin-bottom: 40px
}

.item-box {
    width: 100%;
    display: block;
    background: #f59f4c;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}

.dash-icon {
    width: 100%;
    text-align: center;
    min-height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
}
.dash-icon img{max-height: 80px;}
.dashinfo {
    text-align: center;
}

    .dashinfo h4 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
    }

.dashinfo p {
    font-size: 13px;
}

.dashinfo h4,
.dashinfo p {
    color: #fff;
}

/* ------- Devesh css ---------- */
.liveclassblock{ font-family:"Gotham Book"; font-weight:bold;}
.liveclassblock :nth-child(1) {
    color: #f57923;
    font-size: 16px;
    margin-bottom: 3px;
    font-family: "Gotham";
}
    .liveclassblock :nth-child(2) {
        color: #000;
        font-size: 14px;
        margin-bottom: 3px;  
    }
    .liveclassblock :nth-child(3) {
        color: #5b5b5b;
        font-size: 13px; 
        /* text-align: center; */
        margin-bottom: 3px;
    }
.liveblockwrap {
    background: #ffdec8;
}
.tagline-container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.tagline-item  {
    color: #000;
    font-weight: 700;
    font-size: 12px;
    /* margin: 4px; */
    text-transform: uppercase;
}
.card-body .tagline-item {
    color: #f57947 !important;
    font-family: "Gotham Book";
    font-weight: bold;
}
.tagline-item span {
    color: #000;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    /* margin: 4px; */
}
.joinbtnwrap {
    /* text-align: center;
    background-color: #f59f4c;
    margin: 3px 0 0 0;
    padding: 5px 22px 5px 22px;
    color: #fff!important;
    border-radius: 26px; */
    text-align: center;
    background-color: #329f18;
    margin: 9px 9px 0 0px;
    padding: 5px 22px 5px 22px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #fff !important;
    border-radius: 26px;
}

@-webkit-keyframes glowing {
    0% { background-color: #4bab33; -webkit-box-shadow: 0 0 3px #4bab33; }
    50% { background-color: #56eb31; -webkit-box-shadow: 0 0 40px #56eb31; }
    100% { background-color: #4bab33; -webkit-box-shadow: 0 0 3px #4bab33; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #4bab33; -moz-box-shadow: 0 0 3px #4bab33; }
    50% { background-color: #56eb31; -moz-box-shadow: 0 0 40px #56eb31; }
    100% { background-color: #4bab33; -moz-box-shadow: 0 0 3px #4bab33; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #4bab33;  }
    50% { background-color: #56eb31;  }
    100% { background-color: #4bab33;  }
  }
  
  @keyframes glowing {
    0% { background-color: #4bab33;  }
    50% { background-color: #56eb31;  }
    100% { background-color: #4bab33;  }
  }


  .disconnectbtnwrap{
    /* text-align: center;
    background-color: #f59f4c;
    margin: 3px 0 0 0;
    padding: 5px 22px 5px 22px;
    color: #fff!important;
    border-radius: 26px; */
    text-align: center;
    background-color: #56eb31;
    margin: 9px 9px 0 0px;
    padding: 5px 22px 5px 22px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #fff!important;
    border-radius: 26px;
    -webkit-animation: discloseglowing 1500ms infinite;
  -moz-animation: discloseglowing 1500ms infinite;
  -o-animation: discloseglowing 1500ms infinite;
  animation: discloseglowing 1500ms infinite;
}

@-webkit-keyframes discloseglowing {
    0% { background-color: rgb(231, 71, 71); -webkit-box-shadow: 0 0 3px rgb(231, 71, 71); }
    50% { background-color: rgb(252, 63, 63); -webkit-box-shadow: 0 0 40px rgb(252, 63, 63); }
    100% { background-color: rgb(231, 71, 71); -webkit-box-shadow: 0 0 3px rgb(231, 71, 71); }
  }
  
  @-moz-keyframes discloseglowing {
    0% { background-color: rgb(231, 71, 71); -moz-box-shadow: 0 0 3px rgb(231, 71, 71); }
    50% { background-color: rgb(252, 63, 63); -moz-box-shadow: 0 0 40px rgb(252, 63, 63); }
    100% { background-color: rgb(231, 71, 71); -moz-box-shadow: 0 0 3px rgb(231, 71, 71); }
  }
  
  @-o-keyframes discloseglowing {
    0% { background-color: rgb(231, 71, 71);  }
    50% { background-color: rgb(252, 63, 63);  }
    100% { background-color: rgb(231, 71, 71);  }
  }
  
  @keyframes discloseglowing {
    0% { background-color: rgb(231, 71, 71);  }
    50% { background-color: rgb(252, 63, 63);  }
    100% { background-color: rgb(231, 71, 71);  }
  }

.joinbtnwrap:hover{
    /* text-align: center;
    background-color: #f59f4c;
    margin: 3px 0 0 0;
    padding: 5px 22px 5px 22px;
    color: #fff!important;
    border-radius: 26px; */
    text-align: center;
    background-color: rgb(238, 51, 51);
    margin: 9px 9px 0 0px;
    padding: 5px 22px 5px 22px;
    color: #fff!important;
    border-radius: 26px;
}



.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
.livesession-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 29px;
    background: url(../images/live-class-images/background-hd.png) no-repeat center;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* background-color: #fff; */
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 10px;
}


.livesession-card:hover {
    background-color: #f59f4c;
}
/* .livesession-card::before {
 content:"Live";
} */
.dash-liveicon {
    width: 28%;
    text-align: center;
    /* min-height: 100px; */
    line-height: 100px;
    margin-bottom: 10px;
}
.dash-liveicon img {
    max-height: 91px;
    margin: 11px 0 0 0;
}


.shake {
   
  }

  .shake:hover {
    animation: shake 150ms 2 linear;
    -moz-animation: shake 150ms 2 linear;
    -webkit-animation: shake 150ms 2 linear;
    -o-animation: shake 150ms 2 linear;
  }

  @keyframes shake {
    0% {
      transform: translate(3px, 0);
    }
    50% {
      transform: translate(-3px, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }

  @-moz-keyframes shake {
    0% {
      -moz-transform: translate(3px, 0);
    }
    50% {
      -moz-transform: translate(-3px, 0);
    }
    100% {
      -moz-transform: translate(0, 0);
    }
  }

  @-webkit-keyframes shake {
    0% {
      -webkit-transform: translate(3px, 0);
    }
    50% {
      -webkit-transform: translate(-3px, 0);
    }
    100% {
      -webkit-transform: translate(0, 0);
    }
  }

  @-ms-keyframes shake {
    0% {
      -ms-transform: translate(3px, 0);
    }
    50% {
      -ms-transform: translate(-3px, 0);
    }
    100% {
      -ms-transform: translate(0, 0);
    }
  }

  @-o-keyframes shake {
    0% {
      -o-transform: translate(3px, 0);
    }
    50% {
      -o-transform: translate(-3px, 0);
    }
    100% {
      -o-transform: translate(0, 0);
    }
  }

/* ======== Syllabus Page css ========== */


.syllabus-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*margin-bottom: 29px;*/
    margin-bottom: 3px;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* background-color: #ec7815;  */
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 10px;
}


.syllabus-card-wrap1{
    background-color: #ec7815;  
    -webkit-animation: englishglowing 2000ms infinite;
  -moz-animation: englishglowing 2000ms infinite;
  -o-animation: englishglowing 2000ms infinite;
  animation: englishglowing 2000ms infinite;
}
@-webkit-keyframes englishglowing {
    0% { background-color: rgb(236, 120, 21); -webkit-box-shadow: 0 0 3px rgb(236, 120, 21); }
    50% { background-color: rgb(247, 156, 76); -webkit-box-shadow: 0 0 40px rgb(247, 156, 76); }
    100% { background-color: rgb(236, 120, 21); -webkit-box-shadow: 0 0 3px rgb(236, 120, 21); }
  }
  
  @-moz-keyframes englishglowing {
    0% { background-color: rgb(236, 120, 21); -moz-box-shadow: 0 0 3px rgb(236, 120, 21); }
    50% { background-color: rgb(247, 156, 76); -moz-box-shadow: 0 0 40px rgb(247, 156, 76); }
    100% { background-color: rgb(236, 120, 21); -moz-box-shadow: 0 0 3px rgb(236, 120, 21); }
  }
  
  @-o-keyframes englishglowing {
    0% { background-color: rgb(236, 120, 21);  }
    50% { background-color: rgb(247, 156, 76);  }
    100% { background-color: rgb(236, 120, 21);  }
  }
  
  @keyframes englishglowing {
    0% { background-color: rgb(236, 120, 21);  }
    50% { background-color: rgb(247, 156, 76);  }
    100% { background-color: rgb(236, 120, 21);  }
  }


.syllabus-card-wrap2{
    background-color: #4177f1;
    -webkit-animation: card-wrap2 2000ms infinite;
  -moz-animation: card-wrap2 2000ms infinite;
  -o-animation: card-wrap2card-wrap2 2000ms infinite;
  animation: card-wrap2 2000ms infinite; 
}


@-webkit-keyframes card-wrap2 {
    0% { background-color: #4177f1; -webkit-box-shadow: 0 0 3px #4177f1; }
    50% { background-color: #6991f0; -webkit-box-shadow: 0 0 40px #6991f0; }
    100% { background-color: #4177f1; -webkit-box-shadow: 0 0 3px #4177f1; }
  }
  
  @-moz-keyframes card-wrap2 {
    0% { background-color: #4177f1; -moz-box-shadow: 0 0 3px #4177f1; }
    50% { background-color: #6991f0; -moz-box-shadow: 0 0 40px #6991f0; }
    100% { background-color: #4177f1; -moz-box-shadow: 0 0 3px #4177f1; }
  }
  
  @-o-keyframes card-wrap2 {
    0% { background-color: #4177f1;  }
    50% { background-color: #6991f0;  }
    100% { background-color: #4177f1;  }
  }
  
  @keyframes card-wrap2 {
    0% { background-color: #4177f1;  }
    50% { background-color: #6991f0;  }
    100% { background-color: #4177f1;  }
  }


.syllabus-card-wrap3{
    background-color: #e1009f; 
    -webkit-animation: card-wrap3 2000ms infinite;
    -moz-animation: card-wrap3 2000ms infinite;
    -o-animation: card-wrap3 2000ms infinite;
    animation: card-wrap3 2000ms infinite; 
}
@-webkit-keyframes card-wrap3 {
    0% { background-color: #e1009f; -webkit-box-shadow: 0 0 3px #e1009f; }
    50% { background-color: #ff38c3; -webkit-box-shadow: 0 0 40px #ff38c3; }
    100% { background-color: #e1009f; -webkit-box-shadow: 0 0 3px #e1009f; }
  }
  
  @-moz-keyframes card-wrap3 {
    0% { background-color: #e1009f; -moz-box-shadow: 0 0 3px #e1009f; }
    50% { background-color: #ff38c3; -moz-box-shadow: 0 0 40px #ff38c3; }
    100% { background-color: #e1009f; -moz-box-shadow: 0 0 3px #e1009f; }
  }
  
  @-o-keyframes card-wrap3 {
    0% { background-color: #e1009f;  }
    50% { background-color: #ff38c3;  }
    100% { background-color: #e1009f;  }
  }
  
  @keyframes card-wrap3 {
    0% { background-color: #e1009f;  }
    50% { background-color: #ff38c3;  }
    100% { background-color: #e1009f;  }
  }





.syllabus-card-wrap4{
    background-color: #7f0015;
    -webkit-animation: card-wrap4 2000ms infinite;
    -moz-animation: card-wrap4 2000ms infinite;
    -o-animation: card-wrap4 2000ms infinite;
    animation: card-wrap4 2000ms infinite;  
}
@-webkit-keyframes card-wrap4 {
    0% { background-color: #7f0015; -webkit-box-shadow: 0 0 3px #7f0015; }
    50% { background-color: #db425b; -webkit-box-shadow: 0 0 40px #db425b; }
    100% { background-color: #7f0015; -webkit-box-shadow: 0 0 3px #7f0015; }
  }
  
  @-moz-keyframes card-wrap4 {
    0% { background-color: #7f0015; -moz-box-shadow: 0 0 3px #7f0015; }
    50% { background-color: #db425b; -moz-box-shadow: 0 0 40px #db425b; }
    100% { background-color: #7f0015; -moz-box-shadow: 0 0 3px #7f0015; }
  }
  
  @-o-keyframes card-wrap4 {
    0% { background-color: #7f0015;  }
    50% { background-color: #db425b;  }
    100% { background-color: #7f0015;  }
  }
  
  @keyframes card-wrap4 {
    0% { background-color: #7f0015;  }
    50% { background-color: #db425b;  }
    100% { background-color: #7f0015;  }
  }


.syllabus-card-wrap5{
    background-color: #3035c7; 
    -webkit-animation: card-wrap5 2000ms infinite;
    -moz-animation: card-wrap5 2000ms infinite;
    -o-animation: card-wrap5 2000ms infinite;
    animation: card-wrap5 2000ms infinite; 
}
@-webkit-keyframes card-wrap5 {
    0% { background-color: #3035c7; -webkit-box-shadow: 0 0 3px #3035c7; }
    50% { background-color: #6c71ff; -webkit-box-shadow: 0 0 40px #6c71ff; }
    100% { background-color: #3035c7; -webkit-box-shadow: 0 0 3px #3035c7; }
  }
  
  @-moz-keyframes card-wrap5 {
    0% { background-color: #3035c7; -moz-box-shadow: 0 0 3px #3035c7; }
    50% { background-color: #6c71ff; -moz-box-shadow: 0 0 40px #6c71ff; }
    100% { background-color: #3035c7; -moz-box-shadow: 0 0 3px #3035c7; }
  }
  
  @-o-keyframes card-wrap5 {
    0% { background-color: #3035c7;  }
    50% { background-color: #6c71ff;  }
    100% { background-color: #3035c7;  }
  }
  
  @keyframes card-wrap5 {
    0% { background-color: #3035c7;  }
    50% { background-color: #6c71ff;  }
    100% { background-color: #3035c7;  }
  }

  .syllabus-card-wrap6{
    background-color: #e7e41f; 
    -webkit-animation: card-wrap6 2000ms infinite;
    -moz-animation: card-wrap6 2000ms infinite;
    -o-animation: card-wrap6 2000ms infinite;
    animation: card-wrap6 2000ms infinite; 
}
@-webkit-keyframes card-wrap6 {
    0% { background-color: #e7e41f; -webkit-box-shadow: 0 0 3px #e7e41f; }
    50% { background-color: #e9d200; -webkit-box-shadow: 0 0 40px #e9d200; }
    100% { background-color: #e7e41f; -webkit-box-shadow: 0 0 3px #e7e41f; }
  }
  
  @-moz-keyframes card-wrap6 {
    0% { background-color: #e7e41f; -moz-box-shadow: 0 0 3px #e7e41f; }
    50% { background-color: #e9d200; -moz-box-shadow: 0 0 40px #e9d200; }
    100% { background-color: #e7e41f; -moz-box-shadow: 0 0 3px #e7e41f; }
  }
  
  @-o-keyframes card-wrap6 {
    0% { background-color: #e7e41f;  }
    50% { background-color: #e9d200;  }
    100% { background-color: #e7e41f;  }
  }
  
  @keyframes card-wrap6 {
    0% { background-color: #e7e41f;  }
    50% { background-color: #e9d200;  }
    100% { background-color: #e7e41f;  }
  }

  .syllabus-card-wrap7{
    background-color: #53ab3f; 
    -webkit-animation: card-wrap7 2000ms infinite;
    -moz-animation: card-wrap7 2000ms infinite;
    -o-animation: card-wrap7 2000ms infinite;
    animation: card-wrap7 2000ms infinite; 
}
@-webkit-keyframes card-wrap7 {
    0% { background-color: #53ab3f; -webkit-box-shadow: 0 0 3px #53ab3f; }
    50% { background-color: #298515; -webkit-box-shadow: 0 0 40px #298515; }
    100% { background-color: #53ab3f; -webkit-box-shadow: 0 0 3px #53ab3f; }
  }
  
  @-moz-keyframes card-wrap7 {
    0% { background-color: #53ab3f; -moz-box-shadow: 0 0 3px #53ab3f; }
    50% { background-color: #298515; -moz-box-shadow: 0 0 40px #298515; }
    100% { background-color: #53ab3f; -moz-box-shadow: 0 0 3px #53ab3f; }
  }
  
  @-o-keyframes card-wrap7 {
    0% { background-color: #53ab3f;  }
    50% { background-color: #298515;  }
    100% { background-color: #53ab3f;  }
  }
  
  @keyframes card-wrap7 {
    0% { background-color: #53ab3f;  }
    50% { background-color: #298515;  }
    100% { background-color: #53ab3f;  }
  }


  .syllabus-card-wrap8{
    background-color: #e93e9c; 
    -webkit-animation: card-wrap8 2000ms infinite;
    -moz-animation: card-wrap8 2000ms infinite;
    -o-animation: card-wrap8 2000ms infinite;
    animation: card-wrap8 2000ms infinite; 
}
@-webkit-keyframes card-wrap8 {
    0% { background-color: #e93e9c; -webkit-box-shadow: 0 0 3px #e93e9c; }
    50% { background-color: #ff6cbd; -webkit-box-shadow: 0 0 40px #ff6cbd; }
    100% { background-color: #e93e9c; -webkit-box-shadow: 0 0 3px #e93e9c; }
  }
  
  @-moz-keyframes card-wrap8 {
    0% { background-color: #e93e9c; -moz-box-shadow: 0 0 3px #e93e9c; }
    50% { background-color: #ff6cbd; -moz-box-shadow: 0 0 40px #ff6cbd; }
    100% { background-color: #e93e9c; -moz-box-shadow: 0 0 3px #e93e9c; }
  }
  
  @-o-keyframes card-wrap8 {
    0% { background-color: #e93e9c;  }
    50% { background-color: #ff6cbd;  }
    100% { background-color: #e93e9c;  }
  }
  
  @keyframes card-wrap8 {
    0% { background-color: #e93e9c;  }
    50% { background-color: #ff6cbd;  }
    100% { background-color: #e93e9c;  }
  }





.syllabusblock :nth-child(1){
    color: #fff;
   font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
    text-align: center; 
}
.syllabusblock :nth-child(2){
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
}

.syllabus-liveicon {
    width: 100%;
    text-align: center;
    /* min-height: 100px; */
    line-height: 100px;
    margin-bottom: 10px;
}
.syllabus-liveicon img {
    max-height: 91px;
    /* margin: 11px 0 0 0; */
}


/* ======== Syllabus Page css ========== */



/* ------- Devesh css ---------- */


.purplebgd{ background: #af6ad4}
.green-bg {
    background: #6ac977;
}
.darkgreenbg{background: #4aa596;}
.darkpngbg{background: #d9467a;}
.greendbg{background: #3db12a;}
.purple-bg {
    background: #584c96;
}

.blue-bg {
    background: #82b2fb;
}

.dpurple-bg {
    background: #9c00f6;
}

.dred {
    background: #fc6663;
}

.yellow-bg {
    background: #e0c404;
}


/* Form CSS*/

.spacetop {
    margin-top: 40px;
}

.card-title {
    background: #35acc4;
    padding: 10px;
}

.card-title h5 {
    color: #fff;
}

.insideforms label {
    font-family: 'Gotham';
    width: 100%;
}

.insideforms .form-control {
    border-radius: 5px;
    padding: 0.5rem 0.75rem
}

.js-select2 {
    width: 100%;
    border-radius: 5px;
    padding: 0.5rem 0.75rem;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #0064bc;
    border-radius: 5px;
}


.select2-container .select2-selection--single {
    height: 34px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.form-check-inline label {
    font-family: 'Gotham Book';
}

.form-check-inline {
    line-height: 2.5;
}

.btn-primary {
    background: orange;
    padding: 10px 20px;
}

.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    min-width: 80px;
    height: 40px !important;
}

.bttons {
    padding: 0 6px;
}

.bttons .fa-solid {
    font-size: 20px;
}

.red-txt {
    color: red
}

.blue-txt {
    color: #0064bc;
}

.green-txt {
    color: green
}
.mrt-4{margin-top: 4em;}
 
.accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 1em;
    background-color: #0079c1; 
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    width: 100%;
        float: left;
        border-bottom: 1px solid #fff;
}
.accordion-container .accordion-title .chapter-head{ width: 100%; float:left;font-size: 20px; padding-bottom: 5px;}
.accordion-container .accordion-title .chap-subhead{width: 100%;
    float: left;font-size: 14px; font-family: 'Gotham Book';}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
    background-color: #0079c1;
}

.accordion-container .accordion-title::after {
    content: "\2b";
    position: absolute;
    top: 20px;
    right: 25px;
     /* width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #fff; */
    font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 24px;
}

.accordion-container .accordion-title.open::after {
    content: "\f068";
    position: absolute;
    top:20px;
    /* border: 8px solid transparent;
    border-bottom-color: #fff; */
        font-family: "Font Awesome 6 Free";
        font-weight: 900; 
        
}

 

.accordion-content {
    padding : 2em 1em; 
    float: left;
    width: 100%;
}

.accordion-container { 
    margin: 0 auto;
}
.num-count{width: 30px; height: 30px; float: left; border-radius: 50%; font-weight: 900; text-align: center; color: #333;background: #fff;
    line-height: 30px;}
.titlelist-info{width: calc(100% - 40px); float: right}
.chaplist{list-style: none;padding-left: 0;}
.chaplist li{padding-top:15px;padding-bottom: 15px; border-bottom: 1px solid #eee;display: flex;}
.chaplist li:last-child{border-bottom: 0;}
.chapicon{width: 40px; float: left;}
.chapicon img{height: 30px; width: auto;}
.chaplink{width: auto; float: right;}
.chaplink .fa-solid{font-size: 26px; color: #7f7f7f;}
.chap-desc{width: calc(100% - 80px); float: left; font-family: 'Gotham';}
.timedur{width: 100%; float: left;color: #7f7f7f;font-family: 'Gotham Book'; padding-top: 5px;}
.card-title h4{color:#fff; font-size: 22px;}
.spacetp{margin-top: 40px;}
iframe{display: block;}
.pd-0{padding: 0;}
button:focus{ outline: 0;}
.modal{background: rgba(0, 0, 0, .8);}
#videoclose {
    position: absolute;
    right: 4px;
    top: 0px;
    color: black;
    opacity: 1;
}

/* ---- Devesh css ----- */

#videopdfclose {
    position: absolute;
    right: -30px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    background: none;
    border: none;
}

/* ---- Devesh css ----- */

.modal-content{border: 0; border-radius: 15px; box-shadow:  0 0 10px rgba(0, 0, 0, .1);}
.warningpopup{padding: 3em 2em;}
.warningpopup h3{ font-size: 24px; color: #333;font-family: 'Gotham Book';
    letter-spacing: -1px;}
.warningpopup p{font-size: 18px;}
.thmbttn{width: auto; display: inline-block; padding: 10px 35px; border-radius: 10px; background: #37caec; color: #fff; text-align: center; font-size: 18px; font-weight: 600; cursor: pointer;}
.notsuccess{background: #f60041;}
.btngreen{background: #02d256;}
@media (max-width:1200px) {
    .ui.accordion {
        padding-top: 15px;
    }
    .content-left {
        /*padding: 30px 20px*/
        padding: 26px 2px;
    }
    .dashbaord {
        margin-left: -10px;
        margin-right: -10px;
        display: flex;
        flex-wrap: wrap;
    }
    .dashbaord li {
        width: 33.33%;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        margin-bottom: 20px;
    }
    .select2-container {
        width: 100% !important;
    }
}

@media (max-width:800px) {
    .dashbaord li {
        width: 50%;
    }

    .attendance-progress-card-wrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 10px;
        min-width: 0;
        /* padding: 26px 23px 22px 19px; */
        padding: 26px 0px 22px 0px;
        word-wrap: break-word;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
        background-color: #fff;
        background-clip: border-box;
        /* border: 1px solid rgba(0,0,0,.125); */
        border-radius: 5px;
    }
}

@media (max-width:767px) {
    .dash-liveicon {
        min-width: 70px;
        padding-left: 10px;
    }
        .dash-liveicon img{width:100%; max-height:inherit;}
        .plr {
            padding-left: 0;
            padding-right: 0;
        }
    .authincation-content {
        border-radius: 0;
    }
    .authincation-content h4,
    .text-center-sm,
    .authincation-content label {
        text-align: center;
    }
    .login-img img {
        width: 100%;
    }
    .auth-logo img {
        width: auto;
    }
    .form-group,
    .authincation-content label {
        width: 100%;
    }
    .form-group,
    .authincation-content label {
        width: 100%;
    }
    .form-group,
    .authincation-content label {
        width: 100%;
    }
    .right.menu h4,
    .ui.sidebar.vertical.left.menu {
        display: none
    }
    .content-left {
        margin-left: 0;
        margin-top: -15px;
        min-height: 600px;
    }
    .dashbaord li {
        width: 100%;
    }
    .ui.sidebar.vertical.left.menu.blockd {
        display: block;
        width: 100%
    }
    .mobiled {
        display: none !important
    }
    .ui.menu .item.openbtn {
        margin-left: 0
    }
    .logo {
        padding-left: 0 !important;
    }
    .ui.overlay.sidebar {
        z-index: 1;
    }
    .logo {
        padding-left: 0 !important;
    }
    .ui.overlay.sidebar {
        z-index: 1;
    }
}

 
.logo {
    padding-left: 0 !important;
}
.ui.overlay.sidebar {
    z-index: 1;
}

span.txtTypeClass {
    margin-right: 10px;
    font-weight: bold;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.60rem + 2px) !important;
}

/* ============= Assessment Page CSS 25-01-2023 ======== */

.assesment-band {
    background-color: #6d7aab;
    color: #fff;
    width: 100%;
    padding: 7px 7px 7px 26px;
    margin: 0;
    font-size: 18px;
    border-radius: 7px;
}

.assesment-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* background-color: #ec7815;  */
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 10px;
}

.assesment-liveicon {
    width: 100%;
    text-align: center;
    /* min-height: 100px; */
    line-height: 100px;
    margin-bottom: 10px;
}

    .assesment-liveicon img {
        max-height: 91px;
        /* margin: 11px 0 0 0; */
    }

.assesmentblock :nth-child(1) {
    color: #fff;
    font-size: 16px;
    margin-bottom: 3px;
    text-align: center;
}

.assesmentblock :nth-child(2) {
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
}


.assesment-card-wrap1 {
    background-color: #a333c8;
    -webkit-animation: assesmentcard1 2000ms infinite;
    -moz-animation: assesmentcard1 2000ms infinite;
    -o-animation: assesmentcard1 2000ms infinite;
    animation: assesmentcard1 2000ms infinite;
}

@-webkit-keyframes assesmentcard1 {
    0% {
        background-color: #a333c8;
        -webkit-box-shadow: 0 0 3px #a333c8;
    }

    50% {
        background-color: #792a94;
        -webkit-box-shadow: 0 0 40px #792a94;
    }

    100% {
        background-color: #a333c8;
        -webkit-box-shadow: 0 0 3px #a333c8;
    }
}

@-moz-keyframes assesmentcard1 {
    0% {
        background-color: #a333c8;
        -moz-box-shadow: 0 0 3px #a333c8;
    }

    50% {
        background-color: #792a94;
        -moz-box-shadow: 0 0 40px #792a94;
    }

    100% {
        background-color: #a333c8;
        -moz-box-shadow: 0 0 3px #a333c8;
    }
}

@-o-keyframes assesmentcard1 {
    0% {
        background-color: #a333c8;
    }

    50% {
        background-color: #792a94;
    }

    100% {
        background-color: #a333c8;
    }
}

@keyframes assesmentcard1 {
    0% {
        background-color: #a333c8;
    }

    50% {
        background-color: #792a94;
    }

    100% {
        background-color: #a333c8;
    }
}


.assesment-card-wrap2 {
    background-color: #00b5ad;
    -webkit-animation: assesmentcard2 3000ms infinite;
    -moz-animation: assesmentcard2 3000ms infinite;
    -o-animation: assesmentcard2 3000ms infinite;
    animation: assesmentcard2 3000ms infinite;
}


@-webkit-keyframes assesmentcard2 {
    0% {
        background-color: #00b5ad;
        -webkit-box-shadow: 0 0 3px #00b5ad;
    }

    50% {
        background-color: #1c857f;
        -webkit-box-shadow: 0 0 40px #1c857f;
    }

    100% {
        background-color: #00b5ad;
        -webkit-box-shadow: 0 0 3px #00b5ad;
    }
}

@-moz-keyframes assesmentcard2 {
    0% {
        background-color: #00b5ad;
        -moz-box-shadow: 0 0 3px #00b5ad;
    }

    50% {
        background-color: #1c857f;
        -moz-box-shadow: 0 0 40px #1c857f;
    }

    100% {
        background-color: #00b5ad;
        -moz-box-shadow: 0 0 3px #00b5ad;
    }
}

@-o-keyframes assesmentcard2 {
    0% {
        background-color: #00b5ad;
    }

    50% {
        background-color: #1c857f;
    }

    100% {
        background-color: #00b5ad;
    }
}

@keyframes assesmentcard2 {
    0% {
        background-color: #00b5ad;
    }

    50% {
        background-color: #1c857f;
    }

    100% {
        background-color: #00b5ad;
    }
}


.assesment-card-wrap3 {
    background-color: #6d7aab;
    -webkit-animation: assesmentcard3 3000ms infinite;
    -moz-animation: assesmentcard3 3000ms infinite;
    -o-animation: assesmentcard3 3000ms infinite;
    animation: assesmentcard3 3000ms infinite;
}

@-webkit-keyframes assesmentcard3 {
    0% {
        background-color: #6d7aab;
        -webkit-box-shadow: 0 0 3px #6d7aab;
    }

    50% {
        background-color: #3b56bb;
        -webkit-box-shadow: 0 0 40px #3b56bb;
    }

    100% {
        background-color: #6d7aab;
        -webkit-box-shadow: 0 0 3px #6d7aab;
    }
}

@-moz-keyframes assesmentcard3 {
    0% {
        background-color: #6d7aab;
        -moz-box-shadow: 0 0 3px #6d7aab;
    }

    50% {
        background-color: #3b56bb;
        -moz-box-shadow: 0 0 40px #3b56bb;
    }

    100% {
        background-color: #6d7aab;
        -moz-box-shadow: 0 0 3px #6d7aab;
    }
}

@-o-keyframes assesmentcard3 {
    0% {
        background-color: #6d7aab;
    }

    50% {
        background-color: #3b56bb;
    }

    100% {
        background-color: #6d7aab;
    }
}

@keyframes assesmentcard3 {
    0% {
        background-color: #6d7aab;
    }

    50% {
        background-color: #3b56bb;
    }

    100% {
        background-color: #6d7aab;
    }
}


/* ============= Assessment Page CSS 25-01-2023 ======== */

/* ========== Performance page CSS 25-01-2023 ========= */

.Performance-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 29px;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* background-color: #ec7815;  */
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 10px;
}

.Performance-card-wrap1 {
    background-color: #7f0015;
}

.Performance-card-wrap2 {
    background-color: #7f0015;
}

.Performance-card-wrap3 {
    background-color: #7f0015;
}

.Performance-card-wrap4 {
    background-color: #7f0015;
}

.performnace-band {
    background-color: #6d7aab;
    color: #fff;
    width: 100%;
    padding: 7px 7px 7px 26px;
    /* margin: 0 0 15px 0px;*/
    margin: 0 15px 15px 2px;
    font-size: 18px;
    border-radius: 7px;
}

.wrapper-performance {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /* justify-content: center; */
    column-gap: 19px;
}

    .wrapper-performance .card1 {
        background: #af76b3;
        /*width: calc(23% - 8px);*/
        width: 100%;
        height: 263px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    }

    .wrapper-performance .card2 {
        background: #00b5ad;
        /*width: calc(23% - 8px);*/
        width: 100%;
        height: 263px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    }

    .wrapper-performance .card3 {
        background: #6d7aab;
        /*width: calc(23% - 8px);*/
        width: 100%;
        height: 263px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    }

    .wrapper-performance .card4 {
        background: #d1ae0a;
        /*width: calc(23% - 8px);*/
        width: 100%;
        height: 263px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    }

    .wrapper-performance .card1 .circle {
        position: relative;
        height: 150px;
        width: 150px;
        border-radius: 50%;
        cursor: default;
    }

    .wrapper-performance .card2 .circle {
        position: relative;
        height: 150px;
        width: 150px;
        border-radius: 50%;
        cursor: default;
    }

    .wrapper-performance .card3 .circle {
        position: relative;
        height: 150px;
        width: 150px;
        border-radius: 50%;
        cursor: default;
    }

    .wrapper-performance .card4 .circle {
        position: relative;
        height: 150px;
        width: 150px;
        border-radius: 50%;
        cursor: default;
    }

.card1 .circle .box,
.card1 .circle .box span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: 400;
}

.card2 .circle .box,
.card2 .circle .box span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: 400;
}

.card3 .circle .box,
.card3 .circle .box span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: 400;
}

.card4 .circle .box,
.card4 .circle .box span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: 400;
}

.card1 .circle .box {
    height: 100%;
    width: 100%;
    background: #af76b3;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.2s;
}

.card1 .circle:hover .box {
    transform: translate(-50%, -50%) scale(0.91);
}

.card2 .circle .box {
    height: 100%;
    width: 100%;
    background: #00b5ad;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.2s;
}

.card2 .circle:hover .box {
    transform: translate(-50%, -50%) scale(0.91);
}

.card3 .circle .box {
    height: 100%;
    width: 100%;
    background: #6d7aab;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.2s;
}

.card3 .circle:hover .box {
    transform: translate(-50%, -50%) scale(0.91);
}

.card4 .circle .box {
    height: 100%;
    width: 100%;
    background: #d1ae0a;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.2s;
}

.card4 .circle:hover .box {
    transform: translate(-50%, -50%) scale(0.91);
}



/* .card .circle .box span,
  .wrapper .card .text{
    background: -webkit-linear-gradient(left, #a445b2, #fa4299);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  } */
.circle .box span {
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 600;
    transform: translate(-45%, -45%);
    transition: all 0.1s;
}

.card .circle:hover .box span {
    transform: translate(-45%, -45%) scale(1.09);
}

.card .text {
    font-size: 20px;
    font-weight: 600;
}

@media(max-width: 753px) {
    .wrapper-performance {
        max-width: 700px;
    }

        .wrapper-performance .card1 {
            /*width: calc(50% - 20px);*/
            width:100%;
            margin-bottom: 20px;
        }

        .wrapper-performance .card2 {
            /*width: calc(50% - 20px);*/
            width: 100%;
            margin-bottom: 20px;
        }

        .wrapper-performance .card3 {
            /*width: calc(50% - 20px);*/
            width: 100%;
            margin-bottom: 20px;
        }

        .wrapper-performance .card4 {
            /*width: calc(50% - 20px);*/
            width: 100%;
            margin-bottom: 20px;
        }
}

@media(max-width: 505px) {
    .wrapper-performance {
        max-width: 500px;
    }

        .wrapper-performance .card1 {
            width: 100%;
        }

        .wrapper-performance .card2 {
            width: 100%;
        }

        .wrapper-performance .card3 {
            width: 100%;
        }

        .wrapper-performance .card4 {
            width: 100%;
        }

}

/*--------------- CSS 03-02-2023 --------------------*/


/*=========== Assignment List & Details ============*/



.assignmentbg {
    background: url(../images/bg-1.jpg) no-repeat top center;
    background-size: cover;
}

.insidepage-header {
    background: #4756b3;
    padding: 0px 20px;
    /* margin-top: 50px;*/
}

    .insidepage-header h1 {
        color: #fff;
        font-family: 'Gotham Book';
    }

.insidegamification-header {
    background: #4756b3;
    padding: 10px 20px;
    margin-top: 50px;
}

    .insidegamification-header h1 {
        color: #fff;
        font-family: 'Gotham Book';
        margin: 0 0 4px 0px;
    }

    .insidegamification-header span {
        color: #fff;
        margin: 0 0 0 2px;
    }

.nav-pill-main-div {
    position: relative;
    border-radius: 20px;
    /*box-shadow: inset -1px -7px 28px 3px rgba(1, 1, 1, 0.11);*/
    height: 100%;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 1px 2px 0 1px;
        /* gap: 19px; */
        cursor: pointer;
        transition: 0.3s ease all;
        width: 25%;
    }

        ul.tabs li.current {
            color: #222;
            transition: 0.3s ease all;
            border-radius: 38px;
            /*background-color: #fe7714;*/
        }

            ul.tabs li.current span {
                color: #fff;
                transition: 0.3s ease all;
                background-color: #fe7714;
            }

.tab-content {
    /*display: none;*/
    padding: 15px;
    transition: 0.3s ease all;
}

    .tab-content.current {
        display: inherit;
        transition: 0.3s ease all;
    }

.nav-justified > li {
    float: none;
}

    .nav-justified > li span {
        width: 100%;
    }

.customize_solution .nav-justified > li {
    float: none;
}

.customize_solution span.ease-effect {
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
}

    .customize_solution span.ease-effect:hover, .customize_solution span.ease-effect:focus, .customize_solution ul.tabs li.current span:hover, .customize_solution ul.tabs li.current span:focus {
        color: #000;
        transition: 0.3s ease all;
    }

.customize_solution span.ease-effect {
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 14px 0px;
    background-color: #fff;
    /*border-top-right-radius: 2px; 
        border-top-left-radius: 2px; */
    border-radius: 44px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}
/* #testDiv {
  
  overflow-x: scroll;
}*/
.customize_solution .ease-effect:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #1AA8E2;
    z-index: -2;
}

.customize_solution .ease-effect:hover:before, .customize_solution .ease-effect:focus:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.finbyz-icon {
    height: 100px;
    width: 100px;
}

.card-gamification {
    position: initial;
    height: 92%;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    padding: 10px 10px 30px;
    background-color: #fff;
    border-radius: 3px 3px 3px 3px;
    transition: all .5s;
    overflow: visible;
    z-index: 9;
}

    .card-gamification a {
        color: #333;
    }

    .card-gamification:hover a {
        color: #0064bc
    }

.sub-hread-tabpill {
    font-size: 16px;
    margin: 9px 0 0 0;
}

.list-assignment {
    padding: 0 20px;
}

    .list-assignment ul, .listassignment ul {
        list-style: none;
        padding-left: 0;
    }

        .list-assignment ul li, .listassignment ul li {
            width: 100%;
            float: left;
            font-size: 24px;
            font-weight: 600;
            padding: 1em 0;
            border-bottom: 2px solid #9cabe8;
        }

        .listassignment ul li {
            font-size: 14px;
        }

            .listassignment ul li h3 {
                font-size: 18px;
                margin-bottom: 5px;
            }

        .list-assignment ul li:last-child {
            border-bottom: 0;
        }

        .list-assignment ul li span {
            font-size: 16px;
            width: 100%;
            float: left;
            clear: both;
            font-weight: 400;
            padding-top: 10px;
        }

            .list-assignment ul li span a {
                color: #333;
            }

    .list-assignment h2 {
        margin-bottom: 5px;
    }

.splr {
    padding: 1em 0;
}

.subjectcont {
    padding-bottom: 20px;
}

.listassignment ul li .subjectcont {
    padding-bottom: 0;
}

.bttnsrow {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.theme-bttn {
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    background: #1dcb86;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
}

    .theme-bttn:hover {
        background: #3db12a;
        color: #fff;
    }

.bluebg {
    background: #4756b3;
    color: #fff !important;
}

.subjectcont span {
    color: #4756b3;
}

.tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
}

.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

ul.tabs li.tab-link {
    margin: 0;
    list-style: none;
    padding: 10px 40px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    border-color: #4756b3;
    background-color: #4756b3;
    width: 50%;
}

    ul.tabs li.tab-link:hover {
        color: #000;
        border-color: #fe7714;
        background-color: #e1b329;
    }

    ul.tabs li.tab-link.active {
        color: #fff;
        border-color: #fe7714;
        background-color: #fe7714;
    }



.content-wrapper {
    padding: 0;
}

.assignmentbg .tab-content {
    display: none;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.tabcontainer {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.assignmentd {
    width: calc(100% - 60px);
    float: left;
}

.downloadattch {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    float: right;
    background: #1dcb86;
    text-align: center;
    color: #fff;
}

    .downloadattch a {
        display: block;
        color: #fff;
        font-size: 20px;
    }

.modal-title {
    font-size: 20px;
    color: #4756b3;
}

.modal-header {
    border-color: #999;
}

.modal-body .form-control {
    border-color: #999;
    border-radius: 5px;
}

/*.modal-body label {
        font-weight: bold;
    }*/

.fileuploader {
    border: 1px dashed #555;
    border-radius: 7px;
    padding: 1em 0;
}

.seectfile h3 {
    margin: 5px 0 0;
}

.file-upload-input {
    display: none;
}

#filedrag {
    /*display: none;*/
    font-weight: bold;
    text-align: center;
    padding: 1em 0 0;
    color: #555;
    cursor: default;
}

    #filedrag.hover {
        color: #f00;
        border-color: #f00;
        border-style: solid;
        box-shadow: inset 0 3px 4px #888;
    }

.seectfile {
    width: 100%;
    text-align: center;
    padding: 0 2em 0;
}

.uploadfromurl {
    position: relative;
}

input.uploadurlbttn {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid #4756b3;
    background: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    font-weight: bold;
    color: #4756b3;
}

.roundblue-bttn {
    border-radius: 30px;
    background: #4756b3;
    padding: 10px 40px;
    border-color: #4756b3;
    font-size: 16px;
    font-weight: bold;
}

.tabsWrapper {
    width: 94%;
    height: 44px;
    position: relative;
}

.tabsm {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    overflow-y: hidden;
}

    .tabsm li {
        display: inline-block;
        padding: 6px 15px;
        cursor: pointer;
        font-size: 14px;
        border: 1px solid #747474;
        border-radius: 20px;
        background: #fff;
    }

        .tabsm li.active {
            background-color: #f97e23;
            color: #fff;
        }

.nextm, .previousm {
    position: absolute;
    padding: 2px 4px;
    top: 15px;
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.nextm {
    right: -10px;
}

.previousm {
    left: -10px;
}

.tabContent {
    width: 100%;
    /* padding: 15px; */
}

.poster-img {
    position: relative;
}

.txtorange {
    color: #f97e23;
}

span.iconfont {
    position: absolute;
    top: 0px;
    left: 10px;
}

    span.iconfont .fa-solid {
        color: #f97e23;
    }

.authrer-info {
    font-size: 14px;
}

.readbook-bttn {
    width: 100%;
    background: rgb(200,238,250);
    background: linear-gradient(90deg, rgba(200,238,250,1) 100%, rgba(192,217,239,1) 100%);
    border-radius: 30px;
    padding: 7px 10px;
    text-align: center;
    color: #274259;
    font-family: 'Gotham';
    margin-bottom: 15px;
}

    .readbook-bttn a {
        display: block;
    }

    .readbook-bttn:hover {
        background: #ddd;
    }


/* ============= E-learning Page CSS ======== */

.elearning-band {
    background-color: #6d7aab;
    color: #fff;
    width: 100%;
    padding: 7px 7px 7px 26px;
    margin: 0;
    font-size: 18px;
    border-radius: 7px;
}

.elearning-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* background-color: #ec7815;  */
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 10px;
}

.elearning-liveicon {
    width: 100%;
    text-align: center;
    /* min-height: 100px; */
    line-height: 100px;
    margin-bottom: 10px;
}

    .elearning-liveicon img {
        max-height: 91px;
        /* margin: 11px 0 0 0; */
    }

.elearningblock :nth-child(1) {
    color: #fff;
    font-size: 16px;
    margin-bottom: 3px;
    text-align: center;
}

.elearningblock :nth-child(2) {
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
}

.elearning-card-wrap2 {
    background-color: #00b5ad;
    -webkit-animation: assesmentcard2 3000ms infinite;
    -moz-animation: assesmentcard2 3000ms infinite;
    -o-animation: assesmentcard2 3000ms infinite;
    animation: assesmentcard2 3000ms infinite;
}

.elearning-card-wrap1 {
    background-color: #a333c8;
    -webkit-animation: assesmentcard1 2000ms infinite;
    -moz-animation: assesmentcard1 2000ms infinite;
    -o-animation: assesmentcard1 2000ms infinite;
    animation: assesmentcard1 2000ms infinite;
}

.elearning-card-wrap3 {
    background-color: #6d7aab;
    -webkit-animation: assesmentcard3 3000ms infinite;
    -moz-animation: assesmentcard3 3000ms infinite;
    -o-animation: assesmentcard3 3000ms infinite;
    animation: assesmentcard3 3000ms infinite;
}

.elearning-card-wrap4 {
    background-color: #dbba1f;
    -webkit-animation: assesmentcard4 3000ms infinite;
    -moz-animation: assesmentcard4 3000ms infinite;
    -o-animation: assesmentcard4 3000ms infinite;
    animation: assesmentcard4 3000ms infinite;
}

/*============== End Assignment List & Details ===============*/


/* ============= supportive Page CSS ======== */

.supportive-band {
    background-color: #6d7aab;
    color: #fff;
    width: 100%;
    padding: 7px 7px 7px 26px;
    margin: 0;
    font-size: 18px;
    border-radius: 7px;
}

.supportive-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* background-color: #ec7815;  */
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 10px;
}

.supportive-liveicon {
    width: 100%;
    text-align: center;
    /* min-height: 100px; */
    line-height: 100px;
    margin-bottom: 10px;
}

    .supportive-liveicon img {
        max-height: 91px;
        /* margin: 11px 0 0 0; */
    }

.supportiveblock :nth-child(1) {
    color: #fff;
    font-size: 16px;
    margin-bottom: 3px;
    text-align: center;
}

.supportiveblock :nth-child(2) {
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
}


.supportive-card-wrap1 {
    background-color: #a333c8;
    -webkit-animation: assesmentcard1 2000ms infinite;
    -moz-animation: assesmentcard1 2000ms infinite;
    -o-animation: assesmentcard1 2000ms infinite;
    animation: assesmentcard1 2000ms infinite;
}

@-webkit-keyframes assesmentcard1 {
    0% {
        background-color: #a333c8;
        -webkit-box-shadow: 0 0 3px #a333c8;
    }

    50% {
        background-color: #792a94;
        -webkit-box-shadow: 0 0 40px #792a94;
    }

    100% {
        background-color: #a333c8;
        -webkit-box-shadow: 0 0 3px #a333c8;
    }
}

@-moz-keyframes assesmentcard1 {
    0% {
        background-color: #a333c8;
        -moz-box-shadow: 0 0 3px #a333c8;
    }

    50% {
        background-color: #792a94;
        -moz-box-shadow: 0 0 40px #792a94;
    }

    100% {
        background-color: #a333c8;
        -moz-box-shadow: 0 0 3px #a333c8;
    }
}

@-o-keyframes assesmentcard1 {
    0% {
        background-color: #a333c8;
    }

    50% {
        background-color: #792a94;
    }

    100% {
        background-color: #a333c8;
    }
}

@keyframes assesmentcard1 {
    0% {
        background-color: #a333c8;
    }

    50% {
        background-color: #792a94;
    }

    100% {
        background-color: #a333c8;
    }
}


.supportive-card-wrap2 {
    background-color: #00b5ad;
    -webkit-animation: assesmentcard2 3000ms infinite;
    -moz-animation: assesmentcard2 3000ms infinite;
    -o-animation: assesmentcard2 3000ms infinite;
    animation: assesmentcard2 3000ms infinite;
}


@-webkit-keyframes assesmentcard2 {
    0% {
        background-color: #00b5ad;
        -webkit-box-shadow: 0 0 3px #00b5ad;
    }

    50% {
        background-color: #1c857f;
        -webkit-box-shadow: 0 0 40px #1c857f;
    }

    100% {
        background-color: #00b5ad;
        -webkit-box-shadow: 0 0 3px #00b5ad;
    }
}

@-moz-keyframes assesmentcard2 {
    0% {
        background-color: #00b5ad;
        -moz-box-shadow: 0 0 3px #00b5ad;
    }

    50% {
        background-color: #1c857f;
        -moz-box-shadow: 0 0 40px #1c857f;
    }

    100% {
        background-color: #00b5ad;
        -moz-box-shadow: 0 0 3px #00b5ad;
    }
}

@-o-keyframes assesmentcard2 {
    0% {
        background-color: #00b5ad;
    }

    50% {
        background-color: #1c857f;
    }

    100% {
        background-color: #00b5ad;
    }
}

@keyframes assesmentcard2 {
    0% {
        background-color: #00b5ad;
    }

    50% {
        background-color: #1c857f;
    }

    100% {
        background-color: #00b5ad;
    }
}


.supportive-card-wrap3 {
    background-color: #6d7aab;
    -webkit-animation: assesmentcard3 3000ms infinite;
    -moz-animation: assesmentcard3 3000ms infinite;
    -o-animation: assesmentcard3 3000ms infinite;
    animation: assesmentcard3 3000ms infinite;
}

@-webkit-keyframes assesmentcard3 {
    0% {
        background-color: #6d7aab;
        -webkit-box-shadow: 0 0 3px #6d7aab;
    }

    50% {
        background-color: #3b56bb;
        -webkit-box-shadow: 0 0 40px #3b56bb;
    }

    100% {
        background-color: #6d7aab;
        -webkit-box-shadow: 0 0 3px #6d7aab;
    }
}

@-moz-keyframes assesmentcard3 {
    0% {
        background-color: #6d7aab;
        -moz-box-shadow: 0 0 3px #6d7aab;
    }

    50% {
        background-color: #3b56bb;
        -moz-box-shadow: 0 0 40px #3b56bb;
    }

    100% {
        background-color: #6d7aab;
        -moz-box-shadow: 0 0 3px #6d7aab;
    }
}

@-o-keyframes assesmentcard3 {
    0% {
        background-color: #6d7aab;
    }

    50% {
        background-color: #3b56bb;
    }

    100% {
        background-color: #6d7aab;
    }
}

@keyframes assesmentcard3 {
    0% {
        background-color: #6d7aab;
    }

    50% {
        background-color: #3b56bb;
    }

    100% {
        background-color: #6d7aab;
    }
}


.supportive-card-wrap4 {
    background-color: #dbba1f;
    -webkit-animation: assesmentcard4 3000ms infinite;
    -moz-animation: assesmentcard4 3000ms infinite;
    -o-animation: assesmentcard4 3000ms infinite;
    animation: assesmentcard4 3000ms infinite;
}

@-webkit-keyframes assesmentcard4 {
    0% {
        background-color: #dbba1f;
        -webkit-box-shadow: 0 0 3px #dbba1f;
    }

    50% {
        background-color: #a58a12;
        -webkit-box-shadow: 0 0 40px #a58a12;
    }

    100% {
        background-color: #dbba1f;
        -webkit-box-shadow: 0 0 3px #dbba1f;
    }
}

@-moz-keyframes assesmentcard4 {
    0% {
        background-color: #dbba1f;
        -moz-box-shadow: 0 0 3px #dbba1f;
    }

    50% {
        background-color: #a58a12;
        -moz-box-shadow: 0 0 40px #a58a12;
    }

    100% {
        background-color: #dbba1f;
        -moz-box-shadow: 0 0 3px #dbba1f;
    }
}

@-o-keyframes assesmentcard4 {
    0% {
        background-color: #dbba1f;
    }

    50% {
        background-color: #a58a12;
    }

    100% {
        background-color: #dbba1f;
    }
}

@keyframes assesmentcard4 {
    0% {
        background-color: #dbba1f;
    }

    50% {
        background-color: #a58a12;
    }

    100% {
        background-color: #dbba1f;
    }
}


/* ============= supportive Page CSS ======== */

/*------- Text Format css ----------- */

.card-textformat {
    position: initial;
    /* height: 92%; */
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    padding: 14px 14px 30px;
    background-color: #fff;
    border-radius: 3px 3px 3px 3px;
    transition: all .5s;
    overflow: visible;
    z-index: 9;
}

.formbold-mb-5 {
    margin-bottom: 20px;
}

.formbold-pt-3 {
    padding-top: 12px;
}

.formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.formbold-form-wrapper {
    margin: 0 auto;
    padding: 11px 0 0px 0;
    /*max-width: 550px;*/
    width: 100%;
    /*background: white;*/
}

.formbold-form-label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 12px;
}

.formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 600;
    font-size: 14px;
    color: #f3f3f3;
    outline: none;
    resize: none;
}

    .formbold-form-input:focus {
        border-color: #6a64f1;
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
    }

.formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 10px 27px;
    border: none;
    font-weight: 600;
    background-color: #6a64f1;
    margin: 8px 0 0 16px;
    color: white;
    cursor: pointer;
}

    .formbold-btn:hover {
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
    }

.formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
}

.formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.w-full {
    width: 100%;
}

.supportiveclasses .video-container {
    margin: 0 0 0 0 !important;
}
/*------- Text Format css ----------- */


/*------------  css 03-02-2023 -----------------*/

.total-books-count {
    font-size: 14px;
    font-weight: 600;
}


/*------------  css 03-02-2023 -----------------*/

/*--------------- CSS 03-02-2023 --------------------*/




/* ========== Perfoemce page CSS 25-01-2023 ========= */


/* Labs List */
.labcontainer .col-md-4 {
    margin: 15px 0 0;
}

.labitem {
    width: 100%;
    float: left;
    background-color: #e96f19;
    color:#fff;
    border-radius: 10px;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 100%;
}

    .labitem a {
        display: block;
        color: #333;
        padding: 10px 15px;
    }

    .labitem:hover {
        color: #000;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        margin-top: -2px;
    }

    .labitem.subjectlab {
        height: auto;
        margin: 25px 0 10px;
        font-size: 18px;
    }

.lightblue {
    background: #8c9dac;
}

.lightgreen {
    background: #caefc5;
}

.lightpink {
    background: wheat;
}

.lightpink1 {
    background: violet;
}
/* End labs list */


/*------- Devesh attendance css 25-01-2022 ----------- */

.calender-card {
    position: relative;
    width: 316px;
    height: fit-content;
    border-radius: 14px;
    padding: 4px 4px 4px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
}

.calendar-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding-bottom: 15px;
    border-radius: 13px;
    background-color: #326789;
    color: #fff;
    border-bottom: var(--border-width) solid var(--box-shadow);
}


.item-box-attendance {
    width: 100%;
    display: block;
    background: #e34fd1;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.item-two-attendance {
    width: 100%;
    display: block;
    background: #50b0d5;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.counting-attendance-one {
    width: 100%;
    text-align: center;
    min-height: 100px;
    line-height: 80px;
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    margin-bottom: -11px;
}

.calendar-toolbar > .current-month {
    font-size: 20px;
    font-weight: bold;
    color: var(--highlight-text-color);
}

.calendar-toolbar > [class$="month-btn"] {
    width: 40px;
    aspect-ratio: 1;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: var(--highlight-text-color);
    background: var(--btn-bg);
    border: none;
    border-radius: var(--border-radius);
}

.weekdays,
.calendar-days {
    display: flex;
    flex-wrap: wrap;
    padding-inline: var(--spacing);
}

.weekdays {
    padding-top: 12px;
}

.calendar-days {
    padding-bottom: 12px;
}

.weekday-name,
[class$="-day"] {
    width: 40px;
    height: 40px;
    color: var(--text-color);
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 1rem;
}

    .week,
    [class$="-day"]:nth-child(4) {
        width: 40px;
        height: 40px;
        color: #fff;
        background-color: #fdd037;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        border-radius: 29px;
        font-size: 1rem;
    }

        .week,
        [class$="-day"]:nth-child(4):hover {
            width: 40px;
            height: 40px;
            color: #fff;
            background-color: #fdd037;
            text-align: center;
            line-height: 40px;
            font-weight: bold;
            border-radius: 29px;
            font-size: 1rem;
        }

    .week,
    [class$="-day"]:nth-child(6) {
        width: 40px;
        height: 40px;
        color: #fff;
        background-color: #4caf50;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        border-radius: 29px;
        font-size: 1rem;
    }

        .week,
        [class$="-day"]:nth-child(6):hover {
            width: 40px;
            height: 40px;
            color: #fff;
            background-color: #4caf50;
            text-align: center;
            line-height: 40px;
            font-weight: bold;
            border-radius: 29px;
            font-size: 1rem;
        }

    .week,
    [class$="-day"]:nth-child(7) {
        width: 40px;
        height: 40px;
        color: #fff;
        background-color: #4caf50;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        border-radius: 29px;
        font-size: 1rem;
    }

        .week,
        [class$="-day"]:nth-child(7):hover {
            width: 40px;
            height: 40px;
            color: #fff;
            background-color: #4caf50;
            text-align: center;
            line-height: 40px;
            font-weight: bold;
            border-radius: 29px;
            font-size: 1rem;
        }

    .week,
    [class$="-day"]:nth-child(12) {
        width: 40px;
        height: 40px;
        color: #fff;
        background-color: #4caf50;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        border-radius: 29px;
        font-size: 1rem;
    }

        .week,
        [class$="-day"]:nth-child(12):hover {
            width: 40px;
            height: 40px;
            color: #fff;
            background-color: #4caf50;
            text-align: center;
            line-height: 40px;
            font-weight: bold;
            border-radius: 29px;
            font-size: 1rem;
        }

    .week,
    [class$="-day"]:nth-child(9) {
        width: 40px;
        height: 40px;
        color: #fff;
        background-color: #ff9449;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        border-radius: 29px;
        font-size: 1rem;
    }

        .week,
        [class$="-day"]:nth-child(9):hover {
            width: 40px;
            height: 40px;
            color: #fff;
            background-color: #ff9449;
            text-align: center;
            line-height: 40px;
            font-weight: bold;
            border-radius: 29px;
            font-size: 1rem;
        }




.weekday-name {
    color: var(--highlight-text-color);
    font-weight: 700;
}

.current-day {
    background-color: var(--color-accent);
    /* color: var(--active-text-color); */
    border-radius: var(--border-radius);
    font-weight: 700;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 29px;
    color: #fff;
    background-color: #326789;
}

.padding-day {
    color: var(--inactive-text-color);
    user-select: none;
}

.calendar-toolbar > [class$="month-btn"]:hover,
.month-day:hover,
.btn:hover {
    border-radius: var(--border-radius);
    background-color: var(--btn-bg);
    color: var(--color-accent);
    border-radius: var(--border-radius);
    transition: 0.1s;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px 1.5px var(--color-accent);
}

.calendar-toolbar > [class$="month-btn"]:focus,
.month-day:focus,
.btn:focus {
    border-radius: var(--border-radius);
    background-color: var(--color-accent);
    color: var(--active-text-color);
}


.goto-buttons {
    border-top: var(--border-width) solid var(--box-shadow);
    padding-block: 18px;
    display: flex;
    justify-content: space-evenly;
}

.calender-tabsbtn {
    /* border: none; */
    background-color: #e5e5e5;
    border-radius: 26px;
    /* border-radius: var(--border-radius); */
    padding: 11px 13px;
    color: var(--highlight-text-color);
    font-weight: 600;
    font-size: 0.9rem;
    margin-right: 1px;
    box-shadow: 0px 0px 0px var(--box-shadow);
}

.tagline-calender-container {
    display: flex;
    width: 100%;
    margin: 23px 0 0 0;
    border-radius: 8px;
    padding: 6px 22px 6px 25px;
    justify-content: space-between;
    background-color: #fff;
}

.tagline-item:nth-child(1) {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin: 9px 0 0 0;
    text-transform: uppercase;
}

.tagline-item:nth-child(2) {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 9px 6px 9px;
    border-radius: 7px;
    color: #fff;
    margin: 4px;
    background-color: #4756b3;
    text-transform: uppercase;
}


/*------- Devesh attendance css 25-01-2022 ----------- */


/*============= Activity progress css 25-01-2023 ==========*/

.activity-progress-card-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    min-width: 0;
    padding: 26px 0px 22px 0px;
    word-wrap: break-word;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #326789;
    border-radius: 5px;
}

.activity-progress-card-wrap2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    min-width: 0;
    padding: 26px 0px 22px 0px;
    word-wrap: break-word;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #fdd037;
    border-radius: 5px;
}

.activity-progress-card-wrap3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    min-width: 0;
    padding: 26px 0px 22px 0px;
    word-wrap: break-word;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #e65c4f;
    border-radius: 5px;
}


.activity-heading-wrap {
    background-color: #326789;
    padding: 8px 14px 8px 14px;
    margin: -26px 0 22px 0;
    border-radius: 1px;
}

    .activity-heading-wrap p {
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        margin: 0px 0 2px 0;
        text-transform: capitalize;
    }

    .activity-heading-wrap span {
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        text-transform: capitalize;
    }

.activity-heading-wrap2 {
    background-color: #fdd037;
    padding: 8px 14px 8px 14px;
    margin: -26px 0 22px 0;
    border-radius: 1px;
}

    .activity-heading-wrap2 p {
        color: #000;
        font-weight: 700;
        font-size: 14px;
        margin: 0px 0 2px 0;
        text-transform: capitalize;
    }

    .activity-heading-wrap2 span {
        color: #000;
        font-weight: 700;
        font-size: 12px;
        text-transform: capitalize;
    }

.activity-heading-wrap3 {
    background-color: #e65c4f;
    padding: 8px 14px 8px 14px;
    margin: -26px 0 22px 0;
    border-radius: 1px;
}

    .activity-heading-wrap3 p {
        color: #000;
        font-weight: 700;
        font-size: 14px;
        margin: 0px 0 2px 0;
        text-transform: capitalize;
    }

    .activity-heading-wrap3 span {
        color: #000;
        font-weight: 700;
        font-size: 12px;
        text-transform: capitalize;
    }

#activity-icon {
    float: left;
    background-color: #74bde0;
    padding: 8px 9px 8px 9px;
    border-radius: 5px;
    margin: 2px 13px 0 0;
    cursor: pointer;
    font-size: 23px;
}

#activity-icon2 {
    float: left;
    background-color: #ffee55;
    padding: 8px 9px 8px 9px;
    border-radius: 5px;
    margin: 2px 13px 0 0;
    cursor: pointer;
    font-size: 23px;
}

.progress-activty {
    border: 1px solid #B0B0B0;
    width: 20em;
    border-radius: 14px;
    box-shadow: 0 0 3px #B0B0;
    backdrop-filter: blur(2px) brightness(101%);
    margin: 18px 0 0 18px;
    height: 13px;
}

.bar-activity {
    width: 20em;
    background: forestgreen;
    box-shadow: inset 0px 12px 1.7px #FFFFFF33;
    border-radius: 14px;
    color: white;
    text-align: center;
}

.progress-presend {
    border: 1px solid #B0B0B0;
    width: 20em;
    border-radius: 14px;
    box-shadow: 0 0 3px #B0B0;
    backdrop-filter: blur(2px) brightness(101%);
    margin: 0 0 0 18px;
    height: 13px;
}

.bar-presend {
    width: 20em;
    background: forestgreen;
    box-shadow: inset 0px 12px 1.7px #FFFFFF33;
    border-radius: 14px;
    color: white;
    text-align: center;
}

.bar-activity.presend {
    background: #4caf50;
    width: 100%;
    height: 11px;
}

.bar-activity.absent {
    background: #ff9449;
    width: 100%;
    height: 11px;
}

.bar-activity.late {
    background: #fdd037;
    width: 100%;
    height: 11px;
}

.bar-activity.halfday {
    background: #ff6b9d;
    width: 100%;
    height: 11px;
}

.bar-activity.holiday {
    background: #adaaa9;
    width: 100%;
    height: 11px;
}





.bar-activity.french {
    background: #326789;
    width: 65%;
    height: 11px;
}

.bar-activity.croatian {
    background: #fdd037;
    width: 44%;
    height: 11px;
}

.progress-activty span {
    color: #000;
    font-weight: 700;
    font-size: 12px;
    float: right;
    /* position: absolute; */
    text-transform: capitalize;
    margin: -29px 0 1px 0;
}

.activity-prog-container {
    display: flex;
    /* width: 88%; */
    justify-content: space-between;
    background-color: #326789;
    margin: 10px 20px 0 19px;
    border-radius: 5px;
    padding: 5px 9px 5px 11px;
}

.activity-prog-item:nth-child(1) {
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    /* margin: 9px 0 0 0; */
    text-transform: capitalize;
}

.activity-prog-item:nth-child(2) {
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    text-transform: capitalize;
    /* margin: 9px 0 0 0;/*/
}

.activity-prog-container2 {
    display: flex;
    /* width: 88%; */
    justify-content: space-between;
    background-color: #fdd037;
    margin: 10px 20px 0 19px;
    border-radius: 5px;
    padding: 5px 9px 5px 11px;
}

.activity-prog-item2:nth-child(1) {
    color: #000;
    font-weight: 700;
    font-size: 11px;
    /* margin: 9px 0 0 0; */
    text-transform: capitalize;
}

.activity-prog-item2:nth-child(2) {
    color: #000;
    font-weight: 700;
    font-size: 11px;
    text-transform: capitalize;
    /* margin: 9px 0 0 0;/*/
}



/*============= Activity progress css 25-01-2023 ==========*/


/*============= Subject progress css 25-01-2023 ==========*/


.subject-progress-card-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    min-width: 0;
    padding: 26px 0px 22px 0px;
    word-wrap: break-word;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 5px;
}

.subject-heading-wrap {
    background-color: #326789;
    padding: 8px 14px 8px 14px;
    margin: -26px 0 13px 0;
    border-radius: 5px;
}

    .subject-heading-wrap p {
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        margin: 0px 0 7px 0;
        text-transform: capitalize;
    }

    .subject-heading-wrap span {
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        text-transform: capitalize;
    }

#pencil-icon {
    float: right;
    background-color: #E65C4F;
    padding: 6px 6px 6px 6px;
    border-radius: 14px;
    margin: -3px 0 0 0;
    cursor: pointer;
}

.step {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: cream;
}

.v-stepper {
    position: relative;
    /*   visibility: visible; */
}


/* regular step */
.step .circle {
    background-color: white;
    border: 3px solid #bfb8b8;
    border-radius: 100%;
    width: 20px; /* +6 for border */
    height: 20px;
    display: inline-block;
}

.step .line {
    top: 20px;
    left: 9px;
    /* height: 120px; */
    height: 97%;
    position: absolute;
    border-left: 3px solid #bfb8b8;
}

.step.completed .circle {
    visibility: visible;
    background-color: #78A6C8;
    border-color: #78A6C8;
}

.step.completed .line {
    border-left: 3px solid #78A6C8;
}

.step.active .circle {
    visibility: visible;
    border-color: #78A6C8;
}

.step.empty .circle {
    /*visibility: hidden;*/
}

.step.empty .line {
    visibility: hidden;
    /*   height: 150%; */
    top: 0;
    height: 150%;
}

.step:last-child .line {
    border-left: 3px solid white;
    z-index: -1;
}

.content-process p {
    margin-left: 20px;
    display: inline-block;
    color: #000;
    font-weight: 700;
    background-color: #78A6C8;
    padding: 4px 11px 5px 10px;
    border-radius: 4px;
    margin: 0px 0 7px 20px;
    cursor: pointer;
    text-transform: capitalize;
}

    .content-process p:hover {
        background-color: #E65C4F;
        color: #fff;
    }

.step.completed .circle:hover {
    background-color: #E65C4F;
}

.startlearning-btnwrap {
    text-align: center;
    /* background-color: #56eb31; */
    margin: 10px 20px -7px 17px;
    padding: 4px 8px 4px 8px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: #fff;
    font-size: 13px;
    border-radius: 16px;
    /* padding: 0 13px 0 8px; */
    border: 1px solid #1a94c3;
    background-color: #1a94c3;
}

/*============= Subject progress css 25-01-2023 ==========*/

/*====--------  Dashborad live icon css 06-02-2023 -------*/

.live-icon {
    background-color: #dd4713;
    padding: 2px 7px 3px 5px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    -webkit-animation: liveglowing 1500ms infinite;
    -moz-animation: liveglowing 1500ms infinite;
    -o-animation: liveglowing 1500ms infinite;
    animation: liveglowing 1500ms infinite;
}

@-webkit-keyframes liveglowing {
    0% {
        background-color: #3db12a;
       /* -webkit-box-shadow: 0 0 3px #3db12a;*/
    }

    50% {
        background-color: #FF0000;
       /* -webkit-box-shadow: 0 0 40px #FF0000;*/
    }

    100% {
        background-color: #3db12a;
       /* -webkit-box-shadow: 0 0 3px #3db12a;*/
    }
}

@-moz-keyframes liveglowing {
    0% {
        background-color: #3db12a;
        -moz-box-shadow: 0 0 3px #3db12a;
    }

    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #3db12a;
        -moz-box-shadow: 0 0 3px #3db12a;
    }
}

@-o-keyframes liveglowing {
    0% {
        background-color: #3db12a;
       /* box-shadow: 0 0 3px #3db12a;*/
    }

    50% {
        background-color: #FF0000;
       /* box-shadow: 0 0 40px #FF0000;*/
    }

    100% {
        background-color: #3db12a;
       /* box-shadow: 0 0 3px #3db12a;*/
    }
}

@keyframes liveglowing {
    0% {
        background-color: #3db12a;
       /* box-shadow: 0 0 3px #3db12a;*/
    }

    50% {
        background-color: #FF0000;
      /*  box-shadow: 0 0 40px #FF0000;*/
    }

    100% {
        background-color: #3db12a;
     /*   box-shadow: 0 0 3px #3db12a;*/
    }
}



.livedoticon {
    font-size: 11px;
    margin: -10px 0 0 3px;
}

/*====--------  Dashborad live icon css 06-02-2023 -------*/

/* ========== E-library Page ============== */
.elibrary-band {
    background-color: #6d7aab;
    color: #fff;
    width: 100%;
    padding: 7px 7px 7px 26px;
    margin: 0 0 15px 10px;
    font-size: 18px;
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.elibrary-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 29px;
    /* background: url(../images/live-class-images/background-hd.png) no-repeat center; */
    background-color: #fff;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* background-color: #fff; */
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 10px;
    padding: 0 7px 0 7px;
}

.elibraryblock :nth-child(1) {
    color: #e96f19;
    font-size: 18px;
    margin-bottom: 1px;
    margin-top: 8px;
    text-align: center;
    text-transform: capitalize;
}

.elibraryblock :nth-child(2) {
    color: #1d44d1;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.elibrary-tea-icon {
    text-align: center;
    /* background-color: #8cdde8; */
    margin: 8px 0px 0 0px;
    font-weight: bold;
    /* padding: 5px 8px 5px 6px; */
    /* padding: 3px 5px 3px 5px; */
    font-size: 22px;
    color: #fd61b0;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
    border-radius: 5px;
}

.elibrary-dots-icon {
    text-align: center;
    margin: 1px 0px 0 0px;
    font-weight: bold;
    font-size: 19px;
    border-radius: 5px;
    cursor: pointer;
}

    .elibrary-dots-icon::before {
        content: ".";
    }

    .elibrary-dots-icon::after {
        content: ".";
    }

.download-elibrary-btn {
    text-align: center;
    background-color: #8cdde8;
    margin: -11px 0px 13px 0px;
    padding: 8px 10px 9px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    border-radius: 31px;
    border: 1px solid #8cdde8;
}

    .download-elibrary-btn:hover {
        color: #000;
        font-weight: 700;
    }

.e-library-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

    .e-library-pagination li {
        width: 24%;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        margin-bottom: 3px;
    }

        .e-library-pagination li a.current {
            opacity: 1;
            background-color: #e96f19;
            color: #fff;
            font-weight: 700;
            padding: 6px 13px 6px 13px;
            box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
            border-radius: 17px;
        }

.e-library-pagination-point {
    visibility: hidden;
}

.e-library-pagination li a {
    background: #fff;
    padding: 6px 13px 6px 13px;
    margin-bottom: 1rem;
    color: #000;
    text-align: center;
    font-weight: 700;
    display: flex;
    justify-content: center;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 17px;
}

.gallery-cat li {
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    margin-bottom: 40px;
}

.gallery-cat ul li a {
    display: block;
    background-color: #e96f19;
    color: #fff;
    /* width: 100%; */
    padding: 9px 4px 9px 4px;
    font-weight: 600;
    border-radius: 1px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
/* ========== E-library Page 25-01-2023 ============== */

/* ======= Assingenment page css 25-01-2023 ======= */

.assingement-band {
    background-color: #6d7aab;
    color: #fff;
    width: 100%;
    padding: 7px 7px 7px 26px;
    /*margin: 0 0 15px 0px;*/
    margin: 0 13px 15px 19px;
    font-size: 18px;
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.assingement-container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    background-color: #39c6cd;
    padding: 8px;
    border-radius: 5px;
    margin: 0 0 25px 0px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.assingement-item:nth-child(1) {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 0 26px 0 0;
    /* margin: 4px; */
    /* text-transform: uppercase; */
}

.assingement-item:nth-child(2) {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    /* margin: 4px; */
    text-transform: capitalize;
}

/* ==== Detail page css ==== */
.main-wrap {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    background-color: #dbe1fb;
    border-radius: 8px;
    padding-bottom: 16px;
    padding-top: 6px;
}

.assinged-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* background-color: #fff; */
    padding: 8px;
    border-radius: 5px;
    margin: 0 0 -11px 0px;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
}

.assinged-item:nth-child(1) {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    /* margin: 4px; */
    /* text-transform: uppercase; */
}

.assinged-item:nth-child(2) {
    color: #1d44d1;
    font-weight: 700;
    font-size: 13px;
    /* margin: 4px; */
    text-transform: capitalize;
}

.assinged-item:nth-child(3) {
    color: #1d44d1;
    font-weight: 700;
    font-size: 13px;
    /* margin: 4px; */
    text-transform: capitalize;
}

.assinged-item span {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    /* margin: 4px; */
    text-transform: capitalize;
}

.assigned-para p {
    /* background-color: #fff; */
    padding: 8px;
    border-radius: 5px;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
    color: #000;
    font-weight: bold;
    font-family: 'Gotham Book';
    font-size: 12px;
}


.assingedtwo-container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    /* background-color: #fff; */
    padding: 8px;
    border-radius: 5px;
    margin: 0 0 8px 0px;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
}

.assingedtwo-item:nth-child(1) {
    color: #1d44d1;
    font-weight: 700;
    font-size: 13px;
    margin: 0px 20px 0px 0px;
    /* text-transform: uppercase; */
}

.assingedtwo-item:nth-child(2) {
    color: #000;
    font-weight: 700;
    font-size: 12px;
    /* margin: 4px; */
    text-transform: capitalize;
}

.assingedtwo-item span {
    color: #1d44d1;
    font-weight: 700;
    font-size: 12px;
    /* margin: 4px; */
    text-transform: capitalize;
}

.resubmitt-container {
    display: flex;
    width: 100%;
    justify-content: center;
    /* background-color: #fff; */
    padding: 8px;
    border-radius: 5px;
    margin: 16px 0 14px 0px;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
}

.resubmitt-item:nth-child(1) {
    color: #1d44d1;
    font-weight: 700;
    font-size: 13px;
    margin: 0px 20px 0px 0px;
    /* text-transform: uppercase; */
}

.resubmitt-item:nth-child(2) {
    color: #000;
    font-weight: 700;
    font-size: 12px;
    /* margin: 4px; */
    text-transform: capitalize;
}

.resubmitt-item span {
    color: #1d44d1;
    font-weight: 700;
    font-size: 12px;
    /* margin: 4px; */
    text-transform: capitalize;
}




.assinged-btn-container {
    display: flex;
    width: 100%;
    justify-content: space-around;
    /* background-color: #fff; */
    padding: 8px;
    border-radius: 5px;
    margin: 9px 0 8px 0px;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
}

.assinged-btn-item:nth-child(1) {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    /* margin: 4px; */
    /* text-transform: uppercase; */
}

.assinged-btn-item:nth-child(2) {
    color: #1d44d1;
    font-weight: 700;
    font-size: 13px;
    /* margin: 4px; */
    text-transform: capitalize;
}

.download-atteched-btn {
    text-align: center;
    background-color: #26d38b;
    /* margin: 36px 0px 0 0px; */
    padding: 8px 10px 9px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: #fff;
    font-size: 13px;
    border-radius: 16px;
    border: 1px solid #26d38b;
}

    .download-atteched-btn:hover {
        color: #fff;
    }

.resubmitt-atteched-btn {
    text-align: center;
    background-color: #2a82cd;
    /* margin: 36px 0px 0 0px; */
    padding: 8px 10px 9px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: #fff;
    font-size: 13px;
    /* border-radius: 16px; */
    border: 1px solid #2a82cd;
}

    .resubmitt-atteched-btn:hover {
        color: #fff;
    }

.resubmitt2-atteched-btn {
    text-align: center;
    background-color: #cdaf1c;
    /* margin: 36px 0px 0 0px; */
    padding: 8px 10px 9px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: #fff;
    font-size: 13px;
    /* border-radius: 16px; */
    border: 1px solid #cdaf1c;
}

    .resubmitt2-atteched-btn:hover {
        color: #fff;
    }

.submit-assignment-btn {
    text-align: center;
    background-color: #2a82cd;
    /* margin: 36px 0px 0 0px; */
    padding: 8px 10px 9px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: #fff;
    font-size: 13px;
    border-radius: 16px;
    border: 1px solid #2a82cd;
}

    .submit-assignment-btn:hover {
        color: #fff;
    }


.assignment-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 29px;
    /* background: url(../images/live-class-images/background-hd.png) no-repeat center; */
    background-color: #fff;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* background-color: #fff; */
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 10px;
    padding: 0 7px 0 7px;
}

.assignmentblock :nth-child(1) {
    color: #000;
    font-size: 15px;
    margin-bottom: 3px;
    /* text-align: center; */
    text-transform: capitalize;
}

.assignmentblock :nth-child(2) {
    color: #1d44d1;
    font-size: 13px;
    /* text-align: center; */
    font-weight: bold;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.assignmentblock :nth-child(3) {
    color: #1d44d1;
    font-size: 12px;
    /* text-align: center; */
    margin-bottom: 1px;
    font-weight: 600;
    text-transform: capitalize;
}

.assignmentblock :nth-child(4) {
    color: #ff123d;
    font-size: 12px;
    /* text-align: center; */
    margin-bottom: 3px;
    font-weight: 600;
    text-transform: capitalize;
}

.assignmentblock :nth-child(3) span {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.assignmentblock :nth-child(4) span {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

#assignmentcap-icon {
    color: #fff;
    font-size: 38px;
    padding: 12px 10px 10px 10px;
    border-radius: 32px;
    /* margin: -10px 0 6px 0; */
    margin: -54px 0 -5px 0;
    position: relative;
    background-color: #00b4cc73;
    animation-name: animation2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes animation2 {
    0% {
        left: 0;
        top: 0;
    }

    50% {
        left: 3px;
        top: 0px;
        right: 0px;
    }

    75% {
        left: 30px;
        top: 0px;
    }

    100% {
        left: 0;
        top: 0;
        right: 0px;
    }
}

.mb-32-pixel {
    margin-bottom: 32px;
}

.assignmentmistake-btnwrap {
    text-align: center;
    background-color: #35cb71;
    margin: 9px 9px 0 0px;
    /* padding: 5px 8px 5px 6px; */
    padding: 4px 5px 4px 5px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: #fff !important;
    border-radius: 14px;
}

.myassignment-icon {
    text-align: center;
    background-color: #8cdde8;
    margin: 9px 0px 0 0px;
    font-weight: bold;
    /* padding: 5px 8px 5px 6px; */
    padding: 3px 5px 3px 5px;
    font-size: 13px;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
    border-radius: 5px;
}


.assignment-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 2px solid #b2b3b5;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .assignment-modal-header h5 {
        color: #2874b5;
        font-size: 18px;
        font-family: 'Gotham';
        text-transform: capitalize;
    }

    .assignment-modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.modal-content {
    border: 0;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.assignment-modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.assignment-modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.assignment-modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.assignment-modal-body h3 {
    font-size: 14px;
    color: #878282;
    line-height: 1.2857em;
    margin: 4px 4px 16px 4px;
    font-weight: bold;
    padding: 0em;
}

textarea {
    margin-top: -7px;
    margin-left: 1px;
    width: 100%;
    height: 100px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07); */
    border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
    /* border-image: none; */
    border-radius: 6px 6px 6px 6px;
    /* border-style: none solid solid none; */
    /* border-width: medium 1px 1px medium; */
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 12%) inset; */
    /* color: #555555; */
    border: 2px solid #efefef;
    font-family: 'Gotham';
    font-size: 13px;
    line-height: 1.4em;
    padding: 5px 8px;
    transition: background-color 0.2s ease 0s;
}


    textarea:focus {
        background: none repeat scroll 0 0 #FFFFFF;
        outline-width: 0;
    }


.dropzone {
    /* width: 100px; */
    height: 175px;
    border: 2px dashed #efefef;
    border-radius: 3px;
    text-align: center;
    margin: 0 0 17px 0;
}

    .dropzone i {
        font-size: 73px;
        margin: 12px 0 0 0;
        color: #878282;
    }

    .dropzone p {
        color: #878282
    }

.upload-icon {
    margin: 25px 2px 2px 2px;
}

.upload-input {
    position: relative;
    top: -85px;
    left: 0;
    width: 100%;
    height: 23%;
    opacity: 0;
}

.upload-urlform-control {
    border: 1px solid #e1dada;
    border-radius: 4px;
    padding: 0.7rem 0.75rem;
}

.upload-urlform-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 0 0 18px 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* ==== Detail page css ==== */
/* ======= Assingenment page css 25-01-2023 ======= */




/*-------- My css 24-01-2023 ----------*/

.parent-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 10px;
    width: 100%;
}

.child-block {
    display: grid;
    place-items: center;
    padding: 1px;
    background: none;
}

/*-------- My css 24-01-2023 ----------*/

.datanot-found {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center; height:80vh;
}
    .datanot-found img {
        max-width: 200px;
    }
.text-grey{ color:black;}
.authincation .col-md-5 {
    flex: 0 0 36.666667%;
    max-width: 36.666667%;
}
.login-img img {
    width: 100%;
}
.auth-logo img {
    width: auto;
}
.password-field{position:relative;}
.toggle-password {
    position: absolute;
    top: 15px;
    right: 15px;
}
.form-control, .form-control:focus {
    background-color: #F9F9F9 !important;
}
input:-internal-autofill-selected {
    background-color: #F9F9F9 !important;
}
span.select2-selection.select2-selection--single{border-radius:5px;}
.form-control, .form-control:focus {
    color: #444;
    background-color: #fff !important;
}
.my-frn-bx2 {
    background: rgba(0,0,0,.1);
}
.supportdiv .insidevideo-header h1 {
    background: #4756b3;
    padding: 10px 20px;
    color: #fff;
    margin-top: 0px !important; margin-bottom:15px !important;
    font-size: 20px;
}
.modal-content .close1 {
    margin-top: 13px;
    margin-right: 5px;
}
.joinLiveClassAlert a{
    color: #fff;
    max-width: 200px;
    right: 0;
    bottom: 10%;
    z-index: 99999;
    position: fixed;
    border: 0;
    font-size: 13px;
    padding: 8px;
    background: #095aae;
    background: -moz-linear-gradient(left,#095aae 0,#b02cd6 100%);
    background: -webkit-linear-gradient(left,#095aae 0,#b02cd6 100%);
    background: linear-gradient(to right,#095aae 0,#b02cd6 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(175 0 202 / 20%);
    box-shadow: 0 10px 15px 0 rgb(175 0 202 / 20%);
}
/*** Student Assignment Star rating ***/

/* use reverse flexbox to take advantage of flex-direction: reverse */
.star-rating {
    display: flex;
    align-items: center;
    width: 200px;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
}
/* hide the inputs */
.star-rating input {
    display: none;
}
/* set properties of all labels */
.star-rating > label {
    width: 40px;
    height: 40px;
    font-family: Arial;
    font-size: 40px;
    transition: 0.2s ease;
    color: orange;
}
/* give label a hover state */
.star-rating label:hover {
    color: #ff69b4;
    transition: 0.2s ease;
}

.star-rating label:active::before {
    transform: scale(1.1);
}

/* set shape of unselected label */
.star-rating label::before {
    content: '\2606';
    position: absolute;
    top: 0px;
    line-height: 26px;
}
/* set full star shape for checked label and those that come after it */
.star-rating input:checked ~ label:before {
    content: '\2605';
}

/*** Student Assignment Star rating End ***/