body {
  /* color: #fff; */
  /* font-family: "Times New Roman" !important; */
  font-family: 'ObjektivMk2W03' !important;
  background: url("../images/bg.png");
  background-color: #cadbe0;
  font-weight: normal;
}

.blockUI.blockMsg.blockPage{
  background-color: transparent  !important;
}


/* @font-face {
    font-family: "Times New Roman";
    src: url("../fonts/TimesNewRoman/@font-face/32441506567156636049eb850b53f02a.eot");
    src: url("../fonts/TimesNewRoman/@font-face/32441506567156636049eb850b53f02a.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TimesNewRoman/@font-face/32441506567156636049eb850b53f02a.woff2") format("woff2"),
    url("../fonts/TimesNewRoman/@font-face/32441506567156636049eb850b53f02a.woff") format("woff"),
    url("../fonts/TimesNewRoman/@font-face/32441506567156636049eb850b53f02a.ttf") format("truetype"),
    url("../fonts/TimesNewRoman/@font-face/32441506567156636049eb850b53f02a.svg#Times New Roman") format("svg");
} */


@font-face {
    font-family: 'ObjektivMk2W03';
    src: url('font/ObjektivMk2W03-Light.eot');
    src: url('font/ObjektivMk2W03-Light.eot?#iefix') format('embedded-opentype'),
        url('font/ObjektivMk2W03-Light.woff2') format('woff2'),
        url('font/ObjektivMk2W03-Light.woff') format('woff'),
        url('font/ObjektivMk2W03-Light.ttf') format('truetype'),
        url('font/ObjektivMk2W03-Light.svg#ObjektivMk2W03-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'ObjektivMk2W03';
    src: url('font/ObjektivMk2W03-Bold.eot');
    src: url('font/ObjektivMk2W03-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/ObjektivMk2W03-Bold.woff2') format('woff2'),
        url('font/ObjektivMk2W03-Bold.woff') format('woff'),
        url('font/ObjektivMk2W03-Bold.ttf') format('truetype'),
        url('font/ObjektivMk2W03-Bold.svg#ObjektivMk2W03-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ObjektivMk2W03';
    src: url('font/ObjektivMk2W03-Regular.eot');
    src: url('font/ObjektivMk2W03-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/ObjektivMk2W03-Regular.woff2') format('woff2'),
        url('font/ObjektivMk2W03-Regular.woff') format('woff'),
        url('font/ObjektivMk2W03-Regular.ttf') format('truetype'),
        url('font/ObjektivMk2W03-Regular.svg#ObjektivMk2W03-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.form-control {
  /* height: 41px; */
  background: #f2f2f2;
  box-shadow: none !important;
  /* border: none; */
}
.form-control:focus {
  background: #e2e2e2;
}
.form-control,
.btn {
  border-radius: 0px;
}

.form-section {
  width: 465px;
  margin: 110px auto;
}
.form-section form {
  color: #999;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #356284;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.form-section h2 {
  color: #333;
  font-weight: bold;
  margin-top: 0;
}
.form-section hr {
  margin: 0 -30px 20px;
}
.form-section .form-group {
  margin-bottom: 20px;
}

.form-section a {
  color: #fff;
  text-decoration: underline;
}
.form-section a:hover {
  text-decoration: none;
}
.form-section form a {
  color: #a5aeb4;
  text-decoration: underline;
}
.form-section form a:hover {
  text-decoration: underline;
}
.form-section .hint-text {
  padding-bottom: 15px;
  text-align: center;
}

.form-section .btn,
.profile_save .btn {
  font-size: 16px;
  font-weight: bold;
  background: #dc5656;
  border: none;
  min-width: 140px;
}

.form-section img {
  width: 100%;
  margin-bottom: 15px;
}

.footer_section {
  display: flex;
  flex-flow: row-reverse;
}

.register-form .button_section {
  margin-bottom: 60px;
  /* float:right; */
}

.register-form .button_section button {
  width: 195px;
}

/* .linear_hover a {
	font-weight: 300;
}

.linear_hover a:hover{
	font-weight: 700;
} */

.register-form {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  /* width: 465px !important; */
}

.forgotpass-form .btn {
  /* margin-left: 13px; */
  /* float:right; */
}

.forgotpass-form {
  /* margin-top: 10px !important; */
  margin-bottom: 0px !important;
  /* width: 465px !important; */
}

.login-form .btn {
  float: right;
}

/* .forgotpass-form p{
      margin-top: 70px;
} */

.footer_section .cancel_button {
  background: #acbdc2 !important;
}

.main_box_white {
  background: #fff;
  width: 1340px;
  margin: auto;
  position: relative;
  min-height: 100%;
}

.mainmenu .navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  line-height: 21px;
  color: #024664;
  font-weight: 700;
}
.mainmenu .navbar-light .navbar-nav .nav-link span {
  color: #024664 !important;
  padding: 0 0 0 12px;
}
.mainmenu .navbar-light .navbar-nav .nav-link:hover {
  color: #f55d59;
}
/* a{
	color: #024664;
    font-size: 15px;
    font-weight: 700;
	text-decoration: none;
} */
a:hover {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  text-decoration: none;
}
.headerlogo {
  text-align: right;
  padding-bottom: 35px;
}
.headerlogo a {
  display: inline-block;
}
.mainmenu .navbar {
  padding: 15px 0 0;
}
.red_bg {
  background: #f55d59;
  padding: 25px 0;
  position: relative;
}
.d_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}
.main_title {
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
}
.input_red_bg_label {
  /* font-size: 22px; */
  color: #fff;
  font-weight: 300;
  margin-bottom: 4px;
}
.white_box_score {
  background: #fff;
  font-weight: 700;
  color: #024664;
  padding: 10px;
}
.man_icn {
  position: absolute;
  top: -143px;
  left: -90px;
}
.back a {
  font-size: 16px;
  line-height: 21px;
  color: #024664;
  font-weight: 300;
  display: inline-block;
  margin: 30px 0 10px;
}
.main_middle_tit {
  font-size: 40px;
  line-height: 45px;
  color: #f55d59;
  font-weight: 700;
  margin: 30px 0;
  /* padding-left: 20px; */
}
.list_of_num a {
  display: block;
  color: #1b5a78;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 24px;
}
.txt_24 {
  display: block;
  color: #1b5a78;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 24px;
  padding: 25px 0 0 0;
}
.list_of_num span:hover,
.list_of_num a.active {
  font-weight: 700;
}
.min-h {
  min-height: calc(100vh - 298px);
  padding-bottom: 40px;
}
.pos_rel {
  position: relative;
}
.mainmenu .navbar-brand.main_logo_mob {
  display: none;
}

.main_table {
  padding-top: 30px;
}
.main_table table {
  width: 100%;
  border: 1px solid #adbcc3;
}
.main_table table th {
  background: #adbcc3;
  color: #024664;
  font-weight: 700;
  font-size: 15px;
  padding: 12px;
  border-right: 1px solid #99a5ab;
  border-bottom: 1px solid #99a5ab;
}
.main_table table td {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  padding: 12px;
  border-right: 1px solid #99a5ab;
  border-bottom: 1px solid #99a5ab;
}
/* .main_table table td:last-child{color:#f55d59;} */
.main_table table td a {
  color: #f55d59;
}
.main_table table td a:hover {
  color: #000;
}
.main_title div {
  font-size: 20px;
  font-weight: 300;
}
.bg_dark_gray {
  background: #acbdc2;
  padding: 20px;
}

.chk_main_box .custom-control-label.bold {
  color: #024664;
  font-size: 15px;
  font-weight: 700;
}

.chk_main_box .custom-control-label {
  color: #1b5a78;
  font-size: 15px;
  font-weight: 300;
  padding: 4px 0 0px 0;
}
.chk_main_box .custom-control-label::before {
  background-color: #fff;
  border-radius: 0;
}
.chk_main_box .custom-control-label::before,
.chk_main_box .custom-control-label::after {
  width: 1.7rem;
  height: 1.7rem;
  right: 0;
  left: inherit;
}
.chk_main_box .custom-control {
  padding: 0;
}
.bg_light_gray {
  background: #cadbe0;
  padding: 20px;
}
.brd_btm {
  border-bottom: 1px solid #abc3ce;
}
.chk_main_box.brd_btm .custom-control {
  padding: 0 0 6px 0;
}
.spacer15 {
  clear: both;
  height: 15px;
}
.min-h307 {
  min-height: 100% !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.f16 {
  font-size: 16px;
  line-height: 23px;
  color: #000;

  font-weight: 400;
  padding-left: 20px;
}
.f20_b {
  font-size: 16px;
  line-height: 27px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 700;
  padding-left: 20px;
}
.header_select{
  color: #024664;
  font-weight: 700;
}
/* .left_side_content .row{
	padding-left: 20px;
} */

.left_side_content .theories-text ,.feedback_left_side .theories-text{
  padding-right: 20px;
  padding-top: 20px;
}

#leesallesModel .modal-header {
  /* padding: 0rem 1rem !important; */
  border-bottom: 0px solid #dee2e6 !important;
}

#leesallesModel .modal-body {
  padding: 0rem !important;
}

