.accordion {
	 background-color: rgb(252, 151, 72);
	 color: rgb(255, 255, 255);
	 padding: 12px 18px;
	 border-radius: 4px;
	 margin-bottom: 4px;
	 width: 100%;
	 border-top: none;
	 border-right: none;
	 border-left: none;
	 border-image: initial;
	 text-align: left;
	 outline: none;
	 font-family: lato_medium;
	 font-size: 16px;
	 transition: 0.4s;
	 cursor: pointer;
	 pointer-events: auto;
	 border-bottom: 1px solid rgb(255, 255, 255);
}
.accordion::after {
	 content: "+";
	 color: rgb(255, 255, 255);
	 font-weight: bold;
	 float: right;
	 margin-left: 5px;
}
.active, .accordion:hover {
	 background-color: rgb(63, 83, 92);
}
.active::after {
	 content: "−";
}
.panel {
	 padding: 0px 15px;
	 color: rgb(105, 105, 105);
	 background-color: rgb(239, 235, 233);
	 max-height: 0px;
	 overflow: hidden;
	 transition: max-height 0.2s ease-out;
}
.panel p {
	 padding: 5px;
	 cursor: pointer;
	 pointer-events: auto;
	 line-height: 25px;
}
.panel p:hover {
	 background-color: rgb(255, 224, 224);
}
.int_template_box {
	 position: relative;
	 display: inline-block;
	 padding: 6px;
	 margin: 20px;
	 width: 280px;
	 text-align: center;
	 background: rgb(255, 255, 255);
	 box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px -10px;
	 border-radius: 8px;
}
.int_template_box_img {
	 position: relative;
	 width: 280px;
	 height: 150px;
	 border-radius: 4px 4px 0px 0px;
}
.pagination {
	 display: inline-block;
}
.pagination a {
	 color: black;
	 float: left;
	 padding: 8px 16px;
	 text-decoration: none;
	 transition: background-color 0.3s;
	 cursor: pointer;
	 pointer-events: auto;
}
.pagination a:hover:not(.active) {
	 background-color: rgb(146, 145, 145);
}
.pagination a.active {
	 background-color: dodgerblue;
	 color: white;
}
.pagination a.active::after {
	 content: "";
}
.int_QuizFIB {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(255, 173, 3);
	 border-width: 2px;
	 border-radius: 6px;
	 padding: 5px;
	 font-size: 16px;
	 text-align: left;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(0, 0, 0);
}
.int_QuizFIB:focus {
	 background-clip: padding-box;
}
.int_QuizRadioChk {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(255, 255, 255);
	 border-width: 0px;
	 border-radius: 5px;
	 margin: 10px;
}
.int_QuizRadioChk::after {
}
.int_QuizRadioChk:focus {
}
.int_QuizRadioChk:visited {
}
.int_QuizRadioChk:hover {
}
.int_QuizRadioChk:active {
}
.int_QuizRadioChk:disabled {
}
.int_QuizDrag_Cor::after {
	 content: url("i_qtick.png");
	 margin: 0px -30px 0px 0px;
	 display: inline-block;
	 position: absolute;
	 right: 0px;
	 bottom: 0px;
}
.int_QuizDrag_Incor::after {
	 content: url("i_qcross.png");
	 margin: 0px -30px 0px 0px;
	 display: inline-block;
	 position: absolute;
	 right: 0px;
	 bottom: 0px;
}
.btn_Button_A {
	 background: padding-box rgb(0, 157, 255);
	 border-style: solid;
	 border-color: rgb(10, 99, 191);
	 border-width: 0px;
	 border-radius: 4px;
	 font-size: 18px;
	 text-align: center;
	 font-weight: bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_Button_D {
	 opacity: 0.25;
}
.btn_Button_R {
}
.btn_Button_S {
	 background: padding-box rgb(30, 136, 229);
}
.btn_Button_T {
	 transform: scaleX(1) scaleY(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_Button_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.btn_login_btn_A {
	 box-shadow: rgba(255, 255, 255, 0.56) 0px 0px 2px 1px;
	 border-style: solid;
	 border-color: rgb(163, 163, 163);
	 border-width: 1px;
	 border-radius: 5px;
	 font-size: 18px;
	 text-align: center;
	 font-family: lato_medium;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(85, 85, 85);
	 background-clip: padding-box;
}
.btn_login_btn_D {
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_login_btn_R {
	 background: padding-box rgb(56, 56, 56);
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_login_btn_S {
	 background-clip: padding-box;
}
.btn_login_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_login_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
._A {
	 border-style: solid;
	 border-color: rgb(170, 170, 170);
	 border-width: 1px;
	 border-radius: 5px;
	 font-size: 20px;
	 text-align: center;
	 font-family: Arial;
	 text-decoration: none;
	 color: rgb(151, 151, 151);
	 background-clip: padding-box;
}
._R {
	 background: padding-box rgb(57, 57, 57);
	 font-size: 20px;
	 text-align: center;
	 font-family: Arial;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_yellow_btn_A {
	 background: padding-box rgb(255, 185, 18);
	 border-width: 0px;
	 border-radius: 4px;
	 padding: 0px 8px;
	 font-size: 16px;
	 text-align: center;
	 font-family: lato_medium;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(65, 57, 38);
}
.btn_yellow_btn_D {
	 background: padding-box rgb(255, 221, 139);
	 font-size: 16px;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(181, 181, 181);
}
.btn_yellow_btn_R {
	 background: padding-box rgb(255, 185, 18);
	 font-size: 16px;
	 text-align: center;
	 font-family: lato_medium;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(255, 255, 255);
}
.btn_yellow_btn_S {
	 background-clip: padding-box;
}
.btn_yellow_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_yellow_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.btn_white_btn_A {
	 background: padding-box rgb(255, 255, 255);
	 border-width: 0px;
	 border-radius: 5px;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(65, 57, 38);
}
.btn_white_btn_D {
	 opacity: 0.25;
}
.btn_white_btn_R {
	 background: padding-box rgb(40, 40, 40);
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_white_btn_S {
	 background-clip: padding-box;
}
.btn_white_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_white_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.btn_black_bt_A {
	 background: padding-box rgb(40, 40, 40);
	 border-width: 0px;
	 border-radius: 5px;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_black_bt_D {
	 opacity: 0.25;
}
.btn_black_bt_R {
	 background: padding-box rgb(40, 40, 40);
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_black_bt_S {
	 background-clip: padding-box;
}
.btn_black_bt_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_black_bt_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_bg_purple {
	 background: padding-box rgb(104, 92, 122);
}
.btn_manage_page_btn_A {
	 background: padding-box rgb(244, 244, 244);
	 box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 1px;
	 padding: 0px 0px 25px;
	 font-size: 16px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.btn_manage_page_btn_D {
	 opacity: 0.25;
}
.btn_manage_page_btn_R {
	 background: padding-box rgb(161, 91, 189);
	 font-size: 16px;
	 text-align: center;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_manage_page_btn_S {
	 background: padding-box rgb(161, 91, 189);
	 font-size: 16px;
	 text-align: center;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_manage_page_btn_T {
	 transform: scaleX(1) scaleY(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_manage_page_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_bottom_border {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(112, 112, 112);
	 border-width: 0px 0px 1px;
	 border-radius: 0px;
}
.btn_t_btn_A {
	 background: padding-box rgb(255, 255, 255);
	 box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 20px 1px inset;
	 padding: 10px;
	 font-size: 16px;
	 letter-spacing: 4px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(22, 22, 22);
}
.btn_t_btn_D {
	 opacity: 0.25;
}
.btn_t_btn_R {
}
.btn_t_btn_S {
	 background-clip: padding-box;
}
.btn_t_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_t_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_bottom_grey_border {
	 border-style: solid;
	 border-color: rgb(215, 215, 215);
	 border-width: 2px 0px;
	 border-radius: 0px;
	 font-size: 20px;
	 text-align: left;
	 font-weight: bold;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(40, 40, 40);
	 background-clip: padding-box;
}
.int_t_sub_headings {
	 font-size: 12px;
	 letter-spacing: 2px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(255, 255, 255);
	 background-clip: padding-box;
}
.int_t_sub_headings_1 {
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
	 background-clip: padding-box;
}
.int_t_form_bg {
	 background: padding-box rgb(102, 102, 102);
	 border-width: 0px;
	 border-radius: 12px 12px 0px 0px;
}
.int_t_sub_headings_2 {
	 font-size: 14px;
	 line-height: 30px;
	 text-align: left;
	 font-family: lato_regular;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(87, 87, 87);
	 background-clip: padding-box;
}
.int_t_QuizFIB {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(127, 0, 255);
	 border-width: 0px 0px 1px;
	 border-radius: 0px;
	 padding: 10px;
	 font-size: 16px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_t_QuizFIB:focus {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(94, 0, 233);
	 border-width: 0px 0px 1px;
	 border-radius: 0px;
	 padding: 10px;
	 font-size: 16px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_t_QuizFIB:disabled {
	 background: padding-box rgb(248, 248, 248);
	 border-style: solid;
	 border-color: rgb(119, 119, 119);
	 border-width: 0px 0px 1px;
	 border-radius: 0px;
	 padding: 10px;
	 font-size: 16px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(119, 119, 119);
}
.int_adm_page_frm_sty {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(182, 182, 182);
	 border-width: 0px 0px 1px;
	 border-radius: 0px;
	 padding: 5px 0px 5px 15px;
	 margin: auto auto 15px;
	 font-size: 18px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_adm_page_frm_sty:focus {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(94, 0, 233);
	 border-width: 0px 0px 1px;
	 border-radius: 0px;
	 padding: 5px 0px 5px 15px;
	 margin: auto auto 15px;
	 font-size: 18px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_t_templateHeading {
	 background: padding-box rgba(160, 160, 160, 0.75);
	 text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
	 border-width: 0px;
	 border-radius: 5px;
	 padding: 5px;
	 font-size: 20px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.int_login_page_frm_styl {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(215, 215, 215);
	 border-width: 0px 0px 2px;
	 border-radius: 0px;
	 padding: 0px 0px 0px 10px;
	 margin: 15px auto auto;
	 font-size: 16px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_login_page_frm_styl:focus {
	 border-style: solid;
	 border-color: rgb(94, 0, 233);
	 border-width: 0px 0px 2px;
	 border-radius: 0px;
	 background-clip: padding-box;
}
.btn_circle_btn_A {
	 font-size: 18px;
	 text-align: center;
	 font-weight: bold;
	 text-decoration: none;
	 color: rgb(87, 87, 87);
	 background-clip: padding-box;
}
.btn_circle_btn_D {
	 opacity: 0.25;
}
.btn_circle_btn_R {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(161, 91, 189);
	 border-width: 2px;
	 border-radius: 50px;
	 padding: 5px 0px;
	 font-size: 18px;
	 font-family: Arial;
	 text-decoration: none;
	 color: rgb(87, 87, 87);
}
.btn_circle_btn_S {
	 background: padding-box rgb(161, 91, 189);
	 border-style: solid;
	 border-color: rgb(87, 87, 87);
	 border-width: 1px;
	 border-radius: 50px;
	 font-size: 24px;
	 text-align: center;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_circle_btn_T {
	 background: padding-box rgb(255, 255, 255);
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 border-style: solid;
	 border-color: rgb(161, 91, 189);
	 border-width: 2px;
	 border-radius: 50px;
	 opacity: 0.5;
}
.btn_circle_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_t_chapter_tbl {
	 font-size: 14px;
	 line-height: 24px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
	 background-clip: padding-box;
}
.int_t_chapter_tbl_hdg {
	 background: padding-box rgb(102, 102, 102);
	 border-style: solid;
	 border-color: rgb(182, 182, 182);
	 border-width: 0px;
	 border-radius: 12px 12px 0px 0px;
	 font-size: 12px;
	 text-align: center;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.int_t_QB_q {
	 padding: 12px;
	 font-size: 14px;
	 line-height: 24px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(40, 40, 40);
	 background-clip: padding-box;
}
.btn_view_more_btn_A {
	 background: padding-box rgb(237, 237, 237);
	 border-style: solid;
	 border-color: rgb(218, 6, 0);
	 border-width: 0px;
	 border-radius: 20px;
	 font-size: 12px;
	 text-align: center;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(33, 38, 31);
	 width: 100px;
	 height: 30px;
	 pointer-events: auto;
	 cursor: pointer;
}
.btn_view_more_btn_D {
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_view_more_btn_R {
	 background: padding-box rgb(216, 216, 216);
}
.btn_view_more_btn_S {
	 background-clip: padding-box;
}
.btn_view_more_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_view_more_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.btn_discard_btn_A {
	 box-shadow: rgba(255, 255, 255, 0.56) 0px 0px 2px 1px;
	 border-style: solid;
	 border-color: rgb(63, 63, 63);
	 border-width: 1px;
	 border-radius: 4px;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(59, 59, 59);
	 background-clip: padding-box;
}
.btn_discard_btn_D {
	 opacity: 0.25;
}
.btn_discard_btn_R {
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(0, 0, 0);
	 background-clip: padding-box;
}
.btn_discard_btn_S {
	 background-clip: padding-box;
}
.btn_discard_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_discard_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.btn_t_add_q_btn_A {
	 background: padding-box rgb(41, 64, 74);
	 border-width: 0px;
	 border-radius: 25px;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(250, 250, 250);
}
.btn_t_add_q_btn_D {
	 opacity: 0.5;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
	 background-clip: padding-box;
}
.btn_t_add_q_btn_R {
	 background: padding-box rgb(63, 83, 92);
}
.btn_t_add_q_btn_S {
	 background-clip: padding-box;
}
.btn_t_add_q_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_t_add_q_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.btn_show_rcd_btn_A {
	 background: padding-box rgb(98, 95, 86);
	 text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
	 border-style: solid;
	 border-color: rgb(214, 207, 187);
	 border-width: 1px;
	 border-radius: 5px;
	 padding: 0px 15px;
	 font-size: 15px;
	 text-align: center;
	 font-family: lato_medium;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(255, 255, 255);
}
.btn_show_rcd_btn_D {
	 opacity: 0.4;
	 background-clip: padding-box;
}
.btn_show_rcd_btn_R {
}
.btn_show_rcd_btn_S {
	 background-clip: padding-box;
}
.btn_show_rcd_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_show_rcd_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_std_table_bot_border {
	 border-style: solid;
	 border-color: rgb(214, 214, 214);
	 border-width: 0px 0px 3px;
	 border-radius: 0px;
	 background-clip: padding-box;
}
.btn_t_diff_lvl_btn_A {
	 background: padding-box rgb(250, 250, 250);
	 border-style: solid;
	 border-color: rgb(254, 130, 34);
	 border-width: 2px;
	 border-radius: 5px;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(66, 66, 66);
}
.btn_t_diff_lvl_btn_D {
	 opacity: 0.25;
}
.btn_t_diff_lvl_btn_R {
	 background: padding-box rgb(238, 238, 238);
}
.btn_t_diff_lvl_btn_S {
	 background: padding-box rgb(85, 139, 47);
	 border-width: 0px;
	 border-radius: 5px;
	 font-size: 12px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_t_diff_lvl_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_t_diff_lvl_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_frm_radio_box {
	 background: padding-box rgb(255, 255, 255);
	 padding: 0px 15px 0px 0px;
	 margin: 10px 10px 10px 0px;
	 font-size: 16px;
	 text-align: right;
	 font-family: lato_medium;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(40, 40, 40);
}
.int_grey_bottom_border {
	 border-style: solid;
	 border-color: rgb(226, 226, 226);
	 border-width: 0px 0px 2px;
	 border-radius: 0px;
	 font-size: 14px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
	 background-clip: padding-box;
}
.int_frm_rdo_select_stage {
	 border-style: solid;
	 border-color: rgb(111, 28, 235);
	 border-width: 2px;
	 border-radius: 8px;
	 background-clip: padding-box;
}
.int_t_QuizFIB_1 {
	 background: padding-box rgba(0, 0, 0, 0);
	 border-style: solid;
	 border-color: rgb(127, 0, 255);
	 border-width: 0px 0px 1px;
	 border-radius: 0px;
	 font-size: 14px;
	 line-height: 24px;
	 text-align: left;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_t_QuizFIB_1:focus {
	 border-style: solid;
	 border-color: rgb(73, 167, 226);
	 border-width: 1px;
	 border-radius: 0px;
	 background-clip: padding-box;
}
.int_white_bg {
	 background: padding-box rgb(255, 255, 255);
}
.int_green_bg {
	 background: padding-box rgb(1, 84, 74);
}
.int_yellow_bg {
	 background: padding-box rgb(229, 166, 17);
}
.int_yellow_bg_2 {
	 background: padding-box rgb(255, 185, 19);
}
.int_dark_green_bg {
	 background: padding-box rgb(13, 64, 58);
}
.int_admin_sub_title {
	 font-size: 24px;
	 line-height: 36px;
	 font-family: lato_medium;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(255, 255, 255);
	 background-clip: padding-box;
}
.int_admin_subtitle_bg {
	 background: padding-box rgb(41, 64, 75);
	 border-width: 0px;
	 border-radius: 10px 10px 0px 0px;
}
.int_admin_main_title {
	 font-size: 32px;
	 font-family: lato_black;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(255, 255, 255);
	 background-clip: padding-box;
}
.btn_transparent_btn_A {
	 font-size: 20px;
	 text-align: center;
	 font-family: lato_medium;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(255, 255, 255);
	 background-clip: padding-box;
}
.btn_transparent_btn_D {
	 opacity: 0.25;
}
.btn_transparent_btn_R {
	 background-clip: padding-box;
}
.btn_transparent_btn_S {
	 background-clip: padding-box;
}
.btn_transparent_btn_T {
	 transform: scaleX(0.9) scaleY(0.9) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_transparent_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_Green_trip_bg {
	 background: padding-box rgb(76, 175, 80);
}
.int_purple_strip_bg {
	 background: padding-box rgb(161, 91, 189);
}
.int_Orange_Strip_Bg {
	 background: padding-box rgb(180, 97, 50);
}
.int_Page_tbl_heading {
	 padding: 10px 0px;
	 font-size: 18px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
	 background-clip: padding-box;
}
.int_Page_tbl_text {
	 padding: 10px 0px;
	 font-size: 16px;
	 text-align: center;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
	 background-clip: padding-box;
}
.btn_t_add_question_btn_A {
	 background: padding-box rgb(237, 237, 237);
	 border-style: solid;
	 border-color: rgb(247, 192, 192);
	 border-width: 2px;
	 border-radius: 20px;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.btn_t_add_question_btn_D {
	 opacity: 0.25;
}
.btn_t_add_question_btn_R {
	 background: padding-box rgb(218, 218, 218);
}
.btn_t_add_question_btn_S {
	 background-clip: padding-box;
}
.btn_t_add_question_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_t_add_question_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_teach_createquiz_bg {
	 background: padding-box rgb(190, 121, 202);
}
.int_t_form_bg_sharp {
	 background: padding-box rgb(255, 255, 255);
}
.int_Login_page_text {
	 font-size: 24px;
	 text-align: center;
	 font-family: lato_medium;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(40, 40, 40);
	 background-clip: padding-box;
}
.int_form_label_text {
	 margin: auto auto 0px;
	 font-size: 12px;
	 text-align: left;
	 font-family: lato_regular;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(40, 40, 40);
	 background-clip: padding-box;
}
.int_error_msg_text {
	 margin: auto auto 15px;
	 font-size: 14px;
	 text-align: left;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(192, 0, 13);
	 background-clip: padding-box;
}
.int_page_form_heading {
	 font-size: 24px;
	 text-align: left;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(151, 151, 151);
	 background-clip: padding-box;
}
.btn_teacher_navig_btn_A {
	 border-width: 0px;
	 border-radius: 20px;
	 font-size: 25px;
	 text-align: center;
	 font-family: fontawesome;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
	 background-clip: padding-box;
}
.btn_teacher_navig_btn_D {
	 opacity: 0.6;
	 background-clip: padding-box;
}
.btn_teacher_navig_btn_R {
	 background-clip: padding-box;
}
.btn_teacher_navig_btn_S {
	 background-clip: padding-box;
}
.btn_teacher_navig_btn_T {
	 transform: scaleX(1) scaleY(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_teacher_navig_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_teacher_tabl_hdg {
	 font-size: 12px;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(186, 104, 200);
	 background-clip: padding-box;
}
.btn_t_close_btn_A {
	 border-width: 0px;
	 border-radius: 20px;
	 font-size: 22px;
	 text-align: center;
	 font-family: fontawesome;
	 text-decoration: none;
	 color: rgb(74, 74, 74);
	 background-clip: padding-box;
}
.btn_t_close_btn_D {
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_t_close_btn_R {
	 background-clip: padding-box;
}
.btn_t_close_btn_S {
	 background-clip: padding-box;
}
.btn_t_close_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_t_close_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_teacher_c_question {
	 background: padding-box rgb(239, 235, 233);
}
.btn_t_q_btn_A {
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
	 background-clip: padding-box;
}
.btn_t_q_btn_D {
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_t_q_btn_R {
	 background-clip: padding-box;
}
.btn_t_q_btn_S {
	 background: padding-box rgb(131, 131, 131);
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(251, 246, 252);
}
.btn_t_q_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_t_q_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_page_text_18px {
	 font-size: 18px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
	 background-clip: padding-box;
}
.int_teacher_view_quiz {
	 background: padding-box rgb(255, 165, 74);
}
.int_page_text_22px {
	 margin: auto auto 10px;
	 font-size: 22px;
	 text-align: left;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
	 background-clip: padding-box;
}
.int_t_menu_bg {
	 background: padding-box rgb(255, 185, 20);
	 box-shadow: rgb(0, 0, 0) 0px 3px 11px -5px;
}
.int_t_form_hdg {
	 font-size: 12px;
	 text-align: left;
	 font-family: lato_regular;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(87, 87, 87);
	 background-clip: padding-box;
}
.int_t_ques_bank_bg {
	 background: padding-box rgb(129, 199, 132);
}
.int_t_analytics_bg {
	 background-clip: padding-box;
}
.int_analytis_top_bar_text {
	 padding: 0px;
	 font-size: 12px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(0, 87, 155);
	 background-clip: padding-box;
}
.int_t_cq_s5_bg {
	 background: padding-box rgb(239, 235, 233);
	 font-size: 12px;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: transparent;
}
.btn_t_share_btn_A {
	 background: padding-box rgb(237, 237, 237);
	 border-width: 0px;
	 border-radius: 25px;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(33, 38, 31);
}
.btn_t_share_btn_D {
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_t_share_btn_R {
	 background: padding-box rgb(216, 216, 216);
}
.btn_t_share_btn_S {
	 background-clip: padding-box;
}
.btn_t_share_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_t_share_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.btn_t_section_btn_A {
	 background: padding-box rgb(237, 237, 237);
	 border-width: 0px;
	 border-radius: 5px;
	 font-size: 16px;
	 text-align: center;
	 word-break: break-word;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(32, 37, 30);
}
.btn_t_section_btn_D {
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_t_section_btn_R {
	 background: padding-box rgb(216, 216, 216);
}
.btn_t_section_btn_S {
	 background: padding-box rgb(94, 0, 233);
	 border-width: 0px;
	 border-radius: 5px;
	 font-size: 16px;
	 text-align: center;
	 word-break: break-word;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_t_section_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_t_section_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_t_cq_share_bg {
	 background: padding-box rgb(255, 238, 21);
}
.int_grey_bg {
	 background: padding-box rgb(239, 235, 233);
}
.btn_t_vquiz_1_btn_A {
	 background: padding-box rgb(250, 250, 250);
	 border-style: solid;
	 border-color: rgb(110, 124, 199);
	 border-width: 2px;
	 border-radius: 5px;
	 font-size: 12px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(66, 66, 66);
}
.btn_t_vquiz_1_btn_D {
	 opacity: 0.4;
	 background-clip: padding-box;
}
.btn_t_vquiz_1_btn_R {
	 background: padding-box rgb(238, 238, 238);
}
.btn_t_vquiz_1_btn_S {
	 background: padding-box rgb(63, 81, 181);
	 border-width: 0px;
	 border-radius: 5px;
	 font-size: 12px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_t_vquiz_1_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_t_vquiz_1_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.btn_t_vquiz_2_btn_A {
	 background: padding-box rgb(250, 250, 250);
	 border-style: solid;
	 border-color: rgb(129, 199, 132);
	 border-width: 2px;
	 border-radius: 5px;
	 font-size: 12px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(66, 66, 66);
}
.btn_t_vquiz_2_btn_R {
	 background: padding-box rgb(238, 238, 238);
}
.btn_t_vquiz_2_btn_S {
	 background: padding-box rgb(92, 181, 53);
	 border-style: solid;
	 border-width: 0px;
	 border-radius: 5px;
	 font-size: 12px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_t_vquiz_2_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_t_vquiz_3_btn_A {
	 background: padding-box rgb(250, 250, 250);
	 border-style: solid;
	 border-color: rgb(255, 101, 96);
	 border-width: 2px;
	 border-radius: 5px;
	 font-size: 12px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(66, 66, 66);
}
.btn_t_vquiz_3_btn_R {
	 background: padding-box rgb(238, 238, 238);
}
.btn_t_vquiz_3_btn_S {
	 background: padding-box rgb(253, 82, 63);
	 border-width: 0px;
	 border-radius: 5px;
	 font-size: 12px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_t_vquiz_3_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_t_vquiz_4_btn_A {
	 background: padding-box rgb(250, 250, 250);
	 border-style: solid;
	 border-color: rgb(254, 130, 34);
	 border-width: 2px;
	 border-radius: 5px;
	 font-size: 12px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(66, 66, 66);
}
.btn_t_vquiz_4_btn_D {
	 opacity: 0.25;
}
.btn_t_vquiz_4_btn_R {
	 background: padding-box rgb(238, 238, 238);
}
.btn_t_vquiz_4_btn_S {
	 background: padding-box rgb(252, 132, 38);
	 border-width: 0px;
	 border-radius: 5px;
	 font-size: 12px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_t_vquiz_4_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_t_vquiz_4_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_analytic_page_title_text {
	 margin: 0px auto 10px;
	 font-size: 18px;
	 text-align: left;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(230, 81, 0);
	 background-clip: padding-box;
}
.int_analytics_page_text1 {
	 margin: 5px auto 10px;
	 font-size: 12px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(41, 46, 39);
	 background-clip: padding-box;
}
.int_analytics_page_text2 {
	 margin: 5px auto 10px;
	 font-size: 12px;
	 font-family: lato_medium;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(135, 136, 131);
	 background-clip: padding-box;
}
.int_analytic_home_selected_state {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(215, 215, 215);
	 border-width: 0px 0px 2px;
	 border-radius: 0px;
}
.int_analytic_view_page_text14 {
	 margin: 8px auto;
	 font-size: 14px;
	 line-height: 30px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(66, 66, 66);
	 background-clip: padding-box;
}
.int_analytic_view_page_SubHeading {
	 margin: 5px auto 10px;
	 font-size: 16px;
	 text-align: left;
	 font-weight: bold;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(66, 66, 66);
	 background-clip: padding-box;
}
.btn_A_view_btn_A {
	 background: padding-box rgb(255, 255, 255);
	 box-shadow: rgb(0, 0, 0) 0px 0px 3px -1px;
	 border-style: solid;
	 border-color: rgb(10, 99, 191);
	 border-width: 0px;
	 border-radius: 6px;
	 font-size: 30px;
	 text-align: center;
	 font-weight: bold;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(102, 187, 106);
}
.btn_A_view_btn_D {
	 opacity: 0.25;
}
.btn_A_view_btn_R {
}
.btn_A_view_btn_S {
	 font-size: 30px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(245, 0, 0);
	 background-clip: padding-box;
}
.btn_A_view_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_A_view_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_ana_view_page_text10px {
	 font-size: 10px;
	 text-align: center;
	 font-family: lato_semibold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(66, 66, 66);
	 background-clip: padding-box;
}
.int_ana_view_text10px2 {
	 background: padding-box rgb(255, 255, 255);
	 font-size: 10px;
	 text-align: center;
	 font-family: lato_semibold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(66, 66, 66);
}
.int_container_shadow {
	 box-shadow: rgb(202, 202, 202) 0px 0px 3px 2px;
	 border-width: 0px;
	 border-radius: 3px;
	 background-clip: padding-box;
}
.int_green_bar {
	 background: padding-box rgb(102, 187, 106);
}
.int_red_bar {
	 background: padding-box rgb(245, 0, 0);
}
.btn_tab_btn_A {
	 background: padding-box rgb(119, 119, 119);
	 border-style: solid;
	 border-color: rgb(10, 99, 191);
	 border-width: 0px;
	 border-radius: 8px 8px 0px 0px;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(253, 253, 253);
}
.btn_tab_btn_D {
	 opacity: 0.25;
}
.btn_tab_btn_R {
}
.btn_tab_btn_S {
	 background: padding-box rgb(36, 36, 36);
	 border-style: solid;
	 border-color: rgb(255, 255, 255);
	 border-width: 0px 0px 2px;
	 border-radius: 12px 12px 0px 0px;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(255, 255, 255);
}
.btn_tab_btn_T {
	 transform: scaleX(1) scaleY(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_tab_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_selected_sec_pg_text14px {
	 font-size: 14px;
	 text-align: left;
	 font-family: lato_regular;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(66, 66, 66);
	 background-clip: padding-box;
}
.int_selected_pg_txt_green {
	 font-size: 14px;
	 text-align: left;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(102, 187, 106);
	 background-clip: padding-box;
}
.int_selected_pg_red_txt {
	 font-size: 14px;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(245, 0, 0);
	 background-clip: padding-box;
}
.int_selected_pg_text14_282828 {
	 font-size: 14px;
	 text-align: left;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(40, 40, 40);
	 background-clip: padding-box;
}
.int_std_select_pg_txt18px {
	 margin: 20px auto;
	 font-size: 18px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(66, 66, 66);
	 background-clip: padding-box;
}
.int_row_shadow {
	 box-shadow: 0px 2px 5px -3px;
	 background-clip: padding-box;
}
.int_circle_green_border {
	 border-style: solid;
	 border-color: rgb(102, 187, 106);
	 border-width: 3px;
	 border-radius: 50px;
	 font-size: 20px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(102, 187, 106);
	 background-clip: padding-box;
}
.int_circle_grey_border {
	 border-style: solid;
	 border-color: rgb(238, 238, 238);
	 border-width: 4px;
	 border-radius: 50px;
	 font-size: 20px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(102, 187, 106);
	 background-clip: padding-box;
}
.int_red_trip_bg {
	 background: padding-box rgb(231, 67, 67);
}
.int_adm_page_frm_alter {
	 background: padding-box rgb(254, 219, 219);
	 border-style: solid;
	 border-color: rgb(253, 0, 0);
	 border-width: 0px 0px 1px;
	 border-radius: 0px;
	 padding: 5px 0px 5px 15px;
	 margin: auto auto 15px;
	 font-size: 18px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.btn_template_btn_A {
	 background: padding-box rgb(119, 119, 119);
	 text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
	 border-style: solid;
	 border-color: rgb(10, 99, 191);
	 border-width: 0px;
	 border-radius: 0px 0px 4px 4px;
	 padding: 5px;
	 margin: -3px auto auto;
	 font-size: 20px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
	 width: 100%;
	 height: 60px;
	 pointer-events: auto;
	 cursor: pointer;
}
.btn_template_btn_D {
	 background: padding-box rgb(227, 227, 227);
}
.btn_template_btn_R {
	 background: padding-box rgb(160, 160, 160);
}
.btn_template_btn_S {
	 background: padding-box rgb(100, 191, 115);
	 text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
	 border-width: 0px;
	 border-radius: 0px 0px 4px 4px;
	 padding: 5px;
	 margin: -3px auto auto;
	 font-size: 20px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
	 width: 100%;
	 height: 60px;
}
.btn_template_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.75;
	 background-clip: padding-box;
}
.btn_template_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.btn_a_section_btn_A {
	 background: padding-box rgb(255, 255, 255);
	 box-shadow: rgb(0, 0, 0) 0px 0px 3px -1px;
	 border-style: solid;
	 border-color: rgb(10, 99, 191);
	 border-width: 0px;
	 border-radius: 6px;
	 font-size: 32px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(102, 187, 106);
}
.btn_a_section_btn_D {
	 opacity: 0.25;
}
.btn_a_section_btn_R {
}
.btn_a_section_btn_S {
	 background: padding-box rgb(30, 136, 229);
}
.btn_a_section_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_a_section_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_white_box_round_border {
	 background: padding-box rgb(255, 255, 255);
	 border-width: 0px;
	 border-radius: 5px;
}
.ndefined undefined .int_Quiz_FIB_small {
	 background: padding-box rgb(237, 237, 237);
	 border-style: solid;
	 border-color: rgb(172, 172, 172);
	 border-width: 0px 0px 2px;
	 border-radius: 0px;
	 padding: 5px;
	 font-size: 15px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_grey_t_b_border {
	 background: padding-box rgb(250, 250, 250);
	 border-style: solid;
	 border-color: rgb(226, 226, 226);
	 border-width: 0px 0px 2px;
	 border-radius: 0px;
}
.int_Quiz_FIB_small {
	 background: padding-box rgba(237, 237, 237, 0.8);
	 border-style: solid;
	 border-color: rgb(172, 172, 172);
	 border-width: 0px 0px 2px;
	 border-radius: 0px;
	 padding: 5px 5px 5px 6px;
	 font-size: 14px;
	 text-align: left;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_Quiz_FIB_small:focus {
	 background: padding-box rgb(237, 237, 237);
	 border-style: solid;
	 border-color: rgb(94, 0, 233);
	 border-width: 0px 0px 2px;
	 border-radius: 0px;
	 padding: 5px 5px 5px 6px;
	 font-size: 14px;
	 text-align: left;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_top_shadow {
	 box-shadow: rgba(40, 40, 40, 0.5) 0px -6px 5px -6px;
	 background-clip: padding-box;
}
.int_top_bar_new {
	 background: padding-box rgb(102, 102, 102);
	 border-width: 0px;
	 border-radius: 12px 12px 0px 0px;
}
.int_u_name {
	 font-size: 18px;
	 text-align: center;
	 font-family: lato_semibold;
	 text-decoration: none;
	 text-transform: capitalize;
	 color: rgb(255, 255, 255);
	 background-clip: padding-box;
}
.int_Quiz_FIB_add_subject {
	 background: padding-box rgba(247, 247, 247, 0.9);
	 border-style: solid;
	 border-color: rgb(172, 172, 172);
	 border-width: 1px;
	 border-radius: 0px;
	 padding: 5px;
	 font-size: 15px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_Quiz_FIB_add_subject:focus {
}
.int_Quiz_FIB_add_subject:link {
}
.int_Quiz_FIB_add_subject:hover {
}
.int_Quiz_FIB_add_subject:active {
}
.int_a_student_ins_txt {
	 background: padding-box rgb(239, 235, 233);
	 padding: 5px;
	 font-size: 12px;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(113, 113, 113);
}
.int_t_manageuser_tbl_hdg {
	 background: padding-box rgb(41, 64, 75);
	 border-style: solid;
	 border-color: rgb(112, 112, 112);
	 border-width: 0px 0px 1px;
	 border-radius: 6px 6px 0px 0px;
	 padding: 8px 0px;
	 font-size: 16px;
	 text-align: center;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.int_top_bar_without_roundborder {
	 background: padding-box rgb(239, 235, 233);
}
.int_Quiz_FIB_small_Qtype {
	 background: padding-box rgba(244, 244, 244, 0.8);
	 border-style: solid;
	 border-color: rgb(172, 172, 172);
	 border-width: 2px;
	 border-radius: 8px;
	 padding: 10px 15px;
	 font-size: 14px;
	 text-align: left;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_Quiz_FIB_small_Qtype:focus {
	 background-clip: padding-box;
}
.int_t_QuizFIB_FIB_Math {
	 background: padding-box rgba(0, 0, 0, 0);
	 border-style: solid;
	 border-color: rgb(127, 0, 255);
	 border-width: 1px;
	 border-radius: 0px;
	 padding: 5px;
	 font-size: 14px;
	 line-height: 24px;
	 text-align: center;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_t_QuizFIB_FIB_Math:focus {
}
.int_Quiz_FIB_math_operator {
	 background: padding-box rgba(237, 237, 237, 0.8);
	 border-style: solid;
	 border-color: rgb(172, 172, 172);
	 border-width: 0px 0px 2px;
	 border-radius: 0px;
	 padding: 5px;
	 font-size: 18px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_Quiz_FIB_math_operator:focus {
	 background: padding-box rgba(237, 237, 237, 0.8);
	 border-style: solid;
	 border-color: rgb(94, 0, 233);
	 border-width: 0px 0px 2px;
	 border-radius: 0px;
	 padding: 5px;
	 font-size: 18px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.btn_radio_btn_A {
	 background-clip: padding-box;
}
.btn_radio_btn_D {
	 opacity: 0.25;
}
.btn_radio_btn_R {
}
.btn_radio_btn_S {
	 background-clip: padding-box;
}
.btn_radio_btn_T {
	 background-clip: padding-box;
}
.btn_radio_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.btn_browse_btn_A {
	 background: padding-box rgb(75, 94, 103);
	 border-width: 0px;
	 border-radius: 25px;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(250, 250, 250);
}
.btn_browse_btn_D {
	 opacity: 0.5;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
	 background-clip: padding-box;
}
.btn_browse_btn_R {
	 background: padding-box rgb(63, 83, 92);
}
.btn_browse_btn_S {
	 background-clip: padding-box;
}
.btn_browse_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_browse_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.btn_orange_btn_A {
	 background: padding-box rgb(252, 151, 72);
	 border-width: 0px;
	 border-radius: 25px;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(250, 250, 250);
}
.btn_orange_btn_D {
	 opacity: 0.5;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
	 background-clip: padding-box;
}
.btn_orange_btn_R {
	 background: padding-box rgb(63, 83, 92);
}
.btn_orange_btn_S {
	 background-clip: padding-box;
}
.btn_orange_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_orange_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_Quiz_FIB_filter {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(237, 237, 237);
	 border-width: 1px;
	 border-radius: 0px;
	 padding: 5px 5px 5px 6px;
	 font-size: 14px;
	 text-align: left;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_Quiz_FIB_filter:focus {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(94, 0, 233);
	 border-width: 1px;
	 border-radius: 0px;
	 padding: 5px 5px 5px 6px;
	 font-size: 14px;
	 text-align: left;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.int_white_box_round_border_login {
	 background: padding-box rgb(255, 255, 255);
	 box-shadow: rgb(0, 0, 0) 0px 0px 12px -5px;
	 border-width: 0px;
	 border-radius: 4px;
}
.int_grewyscale {
	 filter: grayscale(100%);
	 background-clip: padding-box;
}
.int_inline_image_style {
	 filter: grayscale(100%);
	 margin: auto -20px auto auto;
	 background-clip: padding-box;
}
.int_analytics_icon {
	 filter: grayscale(2%);
	 background-clip: padding-box;
}
.int_No_char_spacing {
	 font-size: 100px;
	 letter-spacing: -50px;
	 font-family: fontawesome;
	 text-decoration: none;
	 color: rgb(68, 68, 68);
	 background-clip: padding-box;
}
.int_inline_image_style2 {
	 filter: grayscale(12%);
	 margin: auto -20px auto auto;
	 background-clip: padding-box;
}
.int_qs_instruct {
	 background: padding-box rgb(255, 185, 19);
	 padding: 5px 10px;
	 font-size: 12px;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(10, 10, 10);
}
.int_cor_response {
	 background: linear-gradient(0deg, rgb(13, 154, 0) 0%, rgb(7, 88, 0) 47%, rgb(13, 154, 0) 93%) padding-box;
	 padding: 1px 0px;
	 font-size: 10px;
	 text-align: center;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.int_incor_response {
	 background: linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(164, 0, 0) 47%, rgb(255, 0, 0) 93%) padding-box;
	 padding: 1px 0px;
	 font-size: 10px;
	 text-align: center;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.int_dialog_heading {
	 background: padding-box rgb(227, 227, 227);
	 font-size: 20px;
	 text-align: center;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(34, 34, 34);
}
.int_contentbox {
	 background: padding-box rgb(255, 255, 255);
	 box-shadow: rgba(50, 50, 50, 0.4) 0px 0px 9px 1px;
	 padding: 10px;
	 font-size: 15px;
	 text-align: left;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(51, 51, 51);
}
.btn_Button_Navig_A {
	 background: padding-box rgb(143, 17, 0);
	 border-width: 0px;
	 border-radius: 5px;
	 font-size: 16px;
	 text-align: center;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_Button_Navig_D {
	 opacity: 0.25;
}
.btn_Button_Navig_S {
	 background-clip: padding-box;
}
.btn_Button_Navig_T {
	 transform: scaleX(0.9) scaleY(0.9) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_question_media_btn_A {
	 border-width: 0px;
	 border-radius: 25px;
	 font-size: 25px;
	 text-align: center;
	 font-family: fontawesome;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(40, 40, 40);
	 background-clip: padding-box;
}
.btn_question_media_btn_D {
	 opacity: 0.25;
	 background-clip: padding-box;
}
.btn_question_media_btn_R {
	 background-clip: padding-box;
}
.btn_question_media_btn_S {
	 background-clip: padding-box;
}
.btn_question_media_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_question_media_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_audio_for_option {
	 font-size: 20px;
	 text-align: center;
	 font-family: fontawesome;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
	 background-clip: padding-box;
}
.int_contentbox_2 {
	 background: padding-box rgb(255, 255, 255);
	 box-shadow: rgba(50, 50, 50, 0.4) 0px 0px 9px 1px;
	 font-size: 16px;
	 text-align: left;
	 text-decoration: none;
	 color: rgb(51, 51, 51);
}
.int_seek_thumb {
	 background: padding-box rgb(255, 172, 3);
	 border-style: solid;
	 border-color: rgb(254, 254, 254);
	 border-width: 0px;
	 border-radius: 12px;
	 padding: 4px;
	 margin: 8px auto auto;
}
.int_Seekbar_BG {
	 background: padding-box rgb(0, 0, 0);
	 border-width: 0px;
	 border-radius: 0px 0px 5px 5px;
	 padding: 5px;
}
.int_Seekbar_ldbar {
	 background: padding-box rgb(255, 172, 3);
}
.int_Seekbar_plbar {
	 background: padding-box rgb(255, 255, 255);
}
.int_Seekbar_plbtn {
	 padding: 2px;
	 font-size: 12px;
	 text-align: center;
	 font-family: fontawesome;
	 text-decoration: none;
	 color: rgb(255, 172, 3);
	 background-clip: padding-box;
}
.int_thumbtitle {
	 background: padding-box rgb(244, 244, 244);
	 padding: 10px;
	 font-size: 12px;
	 text-align: center;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(102, 102, 102);
}
.int_libimgthumb {
	 background: padding-box rgb(255, 255, 255);
	 box-shadow: rgb(212, 212, 212) 0px 0px 5px 1px;
	 padding: 10px;
	 margin: 10px;
}
.int_video_bg {
	 background: padding-box rgb(0, 0, 0);
	 border-style: solid;
	 border-color: rgb(0, 0, 0);
	 border-width: 0px;
	 border-radius: 5px;
}
.int_text_padding {
	 padding: 10px 10px 5px;
	 background-clip: padding-box;
}
.int_qst_instruction {
	 margin: 20px 0px;
	 font-size: 2vw;
	 text-align: left;
	 text-decoration: none;
	 color: rgb(47, 47, 47);
	 background-clip: padding-box;
}
.int_qst_instruction_bg {
	 background: padding-box rgb(244, 244, 244);
	 margin: auto auto 40px;
}
.int_off_white_top_round_corner {
	 background: padding-box rgb(246, 246, 246);
	 border-width: 0px;
	 border-radius: 5px 5px 0px 0px;
}
.int_image_round {
	 border-width: 0px;
	 border-radius: 5px;
	 background-clip: padding-box;
}
.int_alert_bg {
	 background: linear-gradient(-180deg, rgba(255, 185, 18, 0.01) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.8) 83%) padding-box;
}
.int_t_QuizFIB_radioBtn {
	 background: padding-box rgb(255, 255, 255);
	 padding: 10px;
	 font-size: 16px;
	 text-align: left;
	 font-family: lato_medium;
	 text-decoration: none;
	 color: rgb(40, 40, 40);
}
.btn_t_add_q_btn_lms_A {
	 background: padding-box rgb(241, 241, 241);
	 border-style: solid;
	 border-color: rgb(41, 64, 74);
	 border-width: 2px;
	 border-radius: 25px;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(41, 64, 74);
}
.btn_t_add_q_btn_lms_D {
	 opacity: 0.5;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
	 background-clip: padding-box;
}
.btn_t_add_q_btn_lms_R {
	 background: padding-box rgb(216, 216, 216);
	 border-style: solid;
	 border-color: rgb(41, 64, 74);
	 border-width: 2px;
	 border-radius: 25px;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(41, 64, 74);
}
.btn_t_add_q_btn_lms_S {
	 background-clip: padding-box;
}
.btn_t_add_q_btn_lms_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_t_add_q_btn_lms_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.int_normal_pair_box {
}
.int_pair_box_normal {
	 border-style: solid;
	 border-color: rgb(51, 51, 51);
	 border-width: 2px;
	 border-radius: 5px;
	 padding: 5px;
	 font-size: 16px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(0, 0, 0);
	 background-clip: padding-box;
}
.int_pair_box_selected {
	 border-style: solid;
	 border-color: rgb(255, 207, 0);
	 border-width: 2px;
	 border-radius: 5px;
	 padding: 5px;
	 font-size: 16px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(220, 0, 0);
	 background-clip: padding-box;
}
.int_pair_box {
	 background: padding-box rgb(255, 255, 255);
	 box-shadow: rgb(221, 221, 221) 0px 0px 10px 1px;
	 border-width: 0px;
	 border-radius: 8px;
}
.int_edit_quiz_subhead {
	 margin: 5px auto 10px;
	 font-size: 16px;
	 text-align: left;
	 font-weight: bold;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(66, 66, 66);
	 background-clip: padding-box;
}
.btn_scene_btn_A {
	 background-clip: padding-box;
}
.btn_scene_btn_D {
	 opacity: 0.25;
}
.btn_scene_btn_S {
	 background-clip: padding-box;
}
.btn_scene_btn_T {
	 transform: scaleX(1) scaleY(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.int_scene_box {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(255, 173, 3);
	 border-width: 4px;
	 border-radius: 11px;
	 font-size: 16px;
	 text-align: left;
	 font-family: Arial;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.int_image_normal {
	 background: padding-box rgb(255, 255, 255);
	 box-shadow: rgba(255, 185, 3, 0) 0px 0px 5px 2px;
	 border-style: solid;
	 border-color: rgba(255, 185, 3, 0);
	 border-width: 3px;
	 border-radius: 12px;
	 padding: 10px;
}
.int_QuizFIB_Incorrect {
	 border: 2px solid rgb(225, 52, 0);
}
.int_QuizFIB_Correct {
	 border: 2px solid rgb(0, 180, 75);
}
.btn_add_chat_btn_A {
	 background: padding-box rgb(255, 173, 3);
	 border-style: solid;
	 border-color: rgb(10, 99, 191);
	 border-width: 0px;
	 border-radius: 50px;
	 font-size: 18px;
	 text-align: center;
	 font-weight: bold;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_add_chat_btn_D {
	 opacity: 0.25;
}
.btn_add_chat_btn_S {
	 background: padding-box rgb(30, 136, 229);
}
.btn_add_chat_btn_T {
	 transform: scaleX(1) scaleY(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_add_chat_btn_char_a_A {
	 background: padding-box rgb(52, 122, 208);
	 border-style: solid;
	 border-color: rgb(10, 99, 191);
	 border-width: 0px;
	 border-radius: 50px;
	 font-size: 18px;
	 text-align: center;
	 font-weight: bold;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_add_chat_btn_char_a_D {
	 opacity: 0.25;
}
.btn_add_chat_btn_char_a_S {
	 background: padding-box rgb(30, 136, 229);
}
.btn_add_chat_btn_char_a_T {
	 transform: scaleX(1) scaleY(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.int_chat_box_text {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(174, 8, 0);
	 border-width: 2px;
	 border-radius: 11px;
	 padding: 10px;
	 font-size: 16px;
	 text-align: left;
	 font-family: Arial;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.int_screen_title {
	 background: padding-box rgb(255, 255, 255);
	 border-width: 0px;
	 border-radius: 50px;
	 padding: 10px;
	 font-size: 24px;
	 text-align: center;
	 font-weight: bold;
	 font-family: Arial;
	 text-decoration: none;
	 color: rgb(51, 51, 51);
}
.btn_ok_btn_A {
	 background: padding-box rgb(174, 8, 0);
	 border-style: solid;
	 border-color: rgb(152, 152, 152);
	 border-width: 0px;
	 border-radius: 50px;
	 font-size: 14px;
	 text-align: center;
	 font-weight: bold;
	 font-family: lato_bold;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: rgb(255, 255, 255);
}
.btn_ok_btn_D {
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_ok_btn_S {
	 background: padding-box rgb(13, 71, 161);
	 border-width: 0px;
	 border-radius: 50px;
	 font-size: 16px;
	 font-family: Arial;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_ok_btn_T {
	 transform: scaleX(0.9) scaleY(0.9) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.int_scene_img_border {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(255, 173, 3);
	 border-width: 4px;
	 border-radius: 11px;
	 padding: 8px;
	 font-size: 16px;
	 text-align: left;
	 font-family: Arial;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.int_scene_name {
	 background: padding-box rgb(255, 172, 3);
	 box-shadow: rgb(82, 82, 82) 0px 0px 5px 1px;
	 border-style: solid;
	 border-width: 3px;
	 border-radius: 50px;
	 padding: 8px;
	 font-size: 15px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.int_scene_name_select {
	 background: padding-box rgb(25, 155, 0);
	 box-shadow: rgb(82, 82, 82) 0px 0px 5px 1px;
	 border-style: solid;
	 border-width: 3px;
	 border-radius: 50px;
	 padding: 8px;
	 font-size: 15px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.int_chatbox {
	 background: padding-box rgb(247, 247, 247);
	 border-style: solid;
	 border-color: rgb(158, 1, 0);
	 border-width: 1px;
	 border-radius: 12px;
	 padding: 6px;
	 font-size: 16px;
	 text-align: left;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
}
.btn_chat_cancel_btn_A {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(255, 173, 3);
	 border-width: 2px;
	 border-radius: 50px;
	 font-size: 18px;
	 text-align: center;
	 font-weight: bold;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 173, 3);
}
.btn_chat_cancel_btn_D {
	 opacity: 0.25;
}
.btn_chat_cancel_btn_S {
	 background: padding-box rgb(30, 136, 229);
}
.btn_chat_cancel_btn_T {
	 transform: scaleX(1) scaleY(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_blue_chat_cancel_btn_A {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(52, 122, 208);
	 border-width: 2px;
	 border-radius: 50px;
	 font-size: 18px;
	 text-align: center;
	 font-weight: bold;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(52, 122, 208);
}
.btn_blue_chat_cancel_btn_D {
	 opacity: 0.25;
}
.btn_blue_chat_cancel_btn_S {
	 background: padding-box rgb(30, 136, 229);
}
.btn_blue_chat_cancel_btn_T {
	 transform: scaleX(1) scaleY(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.int_QuizFIB_video {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(174, 8, 0);
	 border-width: 2px;
	 border-radius: 6px;
	 padding: 5px;
	 font-size: 16px;
	 text-align: left;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(0, 0, 0);
}
.btn_video_cancel_btn_A {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(174, 8, 0);
	 border-width: 2px;
	 border-radius: 50px;
	 font-size: 18px;
	 text-align: center;
	 font-weight: bold;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(174, 8, 0);
}
.btn_video_cancel_btn_D {
	 opacity: 0.25;
}
.btn_video_cancel_btn_S {
	 background: padding-box rgb(30, 136, 229);
}
.btn_video_cancel_btn_T {
	 transform: scaleX(1) scaleY(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.btn_ques_cancel_btn_A {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(252, 151, 72);
	 border-width: 2px;
	 border-radius: 25px;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(252, 151, 72);
}
.btn_ques_cancel_btn_D {
	 opacity: 0.5;
	 font-size: 14px;
	 text-align: center;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(255, 255, 255);
	 background-clip: padding-box;
}
.btn_ques_cancel_btn_R {
	 background-clip: padding-box;
}
.btn_ques_cancel_btn_S {
	 background-clip: padding-box;
}
.btn_ques_cancel_btn_T {
	 transform: scaleX(0.95) scaleY(0.95) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 background-clip: padding-box;
}
.btn_ques_cancel_btn_V {
	 border: 0px solid rgb(0, 150, 136);
	 background: padding-box rgb(0, 98, 19);
}
.btn_chat_cancel_blue_btn_A {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(52, 122, 208);
	 border-width: 2px;
	 border-radius: 50px;
	 font-size: 18px;
	 text-align: center;
	 font-weight: bold;
	 font-family: lato_bold;
	 text-decoration: none;
	 color: rgb(52, 122, 208);
}
.btn_chat_cancel_blue_btn_D {
	 opacity: 0.25;
}
.btn_chat_cancel_blue_btn_S {
	 background: padding-box rgb(30, 136, 229);
}
.btn_chat_cancel_blue_btn_T {
	 transform: scaleX(1) scaleY(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	 opacity: 0.5;
	 background-clip: padding-box;
}
.int_QuizFIB_blue {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(52, 122, 208);
	 border-width: 2px;
	 border-radius: 6px;
	 padding: 5px;
	 font-size: 16px;
	 text-align: left;
	 font-family: lato_regular;
	 text-decoration: none;
	 color: rgb(0, 0, 0);
}
.int_QuizFIB_blue:focus {
}
.int_image_thumb {
	 background: padding-box rgb(255, 255, 255);
	 border-style: solid;
	 border-color: rgb(0, 0, 0);
	 border-width: 0px;
	 border-radius: 8px;
	 padding: 6px;
}
.int_scenceshowdd{
	background: rgba(255, 255, 255, 0.96);
	border-style:solid;
	border-color:rgb(206, 206, 206);
	border-width:0px 0px 2px 0px;
	border-radius:0px 0px 0px 0px;
	background-clip: padding-box;
}
.scene-card {
	 position: relative;
	 display: inline-block;
	 pointer-events: auto;
	 width: 200px;
	 background: white;
	 overflow: hidden;
	 color: rgb(51, 51, 51);
	 font-size: 16px;
	 border-radius: 10px;
	 box-shadow: rgba(0, 0, 0, 0.635) 0px 0px 5px;
	 cursor: pointer;
	 transition: transform 0.2s, box-shadow 0.2s;
	 border: 2px solid transparent;
	 margin: 10px;
}
.scene-card:hover {
	 transform: scale(1.03);
}
.scene-image img {
	 width: 100%;
	 display: block;
}
.scene-card.visited {
	 border: 2px solid rgb(255, 173, 3);
	 box-shadow: rgba(0, 0, 0, 0.85) 0px 0px 10px;
	 background-color: rgb(15, 157, 88);
	 color: white;
}
.scene-gear {
	 position: absolute;
	 top: 0px;
	 right: 0px;
	 background: transparent;
	 border: none;
	 border-radius: 50%;
	 color: rgb(51, 51, 51);
	 font-size: 24px;
	 padding: 6px 8px;
	 cursor: pointer;
}
.scene-footer {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 padding: 8px;
}
.scene-title {
	 font-family: lato_bold;
}
.arrow-btn {
	 background: transparent;
	 border: none;
	 cursor: pointer;
}
.scene-footer.no-nav {
	 justify-content: center;
}
.scene-card .arrow-btn {
	 color: rgb(51, 51, 51);
	 font-size: 16px;
}
.scene-card .arrow-btn:disabled {
	 opacity: 0.4;
	 cursor: not-allowed;
}
.scene-card.visited .arrow-btn {
	 color: rgb(255, 255, 255);
}
