@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
a.nav-link i {
    padding-right: 6px;
}
body {
    font-family: 'Libre Baskerville', serif;
}
a.nav-link {
    color: black !important;
    font-size: 14px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 0px 17px;
    /* background: red !important; */
}
div#navbarSupportedContent {
    margin-top: -17px;
}

.custom_card {
    background-color: #276589;
    padding: 18px;
    color: white;
}
.row.icons_list ul li {
    display: inline-block;
}
.row.icons_list i {
    background: #d84315;
    padding: 9px 11px;
    color: white;
    font-size: 36px;
    border-radius: 35px;
}

.row.icons_list ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.row.icons_list {
    text-align: center;
}
.test p {
    display: block;
    margin: 0;
    padding: 1px 11px;
}
p.count {
    font-size: 28px;
}
.footer {
    background: #276589;
    padding: 12px;
    color: white;   
    text-align: center;
}
.footer ul li{
    display: inline-block;
}
.footer ul li i {
    background: white;
    padding: 4px;
    width: 37px;
    font-size: 24px;
    margin: 0px 2px;
    border-radius: 3px;
    box-shadow: 3px 2px 2px 1px #4c4343;
}
.candidate_profile_right {
    text-align: center;
}
.candidate_profile_right h3 {
    font-size: 24px;
    font-weight: bold;
}
ul.tabs li a {
    font-size: 12px;
    padding: 7px 18px;
}
ul.tabs li {
    display: inline;
    list-style: none;
}
.flex_box {
    display: flex;
    justify-content: space-between;
    padding: 9px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 0px 17px;
    background: white;
    box-shadow: 9px 1px 5px 0px #ad8989;
    margin-bottom: 26px;
}
.col-md-6.candidate_profile_right ul li {
    list-style: none;
}
ul.flex_ul li {
    display: flex;
    justify-content: space-between;
    padding: 1px 15px;
    margin-left: -39px;
    font-weight: bold;
}
ul.tabs1 li {
    list-style: none;
}

ul.tabs1 {
    display: flex;
    justify-content: space-between;
    margin-top: 276px;
}
.col-md-6.candidate_profile_right .card {
    color: black;
    background: #b3e5fc;
}
legend {
    display: inline-block !IMPORTANT;
    background: white;
    width: 99px;
    margin-left: 27px;
    font-size: 22px;
}
fieldset {
    border: 1px solid black;
    margin-bottom: 4px;
}
.questions ul li {
    list-style: none;
    margin-left: -36px;
}

.qustion_panel {
    background: #efe7e7;
}
.qustion_panel_question {
    padding: 4px 39px;
    height: 345px;
    margin-bottom: 11px;
    overflow-y: scroll;
}
.qustion_panel .pending_answer {
    display: inline-block;
    width: 23%;
    background: white;
    text-align: center;
    border-radius: 1px;
    padding: 6px;
}
.qustion_panel .review {
    display: inline-block;
    width: 23%;
    background: #9c27b0;
    text-align: center;
    border-radius: 1px;
    padding: 6px;
    color: white;
}


.qustion_panel .not_answered {
    display: inline-block;
    width: 23%;
    background: #9d0e0e;
    text-align: center;
    /*border-radius: 0px 0px 15px 14px;*/
    padding: 6px;
    color: white;
}
.qustion_panel .answered {
    display: inline-block;
    width: 23%;
    background: green;
    text-align: center;
    /*border-radius: 0px 0px 15px 14px;*/
    padding: 6px;
    color: white;
}
ul li {
    list-style: none;
}
.questions span {
    margin-left: 9px;
}
.questions input {
    margin-bottom: 12px;
}
.forms.active {
    display: block;
    /* background: green; */
    border: 1px solid #cbc3c3;
    padding: 16px;
}
.forms.hidden {
    display: none;
    /*background: red;*/
}
.reporting_time i {
    color: #d40d0d;
    font-size: 78px;
}

.flex_box img {
    height: 110px;
}
.reporting_time p {
    margin-top: 0;
    margin-bottom: 0;
}
ul.flex_ul li p {
    margin-bottom: 5px;
}
.qustion_panel ul {
    /* margin-left: -1px; */
    font-weight: bold;
    color: black;
    
    padding-left: 3px;
}
.qustion_candidate {
    border: 1px solid white;
    text-align: center;
}
.action_indicator ul li {
    display: inline-block;
    width: 50%;
}
.action_indicator ul li {
    display: inline-flex;
    width: 49%;
}
.action_indicator ul {
    display: inline-block;
    /* background: red; */
}
.action_indicator .box {
    width: 21px;
    height: 19px;
    display: inline-block;
}
.action_indicator .content {
    font-size: 10px;
    margin-left: 6px;
    margin-top: 1px;
}
.box.marked_for_review {
    background: #9c27b0;
}
.box.not_visited {
    background: white;
}
.action_indicator {
    border: 1px solid white;
    padding: 5px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.policy ul li {
    list-style: auto;
    font-size: 15px;
}
.policy table {
    margin-top: 11px;
}
.policy h5 {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}
.confirm_aggrement {
    font-size: 14px;
    display: flex;
    margin-left: 22px;
    font-weight: bold;
}
.confirm_aggrement span {
    margin-left: 5px;
}
.flex_buttons {
    margin-top: 12px;
    text-align: center;
}