#leesallesModel .theories-text {
  height: calc(100vh - 265px);
  overflow: scroll;
  padding-right: 10px;
}

.f_cross {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
  /* font-style: italic; */
  padding-left: 20px;
}
.left_side_content .desc_ul, .feedback_left_side .desc_ul {
  padding-left: 20px;
}
.left_side_content p ,.feedback_left_side p {
  padding-left: 20px;
}

.desc_ul ul {
  margin: 0px;
  padding: 0;
}
.desc_ul ul li {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
  list-style-type: "-";
  padding: 0px 0px 0 16px;
  margin: 0 0 0 20px;
}
.video_payer {
  margin-bottom: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.Feedback_btn a,
.Feedback_btn button,
.footer_button_content .button1 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff !important;
  background: #1b5a78;
  padding: 6px 25px;
  /* box-shadow: 4px 4px #024664; */
  min-width: 150px;
}
.orange_btn button,
.orange_btn a,
.footer_button_content .button2,
.theories_btn button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #f55d59;
  padding: 6px 25px;
  /* box-shadow: 4px 4px #cd3531; */
  min-width: 150px;
}
.title_font {
  color: #f55d59;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

.title_font_modal{
  color: #f55d59;
  font-weight: 700;
  text-align: center;
}

.Leesalles_btn {
  text-align: right;
  /* margin: 30px auto auto auto; */
  display: block;
}
.Leesalles_btn a {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  color: #014664;
  background: #cadbe0;
  padding: 6px 25px;
  /* box-shadow: 4px 4px #9baaab; */
}
.f_27 {
  font-size: 27px;
  line-height: 32px;
}
.f14 {
  font-size: 14px;
  color: #1b5a78;
  line-height: 18px;
  font-weight: 300;
  margin: 25px 0;
}
.main_middle_tit.mb20.f_27.mt_0 {
  margin-top: 0 !important;
}
.bg_box_alpha {
  background: #cadbe0;
  padding: 15px;
  font-size: 15px;
  color: #000;
  display: flex;
  margin-bottom: 20px;
}
.bg_box_alpha div:first-child {
  margin-right: 15px;
}
.orange_bg a {
  background: #f55d59;
  color: #fff;
  /* box-shadow: 4px 4px #cd3531; */
  font-size: 16px;
}
.middle_txt div:first-child {
  width: 30%;
}
.middle_txt div:last-child {
  width: 70px;
  display: flex;
  justify-content: space-between;
}
.middle_txt div:last-child span {
  display: inline-block;
}
.f_right {
  float: right;
}
.orange_bdr_btm {
  border-bottom: 1px solid #f55d59;
}
.bg_right_part {
  background: #cbdae1;
  padding: 10px;
  overflow: auto;
  max-height: 200px;
  /* min-height: 537px; */
}
.bg_right_part .middle_txt div:first-child {
  width: 80%;
  overflow: auto;
}
.orange_bg a.min-width-150 {
  display: inline-block;
  min-width: 150px;
}
.mgt30 {
  margin-top: 10px;
  color: #000;
}
.mgt30 label {
  font-weight: 700;
}
.mgt30 input {
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  padding: 0.375rem 15px;
  color: #000;
}

.single_answers_fill{
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  padding: 0.375rem 15px;
  color: #000;
}

.last_btn {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 0 0;
}
.last_btn a {
  width: 50%;
  padding: 6px 0;
}
.question_extra_text{
  max-height:400px;min-height:400px;background: #cbdae1;padding: 10px;overflow:auto;padding-right: 10px !important;
  /* border: 1px solid #cbdae1; */
}
.question_title{
  max-height:200px;min-height:200px;background: #cbdae1;padding: 10px;overflow:auto;padding-right: 10px !important;
  /* border: 1px solid #cbdae1; */
}
.ml-7{
  margin-left:88px;
}
@media only screen and (min-width: 200px) and (max-width: 374px) {
  .form-section {
    width: 100%;
    padding: 0 10px !important;
  }

  .forgotpass-form {
    margin: 163px auto;
  }

  .login-form {
    margin: 117px auto;
  }

  .form-section .row {
    flex-wrap: unset;
  }

  .form-section .row img {
    margin-top: 51px;
  }
}

@media only screen and (min-width: 411px) and (max-width: 731px) {
  .form-section {
    width: 100%;
    padding: 0 10px !important;
  }

  .forgotpass-form {
    margin: 204px auto;
  }

  .login-form {
    margin: 168px auto;
  }

  .form-section .row {
    flex-wrap: unset;
  }

  .form-section .row img {
    margin-top: 51px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 410px) {
  .form-section {
    width: 100%;
    padding: 0 10px !important;
  }

  .login-form {
    margin: 211px auto;
  }

  .forgotpass-form {
    margin: 250px auto;
  }
  .form-section .row {
    flex-wrap: unset;
  }

  .form-section .row img {
    margin-top: 51px;
  }
}

.wrapper .traningsschema .breadcrumb {
  background-color: unset;
  margin-left: 353px;
  color: #000;
}

.wrapper .traningsschema .img-content {
  position: absolute;
  top: 42px;
  right: 6px;
}

.wrapper .traningsschema .img-content img {
  width: 35%;
}
.logo {
  padding: 10px 0px;
}
.logo > img {
  width: 150px;
}
.top-bar {
  display: flex;
  justify-content: space-around;
  background: #fff;
}
.traningsschema .content {
  background: #fff;
}

.traningsschema .heading-section {
  background-color: #f3625f;
  margin-top: 42px;
}

.traningsschema .img-class {
  position: absolute;
  top: 26px;
  left: 135px;
}

.traningsschema .header_title {
  margin-top: -41px;
}

.traningsschema .details {
  color: #000;
}

.traningsschema .content h5 {
  color: #f3625f;
}

/* prachi start */

.p-10{
  padding: 10px;
}

.closepreview{
  cursor: pointer !important;
}

ol li{
  text-indent: 0pt !important;
}

ul li{
  text-indent: 0pt !important;
}

.min-h200{
  /* min-height: 200px; */
  /* min-height: 90% !important; */
}

.min_h{
  background: #cadbe0 !important;
  min-height: 100% !important;
}

.hover-text{
  cursor: auto;
}

.swal2-confirm:focus{
  outline: none !important;
}

.swal2-styled.swal2-confirm:focus,.swal2-cancel.swal2-styled:focus{
  box-shadow:unset !important;
}

.body_content_modal {
  color: #000;
}

.footer_button_content .button2 {
  margin-left: 25px;
}

.main_box_white .left_side_content {
  height: 500px;
  overflow: auto;
  margin: 0 0 20px 0;
  overflow-x: hidden;
  border: 1px solid #c1c1c16b;
}
.main_box_white .left_side_content_file {
  height: unset !important;
  overflow: auto;
  margin: 0 0 20px 0;
  overflow-x: hidden;
  border: 1px solid #c1c1c16b;
}

.feedback_left_side{
    /* height: unset !important; */
    height: 350px;
    overflow: auto;
    margin: 0 0 20px 0;
    overflow-x: hidden;
    border: 1px solid #c1c1c16b;
}

.feedback_text {
  height: unset;
}

a {
  color: #024664;
  font-size: 15px;
  /* font-weight: 700; */
  text-decoration: none;
}

.profile-name {
  /* font-weight:300; */
  font-size: 22px;
  color: #fff;
}

.role-title {
  color: #fff;
}

.profile-name:hover, .role-title:hover{
  /* font-weight: 700; */
  color:#fff;
}


.question_scr {
  color: unset;
  font-size: 15px;
  font-weight: unset;
  text-decoration: none;
}

.right_part_content {
  min-height: 0;
}

.main_box_white .scroll_height {
  height: 387px;
  overflow: auto;
  margin: 0 0 20px 0;
}

.verstuur_btn {
  text-align: right !important;
  margin: auto auto auto auto !important;
}

.investeringsplan_div {
  background-color: #a9d18e;
}

.custom_section label {
  color: #1b5a78;
  font-size: 15px;
  /* font-weight: 300; */
  margin-bottom: 0;
}

.custom_section .box {
  float: right;
  height: 26px;
  width: 32px;
  clear: both;
  margin: 2px 0 0 0;
  text-align: center;
  background-color: white;
  color: #024664;
}

.pagination_box .box {
  height: 26px;
  width: 28px;
  text-align: center;
  background-color: #4d4d4d;
  color: #fff;
  display: inline-block;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.body_text {
  color: #000;
}

/* #leesallesModel .modal-body{
	height: calc(100vh - 265px);
	overflow: scroll;
} */

.unset_font_weight {
  font-weight: unset;
}

.txt_24 a {
  font-size: unset;
}

.color-text {
  color: #000;
}

.inzage_left_side {
  min-height: 427px;
}

.h-517 {
  height: 517px;
}

.investerplan_leftside {
  /* height: 527px; */
  overflow: auto;
  margin: 0 0 20px 0;
}

.mb-55 {
  margin-bottom: 55px;
}

.option_div input {
  width: 100%;
}
.pdr-24 {
  padding-right: 24px;
}

.pdr-11 {
  padding-right: 11px;
}

.pdl-12 {
  padding-left: 12px;
}
.pdl-27 {
  padding-left: 27px;
}

.last_btn-vragen {
  display: flex;
  justify-content: end;
  margin: 24px 0 0 0;
}
.bg-red {
  background-color: #f55d59;
}
.vender_inzage_table td {
  border-right: 1px solid #99a5ab;
  border-bottom: 1px solid #99a5ab;
}

.leesall_round {
  right: 10px;
  background-color: #1b5a78;
  color: white;
  box-shadow: 0px 0px #024664;
  padding: 10px;
  border-radius: 10%;
  margin-right: 16px;
  position: absolute;
  width: 6%;
}
.answerall_round {
  right: 10px;
  background-color: #1b5a78;
  color: white;
  box-shadow: 0px 0px #024664;
  padding: 10px;
  border-radius: 10%;
  margin-right: 16px;
  position: absolute;
  width: 10%;
}

.expand_answer{
  right: 0px;
  background-color: #1b5a78;
  color: white;
  box-shadow: 0px 0px #024664;
  padding: 10px;
  border-radius: 10%;
  margin-right: 16px;
  position: absolute;
  width: 13%;
}
.feedback_mail {
  right: 0px;
  background-color: #1b5a78;
  color: white;
  box-shadow: 0px 0px #024664;
  padding: 10px;
  border-radius: 10%;
  margin-right: 16px;
  position: absolute;
  width: 7%;
}

.feedback_mail_question{
    right: 14px;
    background-color: #1b5a78;
    color: white;
    box-shadow: 0px 0px #024664;
    padding: 10px;
    border-radius: 10%;
    /* margin-right: 13%; */
    position: absolute;
    width: 8%;
}

.mt_question{
    margin-top:32px !important;
}

.w-90{
    width: 90% !important;
}

.green_border{
  border: 2px solid #24b424 !important;
  /* border-color: #24b424 !important; */
}

.red_border{
  border-color: #f04736 !important;
}

.m_right_unset{
    margin-right: unset;
}


.leesall_round,.expand_answer{
  top: 0;
}

.w-85{
    width: 85%;
}

.leesall_round i,.expand_answer i {
  text-align: center;
  width: 100%;
}

.wrong_ans_err {
  position: fixed;
  bottom: 42px;
  right: 0;
  color: #f55d59;
}

.right_answer {
  position: fixed;
  bottom: 42px;
  right: 0;
}

.answer_feedback {
  padding-right: 0px;
}
.answer_feedback .table {
  border: 1px solid #adbcc3;
}

.answer_feedback table td {
  border-bottom: 1px solid #99a5ab;
  border-right: 1px solid #99a5ab;
}

.answer_border {
  border: 1px solid;
  background: #267086;
}

.orange_btn button:hover,
.orange_btn a:hover,
.footer_button_content .button2:hover {
  box-shadow: 4px 4px #cd3531;
}

.Feedback_btn a:hover,
.Feedback_btn button:hover,
.footer_button_content .button1:hover {
  box-shadow: 4px 4px #024664;
}

.orange_bg a:hover {
  box-shadow: 4px 4px #cd3531;
}

/* .w-100 {
  width: 85% !important;
} */

.leesall_round:hover,.expand_answer:hover {
  color: #fff;
}
#leesallesModel .close , #questionexpandModel .close,#questionviewModel .close, #information-modal .close, #scoremethod .close,#paymentdetailsModal .close{
  background-color: #f55d59;
  color: white;
  padding: 10px;
  border-radius: 9%;
  width: 4%;
}

.pl-2 {
  padding-left: 2px;
}
.pl-13 {
  padding-left: 13px;
}
.pr-26 {
  padding-right: 26px;
}
.pr-13 {
  padding-right: 13px;
}
.pl-27 {
  padding-left: 27px;
}

.mt-14 {
  margin-top: 14px;
}

.ck-editor__editable_inline {
  height: 300px;
}

.blue_button {
  background-color: #1b5a78;
  padding: 10px;
  border-radius: 10%;
  color: #fff !important;
}

.submitfeedback_text {
  color: #1b5a78;
  font-weight: 700;
}

.pt-65 {
  padding-top: 65px;
}

.modal-content .desc_ul,
.modal-content p {
  padding-left: 20px;
}
.border-right {
  border-right: 1px solid #000 !important;
}

.border-top {
  border-top: 1px solid #000 !important;
}

.modal.fade:not(.in) .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.blue_text a {
  color: #007bff;
  font-size: 15px;
  font-weight: 600;
}

.hover_text a:hover {
  color: #007bff;
  font-size: 15px;
  font-weight: 600;
}

.tr_bg td {
  background: #adbcc3;
}

.filter_class{
  background: #adbcc3;
  border : none;
  width: 100%;
}

.m_top-34{
  margin-top: 34px !important;
}

.pr-5 {
  padding-right: 4px !important;
}

.p_left {
  padding-left: 0 !important ;
}

.answer_input input {
  border: 1px solid black;
}

.modal-open,
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){
  padding-right: 0px !important;
  overflow: auto !important;
}

#swal2-title {
  padding-top: 28px;
  font-size: 18px;
}

.swal2-styled.swal2-confirm {
  padding: 0.3em 1em !important;
  background-color: #f55d59 !important;
  border-radius: 0 !important;
}

.swal2-actions .swal2-cancel{
  padding: 0.3em 1em !important;
  border-radius: 0 !important;
}

.blockUI.blockMsg.blockPage {
  border: unset !important;
  /* background-color: unset !important; */
  z-index: 100000 !important;
}

.file-name , .title-text , .delete-answerrow{
  /* background:none; */
  background-color: #1b5a78;
  border-color: #1b5a78;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff !important;
  padding: 6px 25px;
}

.file-name:hover{
  background-color: #1b5a78;
  border-color: #1b5a78;
  box-shadow: 4px 4px #1b5a78;
}

.file-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#fileopen p {
  padding-left: 0;
  margin-bottom: -6px;
}

#fileopen .modal-body{
    padding: 0;
}

.video_payer .title {
  color: #1b5a78;
}

.add-button:hover, .add-button:active {
    background-color: #f55d59 !important;
    border-color: #f55d59 !important;
    /* box-shadow: 4px 4px #cd3531; */
}

.page-item.active .page-link {
    background-color: #f55d59;
    border-color: #f55d59;

}

.page-link{
    color: #f55d59;
}

.mainblock .white-box-bottom{
    align-items: flex-end;
}

.common-topics .white-box-bottom{
    align-items: center;
}

.theorie-content table{
    width: auto !important;
   
}

.table_border_ck table th,
.table_border_ck table td{ 
  border: 1px solid #000;
} 

.table_border_ck table{
  border: 1px solid #000;
  border-collapse: collapse;
}

.video_show_box{
    position: inherit;
}

button[type=submit] {
    border:none;
}
button:focus { outline: none; }

#ckeditor .modal-content{
    height : calc(100vh - 90px);
}

#questionexpandModel .modal-body, #information-modal .modal-body , #scoremethod .modal-body,#ckeditor .modal-body{
  height : calc(100vh - 90px);
  overflow-x: auto;
}

#questionviewModel .modal-body{
  max-height : calc(100vh - 90px);
  overflow-x: auto;
}

#paymentdetailsModal .modal-body{
  height : auto;
  overflow-x: auto;
}


.message_count{
    background: #1b5a78;
    color: #FFF;
    border-radius: 50%;
}

.green_box{
    background: #4db14d !important;
}

.score_input{
  text-align: right;
}

.student_score_box {
  width: min(300px,100%);
  margin-left: auto;
}

.input_red_bg_label:hover{
  font-weight: 700;
    color: #fff;
}

.logout_button{
  right: 13px;
  text-align: right;
  position: absolute;
  top: 13px;
}

.edit_test_type{
  margin-left: 9px;
  font-size: 22px;
}

.test_type_icon img{
  height: 21px;
  weight:21px;
}

.question-text .question-h{
  border:1px soild #f2f2f2;
  background-color:#cadbe0;
  min-height: 300px;
  overflow:auto;
  margin-right:14px;
  border: 2px solid #f55d59;
  padding:15px;
}



.question-text .answer_title{
  border:1px soild #f2f2f2;
  background-color:#cadbe0;
  min-height: 300px;
  overflow:auto;
  margin-right:14px;
  border: 2px solid #f55d59;
  padding:15px;
}

.red_color_text{
  color:#f55d59;
}

.ml-103{
  margin-left : 103px;
}

.score_text{
  color : #f55d59;
}

.red_color_icon svg{
  fill : #f55d59 !important;
}

.blue_colore_text{
  color: #1b5a78;
}

.pl-10{
  padding-left: 10px;
}

#answer_error{
  margin-bottom: 10px;
  color: red;
}

.autherinfo a:hover{
  color: #024664;
}
.casus_add_text{
  color: #1b5a78;
  font-weight: 700;
  margin-left: 10px;
}

.question_file_upload_text{
  color: #1b5a78;
  font-weight: 700;
  margin-left: 10px;
}

.text-black{
  color: #000;
}
/* prachi End */

/* Heny start        */

 /* width */
 .wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.wrapper::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #fff;
}

/* Handle */
.wrapper::-webkit-scrollbar-thumb {
  background: #f55d59;
  border-radius: 0px;
}

.course_question_title , .course_answer_title{
  border:1px soild #f2f2f2;
  background-color:#cadbe0;
  max-height:150px;
  min-height:150px;
  overflow:auto;
  margin-right:14px;
  border: 2px solid #f55d59;
  padding:15px;
}
.custom_select {
  background: #adbcc3 !important;
  border: none !important;
}
.f_black {
  color: #000;
}
.div_border {
  border: 5px solid #f2f2f2;
}
.feedbackkop3 {
  font-size: 30px;
}
.left_side_question {
  /* height: 330px; */
  overflow: auto;
  /* margin: 0 0 20px 0; */
}
.help_div {
  height: 175px;
  padding: 5px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-2 {
  margin-top: 2px;
}
.p-0 {
  padding: 0px;
}
.left_side_feedback {
  height: 220px;
  overflow: auto;
  margin: 0 0 20px 0;
  border: 1px solid #c1c1c16b;
}

.left_side_question_feedback {
    height: 350px;
    overflow: auto;
    margin: 0 0 20px 0;
    border: 1px solid #c1c1c16b;
}

.right_side_question {
    height: 350px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    justify-content: space-between;
    overflow: auto;
}

.expand-view{
    right: 0px;
    background-color: #1b5a78;
    color: white;
    box-shadow: 0px 0px #024664;
    padding: 10px;
    border-radius: 10%;
    margin-right: 16px;
    position: absolute;
    width: 10%;
}.pencilHover:hover{
  font-size: 25px  !important;
  cursor: pointer;
}
.fb_700{
  font-weight: 800;
}
/* .button1 {border-radius: 50%;} */
.Feedback_round {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #1b5a78;
  color: white;
  box-shadow: 0px 0px #024664;
  padding: 10px;
  border-radius: 10%;
  margin-right: 16px;
}
.video_minus_button {
  position: absolute;
  bottom: 0px;
  background-color: #1b5a78;
  color: white;
  padding: 10px;
  left: 0px;
  border-radius: 10%;
}

.video_plus_button {
  background-color: #1b5a78;
  color: white;
  padding: 10px;
  left: 0px;
  border-radius: 10%;
}

.ck-editor__editable {
  min-height: 150px;
}
.ck-rounded-corners .ck.ck-balloon-panel,
.ck.ck-balloon-panel.ck-rounded-corners {
  z-index: 10055 !important;
}
.edit_temp_remove {
  color: black;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 3px;
  margin-left: 6px;
  /* border: 1px solid #91a3a9; */
  background-color: #f2f2f2;
}

.edit_temp_subheader {
  color: black;
  padding: 9px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 3px;
  margin-left: 6px;
  /* border: 1px solid #91a3a9; */
  background-color: #f2f2f2;
}

.edit_temp_remove svg , .edit_temp_subheader svg {
  height: 10px;
  width: 10px;
}

.light_gray_bg{
  background: #cadbe0;
}

/* .ck.ck-balloon-panel{
	z-index: 2222 !important;
} */
/* .button1 {border-radius: 50%;} */

/* Heny End  */

@media only screen and (min-width: 1600px) and (max-width: 6000px) {
  .main_box_white {
    width: 1500px;
  }
}
@media only screen and (max-width: 1280px) {
  .main_box_white {
    background: #fff;
    width: 90%;
    margin: auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .man_icn {
    display: none;
  }
  .main_title {
    font-size: 28px;
    line-height: 35px;
  }
  .main_middle_tit {
    margin: 30px 0;
    font-size: 30px;
  }
  .list_of_num a,
  .txt_24 {
    font-size: 20px;
  }
  .headerlogo a img {
    max-width: 150px;
  }
  .min-h {
    min-height: calc(100vh - 248px);
  }
  .d_flex {
    display: block;
    min-height: auto;
  }
  .mt_15 {
    margin-top: 15px !important;
  }
  .video_payer {
    margin: 20px 0;
  }
  .bg_right_part .middle_txt div:first-child {
    width: 100%;
    overflow: auto;
  }
  .middle_txt div:first-child {
    width: 100%;
  }
  .bg_right_part {
    min-height: auto;
    overflow: auto;
    max-height: 200px;
  }
  .col-md-3 .Leesalles_btn {
    text-align: right;
  }
}
@media only screen and (max-width: 979px) {
  .d_flex {
    display: block;
    min-height: auto;
  }
  .main_title {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .man_icn {
    display: none;
  }
  .headerlogo {
    display: none;
  }
  .main_logo_mob a img {
    max-width: 120px;
  }

  .mainmenu .navbar-brand.main_logo_mob {
    display: block;
  }
  .mainmenu .navbar-brand.main_logo_mob img {
    max-width: 120px;
  }
  .mainmenu .navbar-light .navbar-nav .nav-link span {
    display: none;
  }
  .mainmenu .collapse.show {
    display: block;
    border-top: 1px solid red;
    padding: 1px 0 0 0;
    margin: 10px 0 0 0;
  }
  .main_middle_tit {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 0;
  }
  .list_of_num a,
  .txt_24 {
    font-size: 17px;
    line-height: 25px;
  }
  .min-h {
    min-height: calc(100vh - 99px);
  }
  .mainmenu .navbar {
    padding: 15px 0;
  }
  .mt_15 {
    margin-top: 15px;
  }
  .video_payer {
    margin: 20px 0;
  }
  .bg_right_part .middle_txt div:first-child {
    width: 100%;
    overflow: auto;
  }
  .middle_txt div:first-child {
    width: 100%;
  }
  .bg_right_part {
    min-height: auto;
    overflow: auto;
    max-height: 200px;
  }
  .col-md-9.mgt30 + .col-md-3 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .main_table table td:last-child {
    text-align: center;
  }
  .min-h {
    min-height: calc(100vh - 181px);
  }
  .chk_main_box .custom-control-label {
    padding: 4px 27px 0px 0px;
  }
  .min-h307 {
    /* min-height: auto; */
    min-height: 100% !important;
  }
  .bg_dark_gray {
    margin-bottom: 15px;
  }
  .video_payer {
    margin: 20px 0;
  }
  .Feedback_btn a,
  .orange_btn a,
  .Leesalles_btn a {
    display: block;
    font-size: 18px;
  }
  .middle_txt div:first-child {
    width: 100%;
  }
  .f_right {
    width: 100%;
  }
  .orange_bg a.min-width-150 {
    display: block;
    margin-bottom: 30px;
  }
  .bg_right_part {
    min-height: auto;
    overflow: auto;
    max-height: 200px;
  }
  .last_btn {
    display: block;
  }
  .last_btn a {
    width: 100%;
  }
}

/* prachi-media */
@media only screen and (min-width: 319px) and (max-width: 823px) {
  .ml-2 {
    margin-left: unset !important;
  }

  .bottom-margin {
    margin-bottom: 0.5rem;
  }

  .leesall_round {
    width: 15%;
  }

  #leesallesModel .close {
    width: 15%;
  }

  .w-100 {
    width: 95% !important;
  }

  .p_left {
    padding-left: 15px !important;
  }

  .vraag_section {
    height: 200px;
  }

  .opslaan_btn {
    width: 68%;
    float: unset;
    margin-left: 31px;
  }

  #verderModal .mb-55 {
    flex-direction: column-reverse;
    display: flex;
  }

  .f16 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 319px) and (max-width: 376px) {
  .opslaan_btn {
    width: 57%;
  }
}

@media only screen and (min-width: 376px) and (max-width: 415px) {
  .opslaan_btn {
    width: 51%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .opslaan_btn {
    margin-left: 128px;
  }
}

@media only screen and (min-width: 767px) {
  .col-md-2 {
    padding-right: 1px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 380px) {
  .footer_button_content .button2,
  .footer_button_content .button1 {
    width: 50%;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pdr-11 {
    padding-right: unset;
  }

  .pdr-24 {
    padding-right: unset;
  }

  .pdl-12 {
    padding-left: unset;
  }

  .pdl-27 {
    padding-left: unset;
  }

  .wrong_ans_err,
  .right_answer {
    bottom: 85px;
    right: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdr-11 {
    padding-right: unset;
  }

  .pdr-24 {
    padding-right: 21px;
  }

  .pdr-21 {
    padding-right: 21px;
  }
  .pdl-27 {
    padding-left: unset;
  }

  .wrong_ans_err,
  .right_answer {
    right: unset;
    bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 799px) {
  .custom_section label {
    font-size: 14px;
  }
}

/* ========= Sachin work ========  */
@media only screen and (min-width: 200px) and (max-width: 450px) {
  .custom_section label {
    color: #1b5a78;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
    width: 85% !important;
  }
  .white-box-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .custom_section label {
    color: #1b5a78;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
    width: 85% !important;
  }
  .white-box-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.btn-outline-primary {
  color: #f55d59;
  border-color: #f55d59;
}

.btn-outline-primary:hover {
  background-color: #f55d59;
  border-color: #f55d59;
}

/* end prachi-media */

/* ============== Sachin css ============== */
.bg_dark_gray02 {
  margin-bottom: 10px;
}
.main_box_white .container .bg_dark_gray .custom_section .section_heading02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_box_white
  .container
  .bg_dark_gray
  .custom_section
  .section_heading02
  .add_remove {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_box_white
  .container
  .bg_dark_gray
  .custom_section
  .section_heading02
  .add_remove
  svg:hover {
  fill: white;
}
.main_box_white
  .container
  .bg_dark_gray
  .custom_section
  .section_heading02
  .add_remove
  .main-close-btn
  svg {
  height: 18px;
  width: 20px;
  fill: black;
}
.edit-subject .main-close-btn img {
  height: 15px;
  width: 13px;
}
.add_remove .main-close-btn img {
  height: 20px;
  width: 17px;
}
.main_box_white
  .container
  .bg_dark_gray
  .custom_section
  .section_heading02
  .add_remove
  .main-close-btn
  svg:hover {
  fill: white;
}
.main_box_white
  .container
  .bg_dark_gray
  .custom_section
  .section_heading02
  .main-edit-icon {
  background-color: transparent;
}
.main_box_white
  .container
  .bg_dark_gray
  .custom_section
  .section_heading02
  .main-edit-icon
  svg {
  height: 20px;
  width: 20px;
  fill: black;
}
.modal-content02 {
  border: 0;
}
.modal-content .change-heading-header {
  background: #f55d59;
  text-align: center;
}
.modal-content .change-heading-header svg {
  height: 15px;
  width: 15px;
  fill: white;
}
.modal-content .change-heading-header h5 {
  width: 100%;
  color: white;
  font-weight: 600;
}
.modal-content .change-heading-body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content .change-heading-body .inner-change-heading-body {
  width: 90%;
}
.modal-content .change-heading-body .financiele {
  padding-bottom: 20px;
}
.modal-content .change-heading-body .financiele p {
  margin-right: 20px;
  margin-bottom: 10px;
}
.modal-content .change-heading-body .financiele .change-name-input {
  width: 100%;
  height: 35px;
  border: 1px solid #e6e6e6;
  padding: 0.375rem 15px;
  color: #000;
}
.modal-content .change-heading-body .financiele .choose-theorie {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #e6e6e6;
}
.modal-content .change-heading-footer {
  border: 0;
  justify-content: center;
  padding-bottom: 35px;
}
.modal-content .change-heading-footer-btn {
  background: #f55d59;
  border: 1px solid#f55d59;
  color: white !important;
  font-size: 16px;
  width: 90%;
  transition: 0.5s;
}
.modal-content .change-heading-footer-btn:hover {
  border: 1px solid#f55d59;
  transition: 0.5s;
  box-shadow: 4px 4px #cd3531;
}
.btn:focus,
.btn.focus {
  box-shadow: 0 0 0;
}
.close span:focus-visible {
  outline: 0 !important;
}

.main_box_white .main-subject-div .sub-subject-div {
  margin-bottom: 15px;
  color: #024664;
}

.main_box_white .main-subject-div .sub-subject-div .row .inner-subject-div {
  background: #acbdc2;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.main_box_white
  .main-subject-div
  .sub-subject-div
  .row
  .inner-subject-div
  label {
  margin: 0;
}

.main_box_white
  .main-subject-div
  .sub-subject-div
  .row
  .inner-subject-div
  .edit-subject
  svg,
.main_box_white
  .main-subject-div
  .sub-subject-div02
  .row
  .inner-subject-div02
  .edit-subject
  svg {
  height: 15px;
  width: 15px;
  fill: black;
  margin: 0 2px;
}
.main_box_white
  .main-subject-div
  .sub-subject-div
  .row
  .inner-subject-div
  .edit-subject
  svg:hover,
.main_box_white
  .main-subject-div
  .sub-subject-div02
  .row
  .inner-subject-div02
  .edit-subject
  svg:hover {
  fill: white;
}
.mainsubject-add_remove {
  display: flex;
  justify-content: flex-end;
}
.main_box_white .main-subject-div .sub-subject-div02 {
  margin-bottom: 15px;
  color: #024664;
}

.main_box_white .main-subject-div .sub-subject-div02 .row .inner-subject-div02 {
  background: #acbdc2;
  min-height: 200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
.main_box_white .subject-add_remove  {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.subject-add_remove_new{
  display: flex;
  justify-content: flex-end;
}

.main_box_white .subject-add_remove .subject-add_remove-btn ,.main_box_white .subject-add_remove_new .subject-add_remove-btn{
  background: #91a3a9;
  color: black;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 3px;
  margin-left: 10px;
  border: 1px solid #91a3a9;
}
.main_box_white .subject-add_remove .subject-add_remove-btn:hover,.main_box_white .subject-add_remove_new .subject-add_remove-btn:hover {
  background: transparent;
  border: 1px solid #91a3a9;
}
.main_box_white .subject-add_remove .subject-add_remove-btn svg,.main_box_white .subject-add_remove_new .subject-add_remove-btn svg {
  height: 10px;
  width: 10px;
  fill: black;
}
.main_box_white .main-peta_subject .peta_subjects-row .inner-subject-div {
  background: #e4ecef;
  /* min-height: 300px; */
  min-height: 100% !important;
  width: 100%;
}

.main_box_white
  .main-peta_subject
  .peta_subjects-row
  .inner-subject-div
  .sub-peta_subject {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.212);
  /* background: #acbdc2; */
}

.first_row {
  background: #acbdc2;
}

.main_box_white .main-peta_subject .peta_subjects-row .inner-subject-div label {
  margin: 0;
}
.main_box_white
  .main-peta_subject
  .peta_subjects-row
  .inner-subject-div
  .edit-subject
  svg {
  height: 15px;
  width: 15px;
  fill: black;
  margin: 0 2px;
}
.main_box_white
  .main-peta_subject
  .peta_subjects-row
  .inner-subject-div
  .edit-subject
  svg:hover {
  fill: white;
}
.main-peta_subject02 .inner-subject-div {
  background: #acbdc2;
  height: 40px;
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.innersubject {
  background: unset !important;
  display: block !important;
  padding: unset !important;
}
.innersubject .add-petasuject-row {
  padding: 9px 15px !important;
}

a.add-first_subject {
  background: unset !important;
}
.inner-subject-div label {
  margin: 0;
}
.edit-subject {
  display: flex;
  align-items: center;
}
.edit-subject a {
  display: flex;
  align-items: center;
  line-height: 0;
}
.inner-subject-div .edit-subject svg {
  height: 15px;
  width: 15px;
  fill: black;
  margin: 0 5px;
}
.inner-subject-div .edit-subject svg:hover {
  fill: white;
}
.edit-sub {
  background: transparent;
  border: 0;
  width: 60%;
}
.edit-sub::placeholder {
  color: black;
}
.bottom_add-remove {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bottom_add-remove .add-onderwerp_bottom {
  background: #91a3a9;
  color: black;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 3px;
  margin-left: 10px;
}
@media screen and (min-width: 200px) and (max-width: 500px) {
  .bottom_add-remove .add-onderwerp_bottom {
    padding: 5px 10px;
    font-size: 11px;
  }
}
.bottom_add-remove .add-onderwerp_bottom:hover {
  box-shadow: 4px 4px #61777e;
}
.bottom_add-remove .add-onderwerp_bottom svg {
  height: 10px;
  width: 10px;
  fill: black;
  margin-left: 5px;
}
.subject_submit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.edit-template-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subject_submit02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subject_submit-btn {
  background: #f55d59;
  color: white;
  padding: 5px 15px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  border: 1px solid #f55d59;
}
@media screen and (min-width: 200px) and (max-width: 538px) {
  .subject_submit-btn {
    padding: 5px 15px;
    text-align: center;
    margin-right: 5px;
  }
}
.subject_submit-btn:hover {
  color: white;
  box-shadow: 4px 4px #cd3531;
}
.padding_x {
  padding-left: 0;
  padding-right: 0;
}
.padding_l {
  padding-left: 0;
}
.padding_r {
  padding-right: 0;
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  .padding_r {
    padding-right: 0;
    padding-left: 0;
  }
  .padding_l {
    padding-right: 0;
    padding-left: 0;
  }
  .padding_x {
    margin: 15px 0;
  }
}

/* =========== Financiële select page work start =========== */
.main_box_white .main-financiele_submit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_box_white .main-financiele_submit .custom_section .inner-custom_section {
  height: 40px;
  width: 250px;
}

.main_box_white
  .main-financiele_submit-sections
  .top-financiele_submit-section
  .top-financiele_submit {
  background: #acbdc2;
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
}
.main_box_white
  .main-financiele_submit-sections
  .top-financiele_submit-section
  .top-financiele_submit
  .inner-custom_section {
  width: 100%;
  height: 40px;
}

.main_box_white
  .main-financiele_submit-sections
  .center-financiele_submit-section
  .center-financiele_submit {
  background: #e4ecef;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px;
  height: 300px;
}
.main_box_white
  .main-financiele_submit-sections
  .center-financiele_submit-section
  .center-financiele_submit
  .inner-custom_section {
  width: 100%;
  height: 40px;
  margin: 10px 0;
}
@media screen and (min-width: 100px) and (max-width: 767px) {
  .main_box_white
    .main-financiele_submit-sections
    .center-financiele_submit-section
    .center-financiele_submit {
    margin: 10px 0;
  }
}

.main_box_white
  .main-financiele_submit-sections
  .bottom-financiele_submit-section
  .bottom-financiele_submit {
  background: #acbdc2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px;
}
.main_box_white
  .main-financiele_submit-sections
  .bottom-financiele_submit-section
  .bottom-financiele_submit
  .inner-custom_section {
  width: 100%;
  height: 40px;
}
@media screen and (min-width: 100px) and (max-width: 767px) {
  .main_box_white
    .main-financiele_submit-sections
    .bottom-financiele_submit-section
    .bottom-financiele_submit {
    margin: 10px 0;
  }
}
.main_box_white .main-financiele_submit-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_box_white .main-financiele_submit-btn .financiele_submit-btn {
  width: 15%;
  height: 40px;
  font-weight: 600;
  background: #f55d59;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_box_white .main-financiele_submit-btn .financiele_submit-btn:hover {
  transition: 0.5s;
  box-shadow: 4px 4px #97211d;
  background: transparent;
  border: 1px solid #f55d59;
  color: #f55d59;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .main_box_white .main-financiele_submit-btn .financiele_submit-btn {
    width: 25%;
  }

  .main_box_white .main-financiele_submit-btn .financiele_submit-btn02 {
    width: 25%;
  }
}

.main_box_white .main-financiele_submit-btn .financiele_submit-btn02 {
  width: 15%;
  height: 40px;
  font-weight: 600;
  border: 1px solid #f55d59;
  color: #f55d59;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 200px) and (max-width: 766px) {
  .main_box_white .main-financiele_submit-btn .financiele_submit-btn {
    width: 48%;
  }

  .main_box_white .main-financiele_submit-btn .financiele_submit-btn02 {
    width: 48%;
  }
}

.main_box_white .main-financiele_submit-btn .financiele_submit-btn02:hover {
  transition: 0.5s;
  background: #cd3531;
  color: white;
  box-shadow: 4px 4px #97211d;
  border: 1px solid #97211d;
}
/* =========== Financiële select page work End =========== */

/* =========== Vraag page work ===========  */
/* .main_box_white .main-test_score {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.main_box_white .show_ans {
  width: 172px;
  height: 35px;
  background: #f55d59;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  font-weight: 700;
}
.main_box_white .show_ans:hover {
  box-shadow: 4px 4px #97211d;
  transition: 0.5s;
}
.main_box_white .test_score label {
  margin: 0;
  margin-right: 10px;
  color: #1b5a78;
}
.main_box_white .test_score input {
  width: 50px;
  color: #1b5a78;
}

.main_box_white .test_score select{
  color: #1b5a78;
}
.main_box_white .main-test_quations .test_quation {
  border: 1px solid #d5d5d5;
  padding: 10px 20px;
  min-height: 150px;
  box-shadow: 6px 6px 3px #e1e1e1;
}
.main_box_white .main-test_quations .test_quation .test_quations-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_box_white .main-test_quations .test_quation .test_quations-header label {
  margin-bottom: 0;
}
.main_box_white .main-test_quations .test_quation .test_quations-header svg {
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
.main_box_white .main-test_quations .main_vraag {
  border: 1px solid #d5d5d5;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_box_white .main-test_quations .main_vraag svg {
  width: 20px;
  height: 20px;
}
.main-test_mcqs {
  width: 100%;
}
@media screen and (min-width: 200px) and (max-width: 1200px) {
  .main-test_mcqs02 {
    flex-wrap: wrap !important;
  }
  .inner-test_mcqs02 {
    width: 100%;
  }
}
@media screen and (min-width: 996px) {
  .inner-test_mcqs02 {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .pad-right {
    padding-right: 0;
  }
}
.main-test_mcqs02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-test_mcqs .test_mcqs {
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_vraag .form-control{
    width: 95%;
}

.test_mcqs .form-control02{
    width: 80%;
    height:41px;
}
.test_mcqs .check-box{
    width: 6%;
    height: 41px;
}


@media screen and (min-width: 200px) and (max-width: 766px) {
  .main-test_mcqs .test_mcqs {
    margin-right: 0;
  }
}

.main-test_mcqs .test_mcqs label,
.main-test_mcqs .test_mcqs02 label {
  margin: 0;
}
.main-test_mcqs .test_mcqs svg,
.main-test_mcqs .test_mcqs02 svg {
  width: 20px;
  height: 20px;
}
.vraag_modal .vraag_modal-body {
  background: transparent;
  border: 1px solid black;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}
.vraag_modal .vraag_Save-footer {
  border: 0;
}
.vraag_modal .vraag_Save-btn {
  font-weight: 600;
  background: #f55d59;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  transition: 0.5s;
  border: 1px solid #f55d59;
}
.vraag_modal .vraag_Save-btn:hover {
  box-shadow: 4px 4px #97211d;
  transition: 0.5s;
}
/* =========== Vraag page work ===========  */
.inner-onderwerp_div {
  margin-right: 0;
  padding-right: 0;
  padding-left: unset;
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  .inner-onderwerp_div {
    margin-right: 0;
    padding-right: 15px;
  }
}
.main-onderwerp_div .sub-onderwerp_div {
  margin-bottom: 15px;
  border: 1px solid #d5d5d5;
  padding: 10px 20px;
  /* display: flex; */
  justify-content: space-between;
  overflow: auto;
  height: 250px;
}
.main-onderwerp_div .sub-onderwerp_div svg {
  width: 20px;
  height: 20px;
}
.main-onderwerp_div .sub-onderwerp_div:first-child {
  min-height: 200px;
}
.main-onderwerp_div .sub-onderwerp_div:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 100px) and (max-width: 767px) {
  .main-onderwerp_div .sub-onderwerp_div:last-child {
    margin-bottom: 15px;
  }
}
.main-onderwerp_div .sub-onderwerp_div02 {
  margin-bottom: 15px;
  border: 1px solid #d5d5d5;
  height: 250px;
  padding: 10px 20px;
  /* display: flex; */
  justify-content: space-between;
  overflow: auto;
}
.main-onderwerp_div .sub-onderwerp_div02 svg {
  width: 20px;
  height: 20px;
}
.logout_img {
  fill:#cadbe0;
  width: 100px;
}
.logout_img:hover {
  fill:#316a85;
  width: 100px;
}

.red_flag{
  background: #e6cbca;
}
/* ============== Sachin css ============== */

