/*
*  html5resetcss
*/

html,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
ul {
    list-style: none;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    background: #fff;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    color: #0f0f0f;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ABB8E0;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ABB8E0;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #ABB8E0;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #ABB8E0;
}

.loadScreen {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.loadScreen img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50px;
}

img {
    width: 100%;
    height: auto;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none !important;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}


/* Custom CSS
============================================= */

.login-page-wrapper {
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
}

.container {
    width: 100% !important;
    max-width: 1570px;
    margin: 0 auto;
    display: block;
}

.header_center {
    background: #F5FFAF;
    width: 100%;
    float: left;
    padding: 10px 0;
    margin-bottom: 130px;
}

.site_logo {
    float: left;
}

.site_logo a {
    display: block;
}

.site_logo a strong {
    display: block;
    overflow: hidden;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #002184;
    text-transform: uppercase;
    padding: 11px 0 0 10px;
}

.site_logo a strong small {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 10px;
    text-transform: uppercase;
    color: #000;
}

.logo_img {
    float: right;
    width: auto;
    height: 60px;
    margin: 20px 0px 20px 0;
    padding-right: 50px;
}

.logo_img img {
    height: 60px;
}

.logo_img.odd {
    padding-right: 0 !important;
    margin-right: 0 !important;
    border: none !important;
}

.account_form {
    float: none;
    margin: 0 auto;
    clear: both;
    width: 500px;
    padding: 50px;
    border: 1px solid #ABB8E0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.login_form_area::before,
.login_form_area:after,
.view_result::before,
.view_result:after,
.account_form::before,
.account_form:after,
.center_form::before,
.center_form:after {
    clear: both;
    overflow: hidden;
    visibility: hidden;
    display: block;
    content: '';
}

.account_form h2 {
    width: 100%;
    text-align: center;
    clear: both;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin: 0 0 20px;
    color: #000;
}

.custom_form {
    width: 100%;
    float: left;
}

.form_field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.custom_form strong {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    text-align: left;
    color: #000;
    position: relative;
}

.custom_form strong small {
    font-size: 14px;
    color: #abb8e0;
    display: inline-block;
    padding: 0;
    margin: -2px 0 0 6px;
}

.describe {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: absolute;
    margin: -1px 0 0 0;
    /* pointer-events: none; */
}


/* ui-tooltip css */

.ui-tooltip {
    background: #EDF1FF;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: absolute;
    z-index: 9999;
    width: 250px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    opacity: 1;
    color: #000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

body .ui-tooltip {
    border-width: 2px;
}

.custom_form small {
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
}

.custom_form em {
    display: block;
    clear: both;
    width: 100%;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: left;
    color: #000;
    font-style: normal;
}

.custom_form em a {
    text-align: center;
    display: block;
    font-weight: 600;
    color: #000;
    margin: 14px 0 65px;
    clear: both;
}

.custom_form em a:hover {
    color: #002184;
}

.custom_form input {
    background: transparent;
    width: 100%;
    height: 60px;
    padding: 16px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    color: #000;
    border: 1px solid #ABB8E0;
    outline: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.custom_form select {
    background: transparent url(images/black-drop-icon.png) 95% center no-repeat;
    background-size: 16px auto;
    width: 100%;
    height: 60px;
    padding: 16px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    color: #000;
    border: 1px solid #ABB8E0;
    outline: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom_form textarea {
    background: transparent;
    width: 100%;
    height: 100px;
    padding: 21px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    color: #000;
    border: 1px solid #ABB8E0;
    outline: none;
    resize: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.custom_form input.datepicker,
.custom_form input.yearpicker {
    background: url(images/calendar.png) 97% center no-repeat;
    background-size: 24px 24px;
}

.custom_form input.dtp::-webkit-inner-spin-button,
.custom_form input.dtp::-webkit-calendar-picker-indicator {
    background: url(images/calendar.png) 97% center no-repeat;
    background-size: 22px 22px;
}

.custom_form input[type="submit"] {
    background: #ABB8E0;
    width: 300px;
    height: 70px;
    display: block;
    margin: 0 auto;
    padding: 24px 10px 23px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.custom_form input[type="submit"]:hover {
    background: #002184;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
    overflow: hidden;
    z-index: 0;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    line-height: 42px;
    font-weight: 400;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ABB8E0;
    padding: 8px 6px 8px 90px;
    display: block;
    /*width: calc(100% - 60px);
    */
    width: 100%;
    pointer-events: none;
    z-index: 20;
    height: 60px;
    color: #000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.file-upload-wrapper:before {
    background: #000;
    content: "Upload";
    position: absolute;
    top: 6px;
    left: 7px;
    display: inline-block;
    height: 50px;
    width: 80px;
    border: 1px solid #ABB8E0;
    color: #fff;
    font-weight: 400;
    z-index: 25;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    font-weight: 400;
    pointer-events: none;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.file-upload-wrapper>input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 60px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.form_tab_content .custom_form input.datepicker {
    background-position-x: 89%;
}

.login_form_area small {
    display: block;
    /* text-align: center; */
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 30px;
}

a.backBtn {
    width: 120px;
    height: 60px;
    display: block;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #ABB8E0;
    margin: 40px auto 0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

a.backBtn:hover {
    background: #002184;
    color: #fff;
}

.user_panel h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #000;
    padding-bottom: 14px;
    text-align: left;
}

.user_panel small {
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #969696;
    text-align: left;
    padding-bottom: 32px;
}

.custom_input {
    width: 100%;
    float: left;
}

.input_field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.pass-box {
    position: relative;
    width: 100%;
    float: left;
}

.pass-box span {
    background: url(images/pass-hide-icon.png) 0 0 no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.pass-box span.show {
    background-image: url(images/pass-show-icon.png);
}

.custom_input strong {
    background: #fff;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #367AFF;
    text-align: left;
    padding: 0 8px;
    position: absolute;
    left: 12px;
    top: -11px;
    z-index: 1;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.custom_input input:focus~strong {
    display: none;
}

.custom_input input {
    background: #fff;
    height: 59px;
    width: 100%;
    float: left;
    outline: none;
    text-align: left;
    border: 1px solid #367AFF;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #232323;
    padding: 15px 15px 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

a.forgot_btn {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #3A3A3A;
    margin: 20px 0 45px;
}

a.forgot_btn:hover {
    color: #DEE7FF;
}

.custom_input input[type="submit"] {
    background: #3A3A3A;
    border-color: #3A3A3A;
    width: 250px;
    height: 50px;
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 14px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.custom_input input[type="submit"]:disabled,
.custom_input input[type="submit"]:disabled:hover {
    background: transparent;
    border: 1px solid #D6CBC5;
    color: #D6CBC5;
    cursor: default;
}

.custom_input input[type="submit"]:hover {
    background: #DEE7FF;
    border-color: #DEE7FF;
}

.forgot_pass_panel {
    width: 100%;
    float: left;
    display: none;
}

.custom_input p {
    font-size: 15px;
    line-height: 28px;
    color: #3A3A3A;
    font-weight: 500;
    margin: 0 0 45px;
}

.forgot_pass_panel .space {
    width: 100%;
    float: left;
    height: 115px;
}

.sent_panel {
    width: 100%;
    float: left;
    display: none;
}

.sent_panel img {
    width: 70px;
    margin-bottom: 30px;
}

.sent_panel .space {
    height: 116px;
}

.back_btn_area {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

a.back_btn {
    width: 32px;
    display: inline-block;
}

a.back_btn img {
    width: 100%;
    margin: 0;
}

.user_panel p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #3A3A3A;
    margin: 0 0 50px;
}

.forgot_pass_panel input[type="submit"],
.sent_panel input[type="submit"] {
    margin: 0 auto;
    float: none;
    display: block;
}

.dashboard_panel {
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
}

.dashboard_sidebar {
    background: #fff;
    width: 260px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 5;
    padding-top: 100px;
    border-right: 1px solid #9BA5BE;
}

.dash_logo {
    padding: 15px 0 0 20px;
    font-size: 0;
    height: 80px;
    border-bottom: 1px solid #9BA5BE;
}

.dash_logo a {
    display: inline-block;
    width: 195px;
}

.dash_menu {
    width: 100%;
    float: left;
}

.dash_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dash_menu ul>li {
    width: 100%;
    float: left;
    position: relative;
    display: table-row;
    border-bottom: 1px solid #9BA5BE;
}

.dash_menu ul>li>a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    padding: 15px 10px 15px 65px;
    display: inline-table;
    vertical-align: middle;
    width: 100%;
    position: relative;
    height: 50px;
    box-sizing: border-box;
}

.dash_menu ul>li>a img {
    width: 30px;
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.dash_menu ul>li:hover>a,
.dash_menu ul>li.current>a {
    background: #002184;
    color: #fff;
}
.dash_menu ul>li>a:hover img,
.dash_menu ul>li.current>a img {
    filter: brightness(0) invert(1);
}

/* .dash_menu ul>li>a img:nth-child(2) {
    opacity: 0;
}

.dash_menu ul>li:hover>a img:nth-child(1),
.dash_menu ul>li.current>a img:nth-child(1) {
    opacity: 0;
}

.dash_menu ul>li:hover>a img:nth-child(2),
.dash_menu ul>li.current>a img:nth-child(2) {
    opacity: 1;
} */


/* .dash_menu ul>li.current .nav-drp-arw,
.dash_menu ul>li:hover .nav-drp-arw {
    border-color: #fff;
    top: 15px;
} */

.dash_menu ul>li.current .nav-drp-arw.current {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 20px;
    position: absolute;
    z-index: 1;
}

.nav-drp-arw {
    background: url(images/menu-arrow.png) 0 0 no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 13px;
    top: 18px;
    z-index: 2;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.dash_menu ul ul {
    /* border-top: 10px solid #E1F2FF; */
    display: none;
}

.dash_menu ul ul>li>a::before {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    left: 35px;
    top: 15px;
    border: 3px solid #000;
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.dash_menu ul ul>li.current>a::before,
.dash_menu ul ul>li:hover>a::before {
    border-color: #fff;
}

.dash_header {
    background: #fff;
    float: left;
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
}

.dash_header .header_center {
    height: 100px;
    padding: 0 38px 0 20px;
}

a.menu_btn {
    width: 30px;
    height: 30px;
    float: left;
    margin: 24px 20px 24px 0;
}

.header_search {
    background: #F5F6FA url(images/search-icon.png) 13px 12px no-repeat;
    background-size: 15px auto;
    width: 388px;
    float: left;
    border: 0.6px solid #D5D5D5;
    padding: 0 10px 0 38px;
    margin: 19px 0;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
}

.header_search input {
    background: transparent;
    width: 100%;
    height: 38px;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #3A3A3A;
}
.header_right {
    float: right;
}
.allocated_centre .custom_table_inner {
    padding: 50px;
    border: 1px solid #ABB8E0;
    border-radius: 30px;
}
.Previous_allocated_superint h2 {
    border-bottom: 1px solid #ABB8E0;
    padding: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    margin: 0 0 15px;
    color: #000;
}
.Previous_allocated_superint {
    border: 1px solid #ABB8E0;
    border-radius: 30px;
}
.custom_previous_box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
}
.custom_previous_box ul {
    padding: 30px;
    border-bottom: 1px solid #ABB8E0;
}
.custom_previous_box ul:last-child {
    border: none;
}
.custom_tab_content .row {
    padding: 0 150px;
}
.allocated_superint_form h6 {
    font-weight: 700;
    color: #000;
}
.superint_form_detail .custom_table_inner {
    padding: 30px 0px;
}
.superint_form_detail h2 {
    border-bottom: 1px solid #ABB8E0;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    margin: 0 0 15px;
    color: #000;
    padding: 0 30px 30px;
}
.superint_form_detail ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
}
.superint_form_detail ul {
    padding: 30px;
    border-bottom: 1px solid #ABB8E0;
}
.superint_form_detail ul:last-child {
    border: none;
}
.new_superint {
    background: #000000;
    display: block;
    margin: 0 auto;
    padding: 24px 20px 23px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    border: none;
    margin-top: 30px;
}
.new_superint:hover {
    background: #3c3c3c;
}
.user_notify {
    position: relative;
}
.user_notify img {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.notify_box {
    position: relative;
}
.header_right {
    display: flex;
    align-items: center;
}
.user_dropdown_notify {
    background: #fff;
    width: 300px;
    border: 1px solid #8EA1A6;
    box-shadow: 0 3px 6px #00000029;
    position: absolute;
    right: 5px;
    top: 55px;
    z-index: 2;
    display: none;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.user_dropdown_notify:after,
.user_dropdown_notify:before {
    bottom: 100%;
    right: 24px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.user_dropdown_notify:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.user_dropdown_notify:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #9BA5BE80;
    border-width: 11px;
    margin-left: -11px;
}

.user_dropdown_notify a {
    padding: 7px 18px 6px;
    font-size: 15px;
    line-height: 35px;
    color: #000;
    font-weight: 400;
    display: block;
    position: relative;
}

.user_dropdown_notify a:hover {
    background: #DEE7FF;
}
.user_dropdown_notify h3 {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    padding: 20px 20px 10px 20px;
    color: #000;
}
.user_dropdown_notify ul li p {
    line-height: 20px;
    font-size: 14px;
}
.user_dropdown_notify ul li h4 {
    padding-bottom: 10px;
    font-weight: 700;
}
.user_dropdown_notify ul li {
    border-bottom: 1px solid #ABB8E0;
}

















.notification_box {
    float: left;
    margin: 15px 27px 15px 0;
    position: relative;
}

a.notify_btn {
    width: 48px;
    height: 48px;
    display: block;
}

a.notify_btn img {
    display: block;
}

.notification_dropdown {
    background: #fff;
    width: 355px;
    position: absolute;
    right: -12px;
    top: 61px;
    display: none;
    padding-bottom: 20px;
    z-index: 5;
    border: 1px solid #9BA5BE80;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.notification_dropdown:after,
.notification_dropdown:before {
    bottom: 100%;
    right: 24px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.notification_dropdown:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.notification_dropdown:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #9BA5BE80;
    border-width: 11px;
    margin-left: -11px;
}

.notify_scroll {
    width: 100%;
    float: left;
    height: 400px;
    overflow-y: auto;
}

.notify_scroll .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.notification_dropdown h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    padding: 15px 20px;
    border-bottom: 1px solid #E8E8E8;
    margin: 0;
}

.notification_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notification_dropdown li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    margin: 0 0 10px;
}

.notification_dropdown li a {
    display: block;
    padding: 8px 20px;
}

.notification_dropdown li a:hover {
    background: #ffdec5;
}

.notification_dropdown li:last-child {
    border: none;
    margin: 0;
}

.notification_dropdown li strong {
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}

.notification_dropdown li p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #6A6A6A;
    margin: 0 0 5px;
}

.notification_dropdown li small {
    display: block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #959595;
}

.user_box {
    float: right;
    position: relative;
    margin: 19px 0;
}

a.user_btn {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    padding-right: 30px;
    color: #202224;
    position: relative;
}


/* a.user_btn:hover {
    color: #DEE7FF;
} */

a.user_btn img {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

/*a.user_btn:after {
    background: url(images/arrow-down.png) 0 0 no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 5px;
    content: '';
}*/


/* a.user_btn:hover:after {
    border-color: #DEE7FF;
} */

.user_dropdown {
    background: #fff;
    width: 200px;
    border: 1px solid #8EA1A6;
    box-shadow: 0 3px 6px #00000029;
    position: absolute;
    right: -10px;
    top: 45px;
    z-index: 2;
    display: none;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.user_dropdown:after,
.user_dropdown:before {
    bottom: 100%;
    right: 24px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.user_dropdown:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.user_dropdown:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #9BA5BE80;
    border-width: 11px;
    margin-left: -11px;
}

.user_dropdown a {
    padding: 7px 18px 6px;
    font-size: 15px;
    line-height: 35px;
    color: #000;
    font-weight: 400;
    display: block;
    position: relative;
}

.user_dropdown a:hover {
    background: #DEE7FF;
}

.breadecrumbs {
    width: 100%;
    float: left;
    padding: 30px;
}

.breadecrumbs h1 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
    color: #000;
    /* margin-right: 17px; */
}

.breadecrumbs ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.breadecrumbs li {
    float: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-right: 34px;
}

.breadecrumbs li::before {
    background: url(images/menu-arrow.png) 0 0 no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 7px;
    top: 4px;
    content: '';
}

.breadecrumbs li:last-child:before {
    display: none;
}

.breadecrumbs li a {
    display: block;
    color: #000;
}

.breadecrumbs li a:hover {
    text-decoration: underline !important;
}

.dashboard_content_area {
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-left: 260px;
}

.page_container {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 50px;
    padding: 0 40px 0 30px;
}


/* .page_container h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin: 0 0 -40px;
    position: relative;
} */

.name {
    display: inline-block;
    vertical-align: middle;
}

.name img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.active_tag {
    background: #34C759;
    height: 30px;
    padding: 6px 20px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.deactive_tag {
    background: #FF5E5E;
    height: 30px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.blocked_tag {
    background: #000;
    height: 30px;
    padding: 6px 14px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.action_box a:first-child {
    margin-right: 10px;
}

.action_box a.view_btn {
    background: #000;
    height: 30px;
    padding: 6px 19px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.action_box a.view_btn:hover {
    background: #EB6612;
}

.dTable_btn {
    position: absolute;
    font-size: 0;
    left: 17%;
    bottom: -2px;
}

.dTable_btn a {
    background: #000000;
    height: 34px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding: 8px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.dTable_btn a:hover {
    background: #EB6612;
}

.dataTables_length {
    display: none;
}

.mCSB_inside>.mCSB_container {
    margin-right: 8px;
}

.hide {
    display: none !important;
}

a.mob_btn {
    display: none;
}

.popup_overlay {
    background: rgb(0 0 0 / 90%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

.dash_content .custom_table_scroll {
    margin-bottom: 30px;
}

.custom_table {
    width: 100%;
    float: left;
}

.custom_table table {
    width: 100%;
    table-layout: auto;
}


/* .custom_table table th {
    background: #BAD8FF;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #101010;
    white-space: nowrap;
    vertical-align: middle;
    padding: 19px 15px;
    text-align: left;
}

.custom_table table td {
    background: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #101010;
    white-space: nowrap;
    vertical-align: top;
    padding: 19px 15px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ABB8E0;
} */

.reset_pass img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 37px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.reset_pass h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: center;
    color: #000;
    margin: 0 0 20px;
}

.reset_pass small {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #000;
    padding-bottom: 90px;
}

.reset_pass small strong {
    display: inline-block;
    font-weight: 700;
}

.dashboard_content {
    width: 100%;
    float: left;
}

.dash_block {
    width: 100%;
    float: left;
}

.dash_block ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

.dash_block li {
    background: #FFDEAF;
    width: 23.7%;
    float: left;
    padding: 20px;
    margin: 0 0.6% 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.dash_block li:nth-child(2) {
    background: #E3FFAF;
}

.dash_block li:nth-child(3) {
    background: #FFCACA;
}

.dash_block li:nth-child(4) {
    background: #AFEEFF;
}

.dash_block li:nth-child(5) {
    background: #EECAFF;
}

.dash_block li:nth-child(6) {
    background: #BFE0FF;
}

.dash_block li:nth-child(7) {
    background: #BAFFDF;
}

.dash_block li:nth-child(8) {
    background: #EEFFA5;
}

.dash_block li strong {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    padding-bottom: 10px;
}

.dash_block li small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    padding-bottom: 10px;
}

.dash_block li span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

.dash_block_2 {
    width: 100%;
    float: left;
}

.dash_block_2 ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

.dash_block_2 li {
    border: 1px solid #ABB8E0;
    width: 23.7%;
    height: 160px;
    float: left;
    padding: 20px;
    margin: 0 0.6% 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.dash_block_2 li strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    padding-bottom: 20px;
}

.dash_block_2 li span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.chart_panel {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.chart_box {
    width: 100%;
    float: left;
    padding: 20px;
    border: 1px solid #ABB8E0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.chart_box h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    float: left;
    color: #000;
    margin: 9px 0 0;
}

.chart_box h2 small {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}

.chart_box figure {
    display: block;
    margin-top: 30px;
    width: 100%;
    float: left;
}

.chart_1 {
    width: 74.3%;
}

.chart_2 {
    width: 24.5%;
    float: right;
}

.chart_2 h2 {
    text-align: center;
    margin: 20px 0 30px;
    width: 100%;
}

.chart_2 h2 small {
    display: block;
    padding-top: 15px;
}

.chart_2 figure {
    margin-top: 8px;
}

.chart_2 .chart_1_right span {
    width: 100%;
    margin: 0;
}

.chart_2 .chart_1_right span::before {
    background: #FEEA00;
    width: 20px;
    height: 30px;
}

.chart_2 .chart_1_right span:nth-child(2):before {
    background: #000;
}

.chart_2 .chart_1_right span:nth-child(3):before {
    background: #5B5E66;
}

.chart_2 .chart_1_right span small {
    float: left;
    line-height: 30px;
}

.chart_2 .chart_1_right span strong {
    float: right;
    line-height: 30px;
}

.chart_1_right {
    float: right;
}

.chart_1_right span {
    display: block;
    float: left;
    margin-right: 30px;
    position: relative;
    padding-left: 30px;
}

.chart_1_right span::before {
    background: #002184;
    width: 20px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.chart_1_right span:nth-child(2):before {
    background: #52C91C;
}

.chart_1_right span:nth-child(3):before {
    background: #FF2626;
}

.chart_1_right span:last-child {
    margin: 0;
}

.chart_1_right span strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    padding-bottom: 10px;
}

.chart_1_right span small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.c_width {
    width: 49.4%;
}

.custom_select_area {
    width: 100%;
    float: left;
}

.custom_select_area .ss_row {
    margin: 0 -0.6%;
}

.custom_select_area .ss_column {
    width: 13%;
    float: left;
    margin: 0 0.6% 30px;
}

.ss_column span,
.c_select span {
    display: block;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 15px;
}

.c_select select {
    background: #FFF url(images/arrow-down.png) 95% center no-repeat;
    background-size: 16px 12px;
    border: 1px solid #647986;
    width: 100%;
    height: 50px;
    outline: none;
    padding: 0 28px 0 19px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ss_column a {
    background: #002184;
    width: 100px;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    padding: 13px 0;
    margin-top: 32px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
}

.ss_column a:first-child:hover {
    background: #000;
}

.ss_column a:last-child {
    background: transparent;
    width: 100px;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.srch_panel {
    float: right;
    margin: -34px 0 0;
    position: relative;
    top: -10px;
}

a.download_pdf {
    float: left;
    display: block;
    margin: 14px 20px 14px 0;
}

a.button1 {
    background: #000;
    padding: 20px 38px;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    min-width: 200px;
    margin-right: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

a.button1:hover {
    background: #002184;
}

.header_search.right {
    background: #fff url(images/search-icon.png) 15px 19px no-repeat;
    background-size: 24px auto;
    border: 1px solid #9BA5BE;
    float: right;
    width: 350px;
    padding: 0 10px 0 48px;
    margin: 0;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.header_search.right input {
    height: 60px;
}

.ss_column input.datepicker {
    background: transparent url(images/calendar.png) 92% center no-repeat;
    background-size: 24px auto;
}

.ss_column input {
    border: 1px solid #647986;
    width: 100%;
    height: 50px;
    outline: none;
    padding: 0 19px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.custom_form_panel {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #9BA5BE;
    width: 100%;
    float: left;
    margin-bottom: 31px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.custom_table {
    width: 100%;
    float: left;
}

.custom_table_scroll {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
    border: 1px solid #ABB8E0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.custom_table table {
    width: 100%;
    table-layout: auto;
}

.custom_table table th {
    background: #BAD8FF;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #101010;
    white-space: nowrap;
    vertical-align: middle;
    padding: 19px 15px;
    text-align: left;
    text-transform: capitalize;
}

.custom_table table td {
    background: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #101010;
    white-space: nowrap;
    vertical-align: top;
    padding: 20px 15px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ABB8E0;
}

.custom_table table tr:last-child td {
    border: none;
}
.docx_view_btn,
.docx_download_btn{
    background: #002184;
    width: 100px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    padding: 13px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 34px;
}

.action_box .docx_view_btn img {
    height: 20px;
    vertical-align:middle;
    margin-right: 5px;
}
.docx_view_btn:hover {
    background: #000;
}
.docx_download_btn {
    background: #000;
}
.docx_download_btn:hover {
   background: #002184;
}

.custom_table_pagination {
    float: right;
    margin-top: 30px;
}

.custom_table_pagination a {
    line-height: 30px;
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #101010 !important;
    display: inline-block;
    vertical-align: top;
    outline: none;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #ABB8E0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom_table_pagination a.current,
.custom_table_pagination a:hover {
    background: #002184 !important;
    color: #fff !important;
    border-color: #002184;
}

.custom_table_pagination a.previous {
    background: url(images/prev.png) 0 0 no-repeat;
    background-size: 40px auto !important;
    width: 40px;
    height: 40px;
    position: relative;
    font-size: 0;
    color: transparent;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
}

.custom_table_pagination a.previous.current,
.custom_table_pagination a.previous:hover {
    background: transparent url(images/next.png) 0 0 no-repeat !important;
    background-size: 40px auto !important;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.custom_table_pagination a.next {
    background: url(images/prev.png) 0 0 no-repeat;
    background-size: 40px auto !important;
    width: 40px;
    height: 40px;
    border: none;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
}

.custom_table_pagination a.next.current,
.custom_table_pagination a.next:hover {
    background: transparent url(images/next.png) 0 0 no-repeat !important;
    background-size: 40px auto !important;
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}



.exam_progress_report .custom_tab_content .row {
    padding: 0;
}
.tabs_detail .nav-pills .nav-link {
    border: 1px solid #ABB8E0;
    display: block;
    color: #000;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.64px;
    letter-spacing: 0;
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: transparent;
    text-align: left;
}
.tabs_detail .nav-pills .nav-link:hover,
.tabs_detail .nav-pills .nav-link.active {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.detail_subtitle {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    color: #000;
}
.right_side_detail {
    padding: 0px;
    border: 1px solid #ABB8E0;
    border-radius: 30px;
    margin-bottom: 25px;
}
.right_side_detail h5 {
    padding-bottom: 20px;
}
.right_side_detail p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.right_side_detail p strong {
    display: block;
    width: 175px;
    float: right;
    margin: 0 15px;
    text-align: right;
}
.right_side_detail .col-md-4 {
    border-right: 1px solid #ABB8E0;
    padding: 30px;
}
.right_side_detail .col-md-4:last-child {
    border-right: none;
}
.exam_progress_report .progress_button {
    border-top: 1px solid #ABB8E0;
    padding-top: 30px;
}
.right_side_detail .btn-success {
    border-radius: 100px;
    width: 200px;
    height: 60px;
    background: #52C91C;
    border: none;
    font-size: 18px;
    font-weight: 500;
}
.right_side_detail .btn-success:hover {
    background: #3cad09;
}
.right_side_detail .btn-danger {
    border-radius: 100px;
    width: 200px;
    height: 60px;
    background: #FF2626;
    border: none;
    font-size: 18px;
    font-weight: 500;
}
.right_side_detail .btn-danger:hover {
    background: #f41010;
}
.exam_progress_report .modal-content {
    padding: 30px;
    border-radius: 30px;
}
.exam_progress_report .modal-content .modal-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 38px;
}
.exam_progress_report .modal-content .modal-header {
    padding: 0;
}
.exam_progress_report .modal-content .modal-footer {
    border: none;
    justify-content: space-between;
}
.exam_progress_report .modal-content strong {
    display: block;
    padding-bottom: 10px;
}
.exam_progress_report .modal-content textarea {
    display: block;
    padding: 15px;
    border-radius: 20px;
    width: 100%;
    height: 120px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ABB8E0;
    outline: none;
}
.exam_progress_report .modal-footer .btn-secondary {
    border-radius: 100px;
    height: 60px;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px;
    color: #000;
    border: 1px solid #000;
}
.exam_progress_report .modal-footer .btn-secondary:hover {
    color: #ffffff;
    border: 1px solid #00000000;
    background: #000;
}
.right_side_detail .progress_details {
    border-top: 1px solid #ABB8E0;
}
.progress_details ul {
    padding: 0 20px 20px;
}
.right_side_detail .progress_details li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.right_side_detail .progress_details li {
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.view_form_btn {
    border-radius: 100px;
    background: #000000;
    border: none;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 12px 16px;
    color: #fff;
}
.view_form_btn:hover {
    background: #323232;
}
.staff_attendance_data .nav-link {
    border: 1px solid #000000;
    display: block;
    color: #000;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.64px;
    letter-spacing: 0;
    padding: 16px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
    background: transparent;
    text-align: left;
    margin-right: 15px;
}
.staff_attendance_data .nav-link:hover,
.staff_attendance_data .nav-link.active {
    background: #002184;
    color: #fff;
    border: 1px solid #002184;
}
.view_attendance_sheet {
    border-radius: 100px;
    background: #002184;
    border: none;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
}
.view_attendance_sheet:hover {
    background: #0031c4;
}
.view_attendance_present {
    border-radius: 100px;
    background: #52C91C;
    border: none;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
}
.view_attendance_present:hover {
    background: #3cad09;
}
.view_attendance_absent {
    border-radius: 100px;
    background: #FF2626;
    border: none;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
}
.view_attendance_absent:hover {
    background: #f41010;
}
.custom_table_scroll.exam_papers {
    padding: 20px;
}
.custom_table_scroll.exam_papers .col-sm-6 {
    padding-bottom: 20px;
}
div#v-pills-exam-report .btn-success,
div#v-pills-exam-report .btn-danger {
    border-radius: 100px;
    width: 200px;
    height: 60px;
    background: #52C91C;
    border: none;
    font-size: 18px;
    font-weight: 500;
}
div#v-pills-exam-report p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
div#v-pills-exam-report .btn-success:hover {
    background: #3cad09;
}
div#v-pills-exam-report .btn-danger {
    background: #FF2626;
}
div#v-pills-exam-report .btn-danger:hover {
    background: #f41010;
}
.revised_border {
    border-bottom: 1px solid #ABB8E0;
    padding: 20px;
}
.revised_border h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    color: #000;
}
.revised_border h3 {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}
.right_side_detail .revised_border p {
    margin-top: 20px;
    margin-bottom: 0;
}
.right_side_detail h3 {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}
.exam_progress_report .revised_exam_report .row {
    padding: 0px 40px 40px 40px;
    float: none;
}
.right_side_detail .preparation_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.exam_report_preparation {
    padding: 30px 30px 20px 30px;
    border-top: 1px solid #ABB8E0;
}
.exam_report_preparation h3 {
    padding-bottom: 20px;
}
.revised_introduction {
    padding: 30px;
}
.revised_introduction div {
    line-height: 22px;
    margin-bottom: 10px;
}
.revised_introduction h3 {
    padding-bottom: 15px;
}
.revised_exam_report.revised_statics .content {
    line-height: 24px;
}
.revised_conduct .revised_border>div {
    margin-top: 30px;
    line-height: 22px;
}
.revised_conduct .row .col-lg-4 h4 {
    padding: 20px 0;
}
.revised_conduct .row  img {
    width: auto;
    height: 100px;
    display: inline-block;
}
.revised_exam_report.revised_conduct .row {
    margin-top: 0;
    line-height: normal;
}
.upload_interbilling [type="file"] {
    color: #727272;
    padding: 7px 8px;
}
.upload_interbilling [type="file"]::-webkit-file-upload-button {
    background: #000;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 1s ease;
}
.upload_interbilling [type="file"]::-webkit-file-upload-button:hover {
    background: #313131;
}

.communication_message .chat-container {
    border: 1px solid #ABB8E0;
    border-radius: 8px;
}
.communication_message .chat-header {
    background: #dfe4f4;
    padding: 25px 20px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
}
.communication_message .chat-message p {
    background: #eef0fc;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 24px;
}
.communication_message .chat-message {
    margin: 30px 20px;
}
.communication_message .chat-meta {
    font-size: 14px;
    color: #323232;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.communication_message .file-attachment {
    display: flex;
    align-items: center;
    background: #eef0fc;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
}
.communication_message .file-attachment img {
    width: 24px;
    margin-right: 10px;
}
.communication_message .footer-message {
    text-align: center;
    padding: 25px 20px;
    background: #EDF1FF;
    border-radius: 0 0 8px 8px;
    font-size: 14px;
}
.setting_account_form .upload_picture img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.setting_account_form .upload_picture  span {
    display: block;
    margin-top: 10px;
}
.setting_account_form .upload_picture {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.exam_controle_logout .btn-logout {
    border-radius: 100px;
    height: 60px;
    background: #002184;
    font-size: 16px;
    font-weight: 500;
    padding: 0 40px;
    color: #ffffff;
}
.exam_controle_logout .btn-logout:hover {
    background: #0032c8;
}
.exam_controle_logout p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: center;
}




.toggle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.toggle input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 2;
    opacity: 0;
}

.toggle i {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 26px;
    position: relative;
}

.toggle i img {
    display: block;
}

.toggle input:checked~i img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.tag img,
.action_box a img {
    height: 40px;
    width: auto;
}

.from_box_left {
    width: 33%;
    float: left;
    padding: 20px 30px 0;
    border: 1px solid #ABB8E0;
    overflow: hidden;
    overflow-y: auto;
}

.from_box_left .custom_form input[type="submit"] {
    margin-bottom: 52px;
}

.new_poll_corner h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    margin: 0 0 30px;
}

.from_box_left .f_w {
    width: 48%;
    float: left;
}

.from_box_left .f_w:last-child {
    float: right;
}

a.add_button {
    background: #FEEA00;
    padding: 20px 37px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    display: block;
    float: left;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

a.add_button:hover {
    background: #000;
    color: #fff;
}

.from_box_left a.add_button {
    margin-bottom: 50px;
}

.poll_preview {
    width: 65%;
    float: right;
    padding: 20px 30px 0;
    border: 1px solid #ABB8E0;
}

.poll_preview h4 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
    color: #000;
    margin: 0 0 50px;
}

.poll_preview span {
    display: block;
    padding: 15px 30px;
    height: 70px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
    border: 1px solid #ABB8E0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.f_list {
    position: relative;
}

.remove_button {
    background: url(images/del-icon.png) 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 60px;
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    outline: none;
}

.status_box {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.status_box span {
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    float: left;
}

.status_box span>img {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.status_box span:last-child {
    float: right;
}

.status_box span .toggle {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.status_box span .toggle input:checked+i img:first-child {
    display: none;
}

.status_box span .toggle input:checked+i img:last-child {
    display: block;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.status_box span .toggle i img:last-child {
    display: none;
}

.c_panel_2_txt {
    width: 100%;
    float: left;
}

.c_panel_2_txt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.c_panel_2_txt li {
    background: rgb(254 234 0 / 50%);
    position: relative;
    width: 85%;
    height: 70px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
    margin-bottom: 20px;
    border: 1px solid #ABB8E0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.c_panel_2_txt li i {
    display: block;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 70px;
    color: #000;
    padding-right: 30px;
    font-style: normal;
}

.c_panel_2_txt li span {
    padding: 15px 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.c_panel_2_txt li em {
    background: #FEEA00;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ABB8E0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.pollo_response {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.txt_l {
    float: left;
}

.txt_l h5 {
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin: 0 0 30px;
}

.chartBox {
    float: right;
    width: 427px;
}

.show_table_result {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    float: left;
    margin-top: 38px;
}


/* .custom_popup_overlay {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
} */

.custom_popup {
    background: #fff;
    max-width: 500px;
    width: 100%;
    position: fixed;
    display: none;
    z-index: 10;
    left: 50%;
    top: 50%;
    padding: 30px 50px 44px;
    box-shadow: 0 0 0 1000px rgb(0 0 0 / 70%);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.custom_popup h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    text-align: center;
    color: #000;
    margin: 0 0 20px;
}

.custom_popup small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: center;
    color: #000;
    padding-bottom: 30px;
}

.custom_popup span {
    background: #52C91C;
    display: block;
    padding: 16px 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.custom_popup span::before {
    background: #52C91C;
    width: 200px;
    height: 100%;
    position: absolute;
    left: -200px;
    top: 0;
    content: '';
}

.custom_popup span::after {
    background: #52C91C;
    width: 200px;
    height: 100%;
    position: absolute;
    right: -200px;
    top: 0;
    content: '';
}

.custom_popup .h_line {
    margin-bottom: 30px;
}

.custom_popup_bottom {
    width: 100%;
    float: left;
    text-align: center;
}

.custom_popup_bottom button,
.custom_popup_bottom input {
    background: #fff !important;
    display: inline-block !important;
    vertical-align: top;
    height: 60px !important;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 20.16px !important;
    text-align: center;
    margin: 0 10px !important;
    color: #000 !important;
    padding: 20px 10px !important;
    border: 1px solid #000;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.custom_popup_bottom button {
    margin-right: 30px;
    width: 120px;
}

.custom_popup_bottom input[type="submit"] {
    width: 250px !important;
}

.custom_popup_bottom button:hover,
.custom_popup_bottom input:hover {
    background: #002184 !important;
    color: #fff !important;
    border-color: #002184 !important;
}

.custom_table table td span,
.custom_table table td span .img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
}

.center_form {
    float: none;
    margin: 0 auto;
    clear: both;
    width: 500px;
    overflow: hidden;
    padding: 50px 0;
    border: 1px solid #ABB8E0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.center_form h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #000;
    margin: 0 0 35px;
}

.center_form .custom_form {
    padding: 0 50px;
}

.faq table td {
    vertical-align: top;
}

.faq table td:nth-child(2) p {
    width: 360px;
    white-space: normal;
    line-height: 24px;
}

.faq table td:nth-child(3) p {
    width: 569px;
    white-space: normal;
    line-height: 24px;
}

.note-editor.note-frame {
    border: none;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.note-popover .note-popover-content,
.note-toolbar {
    background: #fff;
    border: 1px solid #ABB8E0;
    padding: 4px 21px 9px;
    height: auto;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

.note-editor.note-frame .note-editing-area .note-editable {
    background: #fff;
    border: 1px solid #ABB8E0;
    border-top: none;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
}

.note-editor.note-frame .note-statusbar .note-resizebar,
.note-editor.note-frame .note-status-output,
.note-editor.note-frame .note-statusbar {
    display: none;
}

.c_i_panel {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ABB8E0;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.c_i_panel ul {
    list-style: none;
    margin: 0 -0.9%;
    padding: 0;
}

.c_i_panel li {
    width: 41.8%;
    float: left;
    margin: 0 0.9%;
}

.c_i_panel li:last-child {
    width: 172px;
}

.c_i_panel li:last-child input {
    width: 100% !important;
    position: relative;
    bottom: -28px;
    height: 60px;
    padding: 18px 0;
}

.guidebook table td {
    vertical-align: top;
}

.guidebook table span {
    width: 118px !important;
    display: inline-block;
}

.custom_tab {
    width: 100%;
    float: left;
}

.custom_tab_nav {
    width: 100%;
    float: left;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ABB8E0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.custom_tab_nav a {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin-right: 30px;
    color: #000;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.custom_tab_nav a.current {
    color: #002184;
}

body.dark .custom_tab_nav a {
    color: #fff;
}

body.dark .custom_tab_nav a.current {
    color: #FEEA00;
}

body.dark .custom_tab_nav a.current:after {
    background: #FEEA00;
}

.custom_tab_nav a.current:after {
    background: #002184;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -20px;
    content: '';
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.custom_tab_container {
    width: 100%;
    float: left;
}

.custom_tab_content {
    width: 100%;
    float: left;
    display: none;
}

.question_bank table td {
    vertical-align: top;
}

.question_bank table td span {
    display: inline-block;
    width: 78px;
}

.chkBox {
    width: 100%;
    float: left;
}

.chkBox label {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    padding-right: 17px;
}

.chkBox label input {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.chkBox label input:checked+i {
    background-image: url(images/chk-active-img.png);
    background-size: contain;
}

.chkBox label i {
    background: url(images/chk-img.png) 0 0 no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 8px;
}

.chkBox.color label {
    padding-left: 25px;
}

.chkBox.color label:nth-child(1)::before {
    background: #52C91C;
    width: 20px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.chkBox.color label:nth-child(2)::before {
    background: #F43FC7;
    width: 20px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.qualified_candidates table td sup {
    font-size: 11px;
    position: relative;
    top: -3px;
}

.add_candidate .custom_form h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #000;
    border-top: 1px solid #ABB8E0;
    padding: 20px 0;
    clear: both;
}

.ss_box {
    width: 100%;
    float: left;
}

.ss_box span {
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}

.ss_box .toggle {
    float: right;
    margin-bottom: 54px;
}

.ss_box .toggle input:checked+i {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.scrutiny_cont h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    padding: 20px 30px;
    width: 100%;
    clear: both;
}

.scrutiny_cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.scrutiny_cont li {
    padding: 20px 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    width: 100%;
    float: left;
    display: table-row;
    border-top: 1px solid #ABB8E0;
}

.scrutiny_cont li span {
    width: 263px;
    float: left;
    font-weight: 500;
    display: inline-table;
    vertical-align: middle;
}

.scrutiny_cont li span:last-child {
    width: 194px;
    float: right;
    font-weight: 400;
}

.scrutiny_cont li span .toggle input:checked+i img {
    filter: grayscale(100);
    -webkit-filter: grayscale(100);
}

.scrutiny_cont_left {
    width: 33%;
    float: left;
    /* padding: 20px 0 52px; */
    border: 1px solid #ABB8E0;
}

.scrutiny_cont_right {
    width: 65%;
    float: right;
    /* padding: 20px 0 52px; */
    border: 1px solid #ABB8E0;
}

.scrutiny_cont_right li span {
    width: 550px;
}

.scrutiny_cont_right li span:last-child {
    width: 80px;
    font-weight: 700;
}

.h_line {
    background: #ABB8E0;
    width: 100%;
    height: 1px;
    float: left;
}

.profile-pic {
    max-width: 120px;
    max-height: 120px;
    display: block;
    margin: 0 auto;
}

.file-upload {
    display: none !important;
}

.img-holder {
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    /* border: 5px solid #DEE7FF; */
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.img-holder img {
    max-width: 100%;
    height: 100%;
}

.p-image {
    position: relative;
    z-index: 30;
}

.user_form span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    display: block;
    text-align: center;
    white-space: nowrap;
    margin: 12px 0 15px;
    cursor: pointer;
}

.logout_overlay {
    background: rgb(0 0 0 / 75%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    display: none;
}

.logout_popup {
    background: #fff;
    width: 100%;
    padding: 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 400px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.logout_popup strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    padding-bottom: 20px;
}

.logout_popup span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #000;
    padding-bottom: 50px;
}

.logout_popup_bottom {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
}

.logout_popup a.dbBtn, .logout_popup button.dbBtn {
    border: 1px solid #000;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    padding: 15px 33px;
    margin: 0 10px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.logout_popup a.dbBtn:hover {
    background: #002184;
    border-color: #002184;
    color: #fff;
}

.application_table {
    width: 100%;
    float: left;
}

.application_table .custom_table_inner {
    padding: 0 207px;
}

.custom_table_inner table {
    width: 100%;
    table-layout: auto;
    border: 1px solid #ABB8E0;
}

.custom_table_inner table td {
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
    white-space: nowrap;
    border: 1px solid #ABB8E0;
}

.form_heading {
    padding: 1px 20px !important;
    background: #ABB8E0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.doc_table {
    padding: 0;
    margin: 0;
    border: none !important;
    table-layout: auto;
}

.doc_table td {
    padding: 1px 20px !important;
    border-bottom: none !important;
    font-size: 14px !important;
}

.doc_table td:first-child {
    border-left: none;
    width: 300px;
}

.doc_table tr:first-child td {
    border-top: none !important;
}

.doc_table td:first-child,
.doc_table td:nth-child(3) {
    font-weight: 600;
}

.doc_table em {
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.9px;
    text-align: left;
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    color: #000;
}

.doc_table em img {
    width: 24px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 8px;
}

.doc_table em:last-child {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: center;
    float: right !important;
    margin-top: 0px;
}

.doc_table em:last-child img {
    width: 115px;
    display: block;
    margin: 5px 0 23px;
}

.custom_table_inner .pic {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.custom_table_inner em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}

.custom_table_inner em img {
    width: 40px;
    margin: -15px 10px 0 12px;
    vertical-align: middle;
    display: inline-block;
}

.bottom_sec {
    width: 100%;
    float: left;
    text-align: center;
    padding: 60px 0 38px;
}

.bottom_sec strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #000;
    padding-bottom: 15px;
}

.bottom_sec textarea {
    background: #fff;
    border: 1px solid #ABB8E0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    color: #000;
    padding: 20px;
    resize: none;
    width: 100%;
    height: 150px;
    outline: none;
    margin-bottom: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.bottom_sec input {
    background: #FEEA00;
    border: none;
    outline: none;
    width: 200px;
    height: 70px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
    text-align: center;
    color: #fff;
    padding: 24px 10px 23px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.bottom_sec input:nth-last-child(1) {
    background: #FF2626;
}

.bottom_sec input:nth-last-child(2) {
    background: #52C91C;
}

.bottom_sec input:first-child {
    background: #FEEA00;
    color: #000;
    position: relative;
    margin: -20px 0 20px;
}

.bottom_sec input:nth-child(5) {
    background: #000;
    width: 250px;
}

.bottom_sec input:nth-last-child(1):hover,
.bottom_sec input:nth-last-child(2):hover,
.bottom_sec input:first-child:hover,
.bottom_sec input:nth-child(5):hover {
    opacity: 0.5;
}

.custom_form h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    margin: 0 0 15px;
    color: #000;
    display: inline-block;
}

.custom_form ul {
    list-style: none;
    margin: 0 -0.9%;
    padding: 0;
}

.custom_form ul::before,
.custom_form ul::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: '';
    clear: both;
}

.custom_form li {
    float: left;
    width: 18.2%;
    margin: 0 0.9%;
    display: block;
}

.upload_preview_sec {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ABB8E0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.upload_preview_sec:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.upload_preview_sec h2 {
    float: none;
    display: block;
}

.upload_preview {
    width: 100%;
}

.upload_preview a {
    display: block;
    width: 100%;
    height: 250px;
    padding: 23px 5px;
    margin-bottom: 10px;
    border: 1px solid #ABB8E0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.upload_preview span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: #000;
}

.pdf_box {
    display: block;
    width: 100%;
    height: 250px;
    text-align: left;
    padding: 20px 20px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #ABB8E0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.pdf_box small {
    text-align: left;
    display: block;
    padding-bottom: 15px;
}

.pdf_box img {
    width: 40px;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 15px 0 0;
}

.pdf_box strong {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #101010;
}

.pdf_box em {
    padding: 15px 0 0;
}

.pdf_box a.arrowBtnRed {
    width: 40px;
    height: 40px;
    position: static;
    display: block;
    left: 20px;
    bottom: 15px;
    margin: 23px 0 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.boxNo2 {
    width: 100%;
    float: left;
}

.boxNo2 table {
    width: 100%;
}

.boxNo2 table th {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #000;
    padding: 20px;
    border-right: 1px solid #ABB8E0;
}

.boxNo2 table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #000;
    padding: 20px;
    border: none !important;
    border-right: 1px solid #ABB8E0 !important;
}

.candidate_details {
    width: 100%;
    float: left;
}

.candidate_details_box {
    width: 460px;
    float: left;
    margin-right: 20px;
    border: 1px solid #ABB8E0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.candidate_details_box.scrutiny_cont li:first-child {
    border-top: none;
}

.candidate_details_box.scrutiny_cont li span {
    width: 48%;
}

.candidate_details_box.scrutiny_cont li span:last-child {
    width: 48%;
}

a.view_btn {
    background: #000;
    width: 100px;
    height: 40px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

a.view_btn:hover {
    background: #002184;
}

.receipt_copy.odd {
    border: 1px solid #ABB8E0;
    padding: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.receipt_copy {
    width: 1000px;
    margin: 30px auto 0;
}

.receipt_copy::before,
.receipt_copy::after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    content: '';
}

.receipt_copy_top {
    width: 100%;
    float: left;
}

.receipt_copy_top h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 40px;
    color: #002184;
    float: left;
    text-transform: uppercase;
}

.receipt_copy_top h1 small {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
}

.receipt_copy_top img {
    width: 248px;
    float: right;
}

.receipt_body {
    width: 100%;
    float: left;
    padding: 40px 40px 20px;
    margin-top: 20px;
    border: 1px solid #ABB8E0;
}

.receipt_body h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 20px;
}

.receipt_body h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 30px;
}

.txt_body {
    width: 100%;
    float: left;
}

.txt_body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    margin-bottom: 20px;
    clear: both;
}

.txt_body p strong {
    font-weight: 700;
}

.txt_body p span:last-child {
    float: right;
    text-align: right;
}

.signature {
    float: right;
    text-align: center;
    width: 206px;
    position: relative;
    margin-top: -63px;
}

.signature img {
    width: 71px;
    display: inline-block;
    margin-bottom: 22px;
}

.signature strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    padding: 52px 0 23px;
    color: #000;
    border-top: 1px solid #000;
}

.hall_ticket_wrapper {
    width: 100%;
    float: left;
    padding: 50px;
    border: 1px solid #ABB8E0;
}

.hall_ticket_wrapper .header_center,
.exam_result .header_center {
    background: transparent;
    padding: 0;
    margin-bottom: 24px;
}

.hall_ticket_wrapper .logo_img,
.exam_result .logo_img {
    height: 76px;
    padding: 0;
    margin: 0;
    border: none;
}

.hall_ticket_wrapper .logo_img img,
.exam_result .logo_img img {
    height: 76px;
}

.hall_ticket_wrapper .site_logo strong,
.exam_result .site_logo strong {
    display: block;
    overflow: hidden;
    font-size: 24px;
    line-height: 40px;
    font-weight: 800;
    color: #002184;
    text-transform: uppercase;
}

.exam_result .site_logo strong small {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 10px;
    text-transform: uppercase;
    color: #000;
}

.hall_ticket_wrapper .candidte_info_table {
    width: 82%;
}

.hall_ticket_wrapper .candidte_info_table table:first-child {
    width: 31%;
    float: left;
}

.hall_ticket_wrapper .table_center table:last-child {
    width: 25%;
}

.hall_ticket_cont {
    width: 100%;
    float: left;
}

.hall_ticket_cont h1,
.hall_ticket_cont h2 {
    background: #EDF1FF;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    text-align: center;
    padding: 25px 0;
    color: #000;
    margin: 0 0 20px;
    clear: both;
}

.ticket_header {
    width: 100%;
    float: left;
}

.candidte_info_table {
    width: 1280px;
    float: left;
}

.candidte_info_table table:first-child {
    width: 400px;
    float: left;
}

.candidte_info_table table:first-child td {
    background: #F1F1F1;
    border-right: none;
    font-weight: 600;
}

.candidte_info_table table:nth-child(2) {
    width: 68.6%;
    float: left;
}

.candidte_info_table table:nth-child(2) tr:last-child td:nth-child(2) {
    background: #F1F1F1;
    font-weight: 600;
}

.candidte_info_table table td {
    padding: 28px 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    color: #000;
    border: 1px solid #ABB8E0;
}

.candidate_img {
    width: 250px;
    float: right;
    padding: 10px;
    border: 1px solid #ABB8E0;
}

.candidate_img img {
    display: block;
}

.table_center {
    width: 100%;
    float: left;
    margin: 20px 0 43px;
}

.table_center table:first-child {
    float: left;
    width: 74.3%;
}

.table_center table th {
    background: #F1F1F1;
    padding: 28px 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: left;
    color: #000;
    border: 1px solid #ABB8E0;
}

.table_center table td {
    padding: 28px 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    color: #000;
    border: 1px solid #ABB8E0;
}

.table_center table:last-child {
    float: right;
    width: 385px;
}

.table_center table:first-child td span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    width: auto;
}

.table_center table:last-child td em {
    width: 124px;
    display: block;
    margin: 10px auto;
}

.candidate_instruction {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.candidate_instruction h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    color: #000;
    margin: 0 0 37px;
}

.candidate_instruction ol {
    margin: 0;
    padding: 0 0 0 22px;
}

.candidate_instruction li {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
}

.self_declaration {
    width: 100%;
    padding: 50px 0 0;
}

.self_declaration ol {
    margin: 0;
    padding: 0 0 0 22px;
}

.self_declaration li,
.self_declaration p {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
}

.self_declaration ol ol {
    list-style: lower-alpha;
    padding: 25px 0 0 0;
}

.self_declaration ol ol li {
    padding-bottom: 15px;
}

.self_declaration ol li table {
    width: 100%;
    margin: 25px 0 10px;
}

.self_declaration ol li table th {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: center;
    color: #000;
    border: 1px solid #ABB8E0;
}

.self_declaration ol li table td {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    color: #000;
    border: 1px solid #ABB8E0;
}

.self_declaration ol li table td:first-child {
    font-weight: 600;
}

.in_table {
    max-width: 1192px;
    margin: 25px auto 20px !important;
    table-layout: fixed;
}

.in_table td {
    text-align: center !important;
}

.exam_result {
    width: 100%;
    float: left;
    padding: 50px 206px 108px;
    border: 1px solid #ABB8E0;
}

.display_marksheet {
    background: #EDF1FF;
    width: 100%;
    float: left;
}

.display_marksheet h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin: 15px 0 20px;
}

.display_marksheet h1 small {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding-top: 15px;
}

table.top_table {
    width: 100%;
}

table.top_table td:nth-child(1),
table.top_table td:nth-child(3) {
    font-weight: 600;
}

table.top_table td:first-child,
table.b_table th:first-child,
table.b_table tr:last-child td:first-child {
    border-left: none;
}

table.top_table td:last-child,
table.b_table th:last-child,
table.b_table tr:last-child td {
    border-right: none;
}

.display_marksheet table td {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: left;
    color: #000;
    padding: 15px 20px;
    border: 1px solid #ABB8E0;
}

table.b_table {
    width: 100%;
}

table.b_table th {
    padding: 25px 20px;
    border: 1px solid #ABB8E0;
    border-top: none;
}

table.b_table td {
    padding: 20px 20px;
    border: 1px solid #ABB8E0;
    border-top: none;
}

table.b_table td:first-child {
    font-weight: 700;
}

table.b_table tr:nth-child(2) td,
table.b_table tr:nth-child(3) td,
table.b_table tr:nth-child(4) td {
    background: #fff;
}

table.b_table tr:last-child td {
    font-size: 16px;
    font-weight: 700;
    padding: 25px 20px;
    border-bottom: none;
}

.candidate_info {
    width: 100%;
    float: left;
    padding: 30px 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ABB8E0;
}

.candidate_info_txt {
    width: 600px;
    float: left;
}

.candidate_info_txt h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    margin: 0 0 20px;
}

.candidate_info_txt p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.candidate_info figure {
    width: 300px;
    float: right;
    margin-right: 10px;
}

.candidate_info figure small {
    display: block;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000;
    padding-top: 5px;
}

.candidate_info figure a.button3 {
    background: #52C91C;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.9px;
    text-align: center;
    color: #fff;
    padding: 25px 15px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.candidate_info figure a.button3:hover {
    background: #000 !important;
    color: #fff !important;
}

.candidate_info figure a.button3.color1 {
    background: #feea00;
    color: #000;
}

.candidate_info figure a.button3.color2 {
    background: #EDF1FF;
    color: #ABB8E0;
}

.supplementary_candidate table th,
.supplementary_candidate table td {
    white-space: nowrap;
}

.candidate_application_history {
    width: 100%;
    float: left;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ABB8E0;
}

.candidate_application_history h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #000;
    margin: 0 0 20px;
}

.candidate_application_history table {
    width: 100%;
    float: left;
}

.candidate_application_history table th {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    border: 1px solid #ABB8E0;
    border-top: none;
}

.candidate_application_history table td {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    border: 1px solid #ABB8E0;
}

.candidate_application_history table tr:last-child td {
    border-bottom: none;
}

.candidate_application_history table tr td:first-child,
.candidate_application_history table tr th:first-child {
    border-left: none;
}

.candidate_application_history table tr td:last-child,
.candidate_application_history table tr th:last-child {
    border-right: none;
}

.candidate_application_history table td strong {
    display: inline-block;
    font-weight: 700;
}

.c_table {
    width: 100%;
    float: left;
    overflow: hidden;
    border: 1px solid #ABB8E0;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.child_tab {
    width: 100%;
    float: left;
}

.child_tab_nav {
    width: 100%;
    float: left;
    font-size: 0;
    padding-bottom: 30px;
}

.child_tab_nav a {
    display: inline-block;
    height: 60px;
    border: 1.5px solid #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    padding: 20px;
    margin-right: 20px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.child_tab_nav a.current,
.child_tab_nav a:hover {
    background: #002184;
    border-color: #002184;
    color: #fff;
}

.child_tab_container {
    width: 100%;
    float: left;
}

.child_tab_cont {
    width: 100%;
    float: left;
    display: none;
}

.receipt_copy.odd {
    clear: both;
}

.receipt_copy.odd::before,
.receipt_copy.odd::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    content: '';
}

.scrutiny_cont_right h3 {
    float: left;
    width: auto;
}

.scrutiny_cont_right .c_select {
    float: right;
    width: 296px;
    margin: 13px 20px 0;
}

.scrutiny_cont_right .c_select span {
    width: auto;
    float: left;
    line-height: 50px;
}

.scrutiny_cont_right .c_select select {
    width: 200px;
    float: right;
}


/* New css
========================================== */

.id_card_panel {
    width: 830px;
    margin: 0 auto;
    font-size: 0;
}

.id_card_panel::before,
.id_card_panel::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    content: '';
}

.id_card_front {
    width: 400px;
    height: 550px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ABB8E0;
}

.card_logo {
    background: #22B14C;
    width: 100%;
    float: left;
    height: 70px;
    text-align: center;
    margin-bottom: 20px;
}

.card_logo img {
    width: 340px;
    display: block;
    margin: 10px auto;
}

.id_card_front figure {
    width: 150px;
    display: block;
    margin: 0 auto 20px;
    overflow: hidden;
}

.card_info {
    width: 100%;
    float: left;
    padding: 0 22px 0 30px;
}

.card_info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card_info li {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}

.card_info li strong {
    font-weight: 700;
    width: 131px;
    float: left;
    margin-right: 56px;
}

.card_info li strong:nth-child(2) {
    margin: 0;
    width: auto;
    float: right;
}

.card_info li span {
    display: block;
    float: left;
}

.id_card_front small {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    clear: both;
}

.id_card_front small>img {
    width: 62px;
    margin: 0 0 10px;
    display: block;
}

.id_card_back {
    width: 400px;
    height: 550px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ABB8E0;
    border-top: 10px solid #22B14C;
}

.id_card_back .card_info {
    padding-left: 26px;
}

.id_card_back .card_info.odd li strong {
    margin: 10px 0 0;
    width: auto;
}

.id_card_back .card_info.even li strong {
    margin-right: 31px;
}

.id_card_back .space {
    width: 100%;
    float: left;
    height: 296px;
}

.id_card_back h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    margin: 0 0 10px;
    padding: 0 26px 14px;
    border-bottom: 10px solid #22B14C;
}

a.download_btn {
    background: #52C91C;
    width: 180px;
    height: 60px;
    margin: 30px auto;
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    text-align: center;
    color: #fff;
    padding: 21px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

a.download_btn:hover {
    background: #002184;
}

.certificate_panel {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
}

.certificate_panel>.certificate {
    width: 650px;
    display: inline-block;
    vertical-align: top;
    padding: 30px 35px;
    margin: 0 26px;
    border: 1px solid #ABB8E0;
}

.hall_ticket_cont h2 {
    margin: 0 !important;
}

.exam_schedule_scroll {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 30px;
}

.exam_schedule table {
    width: 100%;
    table-layout: auto;
    border: 1px solid #ABB8E0;
}

.exam_schedule table th {
    background: #F1F1F1;
    font-weight: 700 !important;
}

.exam_schedule table th,
.exam_schedule table td {
    padding: 20px;
    font-size: 14.71px;
    font-weight: 400;
    line-height: 17.98px;
    color: #000;
    border-bottom: 1px solid #ABB8E0;
    border-right: 1px solid #ABB8E0;
}

.ticket td {
    vertical-align: top !important;
}

select.dropdownYear {
    background: transparent url(images/calendar.png) 92% center no-repeat;
    background-size: 24px auto;
}

.radio_box {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}

.radio_box label {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    position: relative;
    margin-right: 30px;
    margin-bottom: 20px;
}

.radio_box label:last-child {
    margin-right: 0;
}

.radio_box label>input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.radio_box label>input:checked+i {
    background: url(images/radio-chkd.png) 0 0 no-repeat;
    background-size: 30px 30px;
}

.radio_box label i {
    background: url(images/radio.png) 0 0 no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
}

.e_id_card .account_form h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #000;
    margin: 0 0 50px;
}

.e_id_card .account_form select.dropdownYear {
    background-position: 96% center;
    margin-bottom: 30px;
}

.scrutiny_cont_left.odd,
.scrutiny_cont_right.odd {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.scrutiny_cont_left.odd {
    padding: 0 20px;
}

.scrutiny_cont_left.odd li {
    padding-left: 0;
    padding-right: 0;
}

.scrutiny_cont_left.odd li:first-child {
    border: none;
}

.scrutiny_cont_left.odd li span:last-child {
    text-align: right;
}

.scrutiny_cont_left.odd li span:last-child .tag {
    float: right;
    padding-bottom: 20px;
}

.update_box {
    width: 100%;
    float: left;
    padding: 0 30px 50px;
}

.update_box h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    margin: 10px 0 30px;
}

.update_box textarea {
    width: 100%;
    height: 231px;
    resize: none;
    border: 1px solid #ABB8E0;
    outline: none;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    color: #000;
    margin: 0 0 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.update_box input[type="submit"] {
    background: #ABB8E0;
    width: 200px;
    height: 70px;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
    color: #fff;
    text-align: center;
    padding: 24px;
    display: block;
    margin: 0 auto;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.update_box input[type="submit"]:hover {
    background: #002184;
}

.error_page table td p {
    width: 480px;
    white-space: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

a.view_doc {
    background: #000;
    height: 50px;
    text-align: center;
    display: inline-block;
    padding: 16px 18px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

a.view_doc:hover {
    background: #002184;
}

.error_page.update p {
    width: 722px;
}

.state_info {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #000;
    padding: 5px 0 20px;
}

.state_info .toggle {
    float: right;
    position: relative;
    margin-top: -3px;
}

a.viewBtn2 {
    background: #000;
    display: inline-block;
    padding: 10px 17px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

a.viewBtn2:hover {
    background: #002184;
}

.view_table {
    width: 100%;
    float: left;
    border: 1px solid #ABB8E0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.view_table_inner {
    padding: 20px 15px;
    width: 100%;
    border-bottom: 1px solid #ABB8E0;
}

.view_table table {
    width: 100%;
    table-layout: fixed;
}

.view_table table th,
.view_table table td {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}

.view_table table td {
    font-weight: 700 !important;
}

.view_table table td a {
    display: inline-block;
    color: #000;
}

.view_table table td a:hover {
    text-decoration: underline !important;
}

.descriptions {
    width: 100%;
    float: left;
    padding: 20px 30px 30px;
}

.descriptions span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: #000;
    padding-bottom: 15px;
}

.descriptions p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
}

.guidebook .custom_form li {
    width: 41.9%;
}

.guidebook li:last-child {
    width: 172px;
}

.scrutiny_dashboard .block1 {
    width: 100%;
    float: left;
    padding: 5px 0 16px;
    margin-bottom: 30px;
}

.scrutiny_dashboard .block1 ul {
    list-style: none;
    margin: 0 -0.7%;
    padding: 0;
}

.scrutiny_dashboard .block1 ul li {
    width: 15.1%;
    float: left;
    margin: 0 0.7% 15px;
    padding: 15px;
    border: 1px solid #ABB8E0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.scrutiny_dashboard .block1 ul li strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    padding-bottom: 10px;
}

.scrutiny_dashboard .block1 ul li span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
}

.scrutiny_dashboard .panel_1 {
    width: 100%;
    float: left;
}

.scrutiny_dashboard .panel_1 h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: #000;
    margin: 0 0 30px;
}

.scrutiny_dashboard .panel_1 label {
    font-size: 15px;
    font-weight: 600;
}

table td .tableChkBox {
    font-weight: 400;
}

.tableChkBox {
    display: inline-block;
    position: relative;
    line-height: 30px;
}

.tableChkBox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.tableChkBox input:checked+small {
    background-image: url(images/chk-active-img.png);
}

.tableChkBox small {
    background: url(images/chk-img.png) 0 0 no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    top: -2px;
}

.sc_app_form table td,
.all_scrutinizers table td,
.cTable table td {
    vertical-align: middle;
}

.selectDropdown {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.selectDropdown a {
    color: #fff;
}

.selectDropdown dd,
.selectDropdown dt {
    margin: 0px;
    padding: 0px;
}

.selectDropdown ul {
    margin: -1px 0 0 0;
}

.selectDropdown dd {
    position: relative;
}

.selectDropdown a,
.selectDropdown a:visited {
    text-decoration: none;
    outline: none;
}

.selectDropdown dt a {
    background: #fff url(images/black-drop-icon.png) 96% center no-repeat;
    background-size: 18px 11px;
    border: 1px solid #ABB8E0;
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: #000;
    padding: 15px;
    min-height: 60px;
    line-height: 24px;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.selectDropdown dt a span,
.multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
}

.selectDropdown dd ul {
    background-color: #fff;
    border: 0;
    color: #000;
    display: none;
    left: 0px;
    padding: 10px 15px 10px 10px;
    position: absolute;
    top: 2px;
    width: 100%;
    list-style: none;
    height: 150px;
    overflow: auto;
    z-index: 2;
}

.selectDropdown span.value {
    display: none;
}

.selectDropdown dd ul li a {
    padding: 5px;
    display: block;
}

.selectDropdown dd ul li a:hover {
    background-color: #fff;
}

.mutliSelect {
    width: 100%;
    float: left;
}

.mutliSelect ul {
    margin: 0;
}

.mutliSelect li {
    width: 100%;
    float: left;
    margin: 0 0 24px;
    position: relative;
}

.mutliSelect li input {
    background: unset !important;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    position: relative;
    margin: -2px 15px 0 0;
}

.scrutiny_cont {
    width: 600px;
}

.edit_scrutinizers .custom_form {
    overflow: hidden;
}

.top_txt {
    width: 100%;
    float: left;
    padding: 20px;
    border-bottom: 1px solid #ABB8E0;
}

.top_txt h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    float: left;
    color: #000;
    padding: 0;
    width: auto;
}

.top_txt figure {
    width: 100px;
    height: 100px;
    float: right;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.scrutiny_cont.odd li span:last-child {
    text-align: right;
}

.space2 {
    width: 100%;
    float: left;
    height: 134px;
}

.form_field.border {
    border-top: 1px solid #ABB8E0;
    border-bottom: 1px solid #ABB8E0;
    position: relative;
    top: -20px;
    padding: 30px 0;
    margin-bottom: 10px;
}

.form_field.border::before {
    background: #ABB8E0;
    width: 600px;
    height: 1px;
    position: absolute;
    left: -100px;
    top: -1px;
    content: '';
}

.form_field.border::after {
    background: #ABB8E0;
    width: 600px;
    height: 1px;
    position: absolute;
    left: -100px;
    bottom: -1px;
    content: '';
}

.print_pdf {
    background: #fff;
    width: 790px;
    padding: 16px;
    margin: 0 auto;
}

.print_pdf::before,
.print_pdf::after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: '';
}

.print_pdf_block_parent {
    margin: 0 -10px;
}

.print_pdf_block {
    width: 47.4%;
    min-height: 260px;
    float: left;
    margin: 0 10px 15px;
    padding: 10px;
    position: relative;
    border: 1px solid #000;
}

.print_pdf_block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.print_pdf_block p strong {
    display: inline-block;
    font-weight: 700;
    padding: 0;
}

.print_pdf_block small {
    position: absolute;
    right: 10px;
    top: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 10px;
    letter-spacing: 4px;
    text-align: center;
    color: #000;
}

.print_pdf_block small img {
    width: 121px;
    display: block;
    margin-bottom: 10px;
}

.pdf_container {
    background: #fff;
    width: 790px;
    padding: 16px;
    margin: 0 auto;
}

.pdf_container::before,
.pdf_container::after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: '';
}

.pdf_container .header_center {
    background-color: #fff;
    border-bottom: 1px solid #ABB8E0;
    margin-bottom: 10px;
}

.pdf_container .site_logo a strong {
    font-size: 24px;
    line-height: 30px;
    /* padding-left: 0; */
}

.pdf_container .site_logo a strong small {
    font-size: 15px;
    line-height: 30px;
}

.pdf_container .sec_1 {
    width: 100%;
    float: left;
    padding: 0 20px 20px;
    position: relative;
}

.pdf_container .sec_1 span {
    display: block;
    float: left;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

.pdf_container .sec_1 span:last-child {
    float: right;
    text-align: right;
}

.pdf_container .sec_1 small {
    display: block;
    float: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    text-align: right;
}

.pdf_container .sec_1 figure {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.pdf_Table {
    width: 100%;
    border: 1px solid #ABB8E0;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.pdf_container table {
    width: 100%;
    border: none;
}

.pdf_container table th {
    background: #DEE7FF;
    border: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    padding: 20px 22px;
    border-bottom: 1px solid #ABB8E0;
}

.pdf_container table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 20px 22px;
    border: none;
    border-bottom: 1px solid #ABB8E0;
}

.pdf_container table tr:last-child td {
    border: none;
}

.manual_label .center_form {
    width: 900px;
    overflow: hidden;
}

.manual_label .center_form h2 {
    border-bottom: 1px solid #ABB8E0;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.manual_label .center_form h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin: 0 0 20px;
}

.upload_panel_01 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ABB8E0;
    /* padding-bottom: 30px; */
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.upload_panel_01 .form_field {
    text-align: left !important;
    width: 400px;
    margin: 0 auto 30px;
    float: none;
}

.upload_panel_01 .form_field strong {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    text-align: left;
    color: #000;
    position: relative;
}

.listBox {
    list-style: none;
    margin: 0 -1.8%;
    padding: 0;
}

.listBox li {
    width: 46.3%;
    margin: 0 1.8%;
}

.submit_box {
    width: 100%;
    float: left;
    border-top: 1px solid #ABB8E0;
    padding: 20px 0;
    margin-top: 15px;
    position: relative;
}

.submit_box::before,
.submit_box::after {
    border-top: 1px solid #ABB8E0;
    position: absolute;
    left: -100px;
    top: -1px;
    width: 1500px;
    height: 1px;
    content: '';
}

.submit_box small {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: left;
    padding-bottom: 40px;
}

.address_pdf {
    width: 850px;
    margin: 50px auto;
}

.address_pdf table {
    width: 100%;
}

.address_pdf table th {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding: 20px;
    border: 1px solid #000;
}

.address_pdf table td {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #000;
    padding: 20px;
    border: 1px solid #000;
}

.address_pdf table td strong {
    font-weight: 700;
    display: inline-block;
}

.download_box {
    width: 100%;
    float: left;
    position: relative;
}

.download_box small {
    text-align: left;
    float: left;
    display: block;
}

.download_box a {
    width: 130px;
    display: block;
    float: right;
}

.custom_table h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin: 0 0 30px;
}

.c_table_left {
    width: 35%;
    float: left;
    padding-right: 30px;
    border-right: 1px solid #ABB8E0;
}

.c_table_right {
    width: 63%;
    float: right;
    margin-left: 30px;
}

.c_table_left .custom_table_scroll,
.c_table_right .custom_table_scroll {
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

.custom_table .c_table_left table th,
.custom_table .c_table_right table th {
    height: 74px;
}

.finalize_centre_cont h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin: 30px 30px 20px;
}

.finalize_centre_cont_left {
    width: 34%;
    float: left;
    margin-right: 2%;
    border: 1px solid #ABB8E0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.finalize_centre_cont_left .custom_form {
    padding: 0 30px;
}

.finalize_centre_cont_left .address_box {
    width: 100%;
    height: 308px;
    float: left;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-top: 1px solid #ABB8E0;
    border-bottom: 1px solid #ABB8E0;
}

.finalize_centre_cont_left .address_box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.64px;
    color: #000;
    margin-bottom: 30px;
}

.finalize_centre_cont_left .address_box p strong {
    font-weight: 700;
    float: right;
    text-align: right;
}

.finalize_centre_cont_left input[type="submit"] {
    background: #000;
    width: 230px;
    height: 70px;
    display: block;
    margin: 0 auto 40px;
    clear: both;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.finalize_centre_cont_left input[type="submit"]:hover {
    background: #002184;
}

.finalize_centre_cont_right {
    width: 64%;
    float: right;
    border: 1px solid #ABB8E0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.c_table_b {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
}

.c_table_b table {
    width: 100%;
    min-width: 700px;
    table-layout: fixed;
}

.c_table_b table td {
    padding: 20px 30px;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17.64px;
    color: #000;
    border: 1px solid #ABB8E0;
}

.c_table_b table td strong {
    display: block;
    float: right;
}

.c_table_b table td strong span {
    color: #FF2626;
}

.c_table_b table tr:last-child td {
    border-bottom: none;
}

.c_table_b table td:first-child {
    border-left: none;
}

.c_table_b table td:last-child {
    border-right: none;
}

.finalize_centre_bottom {
    width: 100%;
    float: left;
    border-top: 1px solid #ABB8E0;
    margin-top: 30px;
    padding-top: 20px;
}

.f_inner {
    width: 64%;
    float: right;
}

.f_inner strong {
    display: block;
    float: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 70px;
    color: #000;
}

.f_inner a {
    background: #002184;
    width: 300px;
    height: 70px;
    display: block;
    float: right;
    padding: 24px 0 23px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22.68px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.f_inner a:hover {
    background: #000;
}

.form_box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ABB8E0;
}

.half_box {
    width: 100%;
    float: left;
}

.half_box .form_field {
    width: 190px;
}

.half_box .form_field:last-child {
    float: right;
}

input[type="time"] {
    background: #fff url(images/clock-icon.png) 91% center no-repeat;
    background-size: 21px auto;
}

.form_box span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 20.16px;
    letter-spacing: 0%;
    color: #000;
    padding-bottom: 20px;
}

.center_form.width h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.center_form.width .custom_form {
    padding-left: 30px;
    padding-right: 30px;
}

.center_form.width .custom_form .radio_box label {
    margin-right: 24px;
    margin-bottom: 20px;
}

.center_form.width .custom_form .radio_box label:last-child {
    margin-right: 0;
}

.center_form.width .form_field:nth-child(4) {
    margin-bottom: 40px !important;
}

.instruction {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 30px 0 0;
    border: 1px solid #ABB8E0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.instruction input[ type="submit"] {
    background: #002184;
    width: 150px;
    height: 50px;
    border: none;
    outline: none;
    display: block;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20.16px;
    text-align: center;
    color: #fff;
    margin: 20px auto 10px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.instruction input[ type="submit"]:hover {
    background: #000;
}

.instruction ol {
    margin: 0;
    padding: 0 16px;
}

.instruction li {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000;
}

.instruction li::before {
    display: none;
}

.instruction .note-editable {
    height: 400px !important;
}

.instruction ol li ol {
    list-style: lower-alpha;
}

.tdimg1 {
    width: 80px;
    height: 80px;
}

.tdimg2 {
    width: 50px;
    height: 50px;
}

.seat_number th:nth-child(8),
.seat_number td:nth-child(8) {
    border-left: 1px solid #ABB8E0;
    border-right: 1px solid #ABB8E0;
}

.seat_number tr:first-child th {
    border-bottom: 1px solid #ABB8E0;
}

.pdf_Table_1 {
    width: 100%;
    float: left;
    padding: 0 20px;
}

.pdf_Table_1 table {
    width: 100%;
}

.pdf_Table_1 table td {
    border: 1px solid #ABB8E0 !important;
    padding: 45px 55px;
}

.pdf_Table_1 table tr:nth-last-child(2) td {
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 100px;
}

.pdf_Table_1 table tr:last-child td {
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 100px;
}

.pdf_Table_1 span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000;
    padding-top: 20px;
}

.pdf_Table_1 .inner {
    border: 1px solid #ABB8E0;
    overflow: hidden;
    border-radius: 9px 9px 0 0;
    -webkit-border-radius: 9px 9px 0 0;
    -moz-border-radius: 9px 9px 0 0;
    -ms-border-radius: 9px 9px 0 0;
    -o-border-radius: 9px 9px 0 0;
}

.pdf_Table_1 .inner th {
    padding: 12px 10px;
    border: 1px solid #ABB8E0 !important;
    border-top: none !important;
    vertical-align: middle !important;
}

.pdf_Table_1 .inner th:first-child,
.pdf_Table_1 .inner td:first-child {
    border-left: none !important;
}

.pdf_Table_1 .inner th:last-child,
.pdf_Table_1 .inner td:last-child {
    border-right: none !important;
}

.pdf_Table_1 .inner th:nth-child(1),
.pdf_Table_1 .inner td:nth-child(1) {
    width: 75px;
}

.pdf_Table_1 .inner th:nth-child(2),
.pdf_Table_1 .inner td:nth-child(2) {
    width: 105px;
}

.pdf_Table_1 .inner th:nth-child(3),
.pdf_Table_1 .inner td:nth-child(3) {
    width: 440px;
}

.pdf_Table_1 .inner th:nth-child(4),
.pdf_Table_1 .inner td:nth-child(4) {
    width: 212px;
}

.pdf_Table_1 .inner td {
    padding: 12px 10px !important;
    vertical-align: top !important;
}

.pdf_Table_1 .inner td:first-child {
    padding-left: 20px !important;
}

.pdf_Table_1 .inner td figure {
    width: 80px;
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
    margin-right: 5px;
    text-transform: uppercase;
}

.pdf_Table_1 .inner td figure img {
    margin-top: 8px;
}

.pdf_Table_1 .inner td .t_box {
    float: left;
    padding-top: 25px;
}

.pdf_Table_1 .inner td strong {
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000;
}

.pdf_Table_1 .inner td strong span {
    font-weight: 400;
    display: inline-block;
    padding: 0;
}

.pdf_Table_1 .inner td small {
    width: 73px;
    margin-left: 12px;
    margin-top: 33px;
    float: left;
}

.pdf_Table_1 .inner .table1 th:last-child,
.pdf_Table_1 .inner .table1 td:last-child {
    border-right: 1px solid #ABB8E0 !important;
}

.pdf_Table_1 .inner em {
    display: block;
    float: right;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 0 17px 10px;
}

.hall_ticket_generated {
    width: 100%;
    float: left;
    padding: 20px;
    margin-bottom: 50px;
    border: 1px solid #ABB8E0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.hall_ticket_generated h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #000;
    margin: 0 50px 0 0;
    float: left;
}

.hall_ticket_generated .custom_form {
    width: 400px;
    float: left;
    padding-top: 10px;
}

.b_left {
    float: left;
}

.b_right {
    float: right;
    padding-top: 37px;
}

.b_right input[type="button"] {
    background-color: #fff;
    border: 1px solid #000;
    outline: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 20.16px;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    padding: 20px 40px;
    margin-left: 20px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.b_right input[type="button"]:hover {
    background-color: #52C91C;
    border-color: #52C91C;
    color: #fff;
}

.b_right input[type="button"]:last-child:hover {
    background-color: #E52129;
    border-color: #E52129;
    color: #fff;
}

.generate_ticket table .img1 {
    width: 80px;
    height: 80px;
}

.generate_ticket table .sign {
    width: 78px;
}

.form_field.pass .h_line {
    position: relative;
    margin-bottom: 20px;
}

.form_field.pass .h_line::before {
    background-color: #ABB8E0;
    width: 800px;
    height: 1px;
    position: absolute;
    left: -100px;
    top: 0;
    content: '';
}

.ecWidth table th:nth-child(3),
.ecWidth table td:nth-child(3) {
    width: 205px;
    white-space: normal;
}

.sheet_approve {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 30px 30px 22px;
    border: 1px solid #ABB8E0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.sheet_approve::before,
.sheet_approve::after,
.custom_panel_1::before,
.custom_panel_1::after {
    clear: both;
    content: '';
    display: block;
    overflow: hidden;
    visibility: hidden;
}

.form_field.btn_area {
    text-align: center;
    margin: 0;
}

.form_field.btn_area button {
    background: #52C91C;
    width: 176px;
    height: 60px;
    margin: 0 10px;
    padding: 18px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22.68px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    display: inline-block;
    border: none;
    outline: none;
    vertical-align: top;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.form_field.btn_area button:nth-child(2) {
    background: #FF2626;
}

.form_field.btn_area button:hover {
    opacity: 0.7;
}

.sheet_approve h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0%;
    margin: 0 0 20px;
    color: #000;
}

.sheet_approve.odd {
    padding: 40px 50px;
}

.sheet_approve ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sheet_approve li {
    width: 33.3%;
    float: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000;
}

.sheet_approve li strong {
    font-weight: 700;
}

.sheet_approve li img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.sheet_approve li:nth-child(2) {
    text-align: center;
}

.sheet_approve li:last-child .sheet_approve p {
    width: 100%;
    float: left;
    margin-top: 26px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000;
}

.sheet_approve p strong {
    font-weight: 700;
}

.custom_panel_1 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ABB8E0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.top_box {
    width: 100%;
    float: left;
    padding: 40px 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ABB8E0;
}

.top_box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top_box li {
    width: 33.3%;
    float: left;
}

.top_box li:nth-child(2) {
    text-align: center;
}

.top_box li:nth-child(3) {
    text-align: right;
}

.top_box li span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #000;
}

.top_box li span strong {
    font-weight: 700;
}

.custom_form_2 {
    width: 100%;
    float: left;
    padding: 0 50px;
}

.custom_form_2 h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17.64px;
    letter-spacing: 0%;
    color: #000;
    margin: 0 0 10px;
}

.custom_form_2 h6 small {
    display: block;
    font-weight: 400;
    padding: 0;
    line-height: normal;
}

.custom_form_2 ul.list1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom_form_2 ul.list1 li {
    width: 260px;
    float: left;
    margin-bottom: 20px;
}

.custom_form_2 label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.64px;
    letter-spacing: 0%;
    color: #000;
    padding-bottom: 10px;
}

.custom_form_2 small {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 60px;
    letter-spacing: 0%;
    color: #000;
    padding-bottom: 10px;
}

.custom_form_2 input {
    background: #EDF1FF;
    width: 100%;
    height: 60px;
    padding: 21px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.64px;
    letter-spacing: 0%;
    outline: none;
    color: #000;
    border: 1px solid #ABB8E0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.c_form_sec {
    width: 100%;
    float: left;
}

.c_form_sec ul.list2 {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}

.c_form_sec ul.list2 li {
    width: 24.8%;
    float: left;
    margin: 0 10px 20px;
}

.c_form_sec ul.list2 li:first-child {
    width: 180px;
}

.total_count {
    background: #EDF1FF;
    width: 100%;
    float: left;
    padding: 0 50px;
    margin-bottom: 30px;
    border-top: 1px solid #ABB8E0;
    border-bottom: 1px solid #ABB8E0;
}

.total_count li {
    font-weight: 700;
    font-size: 16px;
    line-height: 20.16px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000;
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}

.list2.odd li:first-child {
    width: 60% !important;
}

.list2.odd li:nth-child(2) {
    float: right;
}

.list2.even li {
    width: 31.3% !important;
}

.btn_area {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.btn_area input[type="submit"] {
    background: #ABB8E0;
    width: 300px;
    height: 70px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 24px 20px 23px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22.68px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.btn_area input[type="submit"]:hover {
    background: #002184;
}

.fresh_candidate_tab .custom_form_2 input {
    background: #fff !important;
}

.admin_chat {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: relative;
    float: left;
    border: 1px solid #ABB8E0;
}

.chat_header {
    background: #EDF1FF;
    width: 100%;
    height: 80px;
    padding: 20px;
    margin-bottom: 20px;
}

.chat_header h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #000;
}

.chat_body {
    background: #fff;
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
}

.chat_body::-webkit-scrollbar {
    background: #EDF1FF;
    width: 7px;
    height: 5px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

.chat_body::-webkit-scrollbar-thumb {
    background-color: #002184;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.chat_date {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
    padding: 10px;
    text-align: center;
}

.chatTxt {
    width: 100%;
    max-width: 1200px;
    float: left;
    margin-bottom: 20px;
}

.chatTxt.reply {
    float: right;
}

.chatTxt strong {
    display: block;
    float: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
    padding-bottom: 10px;
}

.chatTxt span {
    display: block;
    float: right;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
    padding-bottom: 10px;
}

.chatTxt p {
    background: #EDF1FF;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000;
    /* width: 100%; */
    max-width: 1200px;
    float: left;
    clear: both;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.chatTxt p img {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}

.send_chat {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 0 20px;
}

.send_chat input[type="text"] {
    background: #fff;
    border: 1px solid #ABB8E0;
    width: 100%;
    height: 60px;
    padding: 15px 60px 15px 60px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.send_chat input[type="submit"] {
    background: url(images/send-icon.png) 0 0 no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    right: 31px;
    top: 11px;
    position: absolute;
}

a.attach_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 27px;
    top: 10px;
}

.reminder table th:nth-child(2),
.reminder table td:nth-child(2) {
    width: 176px !important;
    white-space: normal;
}

.reminder table th:nth-child(3),
.reminder table td:nth-child(3) {
    width: 464px !important;
    white-space: normal;
}

#deleteBee input[type="submit"] {
    width: 200px !important;
}

#deleteBee input[type="submit"]:hover {
    background: #FF2626 !important;
    border-color: #FF2626 !important;
}

.vanu_details table th:nth-child(4),
.vanu_details table td:nth-child(4),
.vanu_details table th:nth-child(7),
.vanu_details table td:nth-child(7),
.vanu_details table th:nth-child(10),
.vanu_details table td:nth-child(10),
.vanu_details table th:nth-child(14),
.vanu_details table td:nth-child(14) {
    border-left: 1px solid #ABB8E0 !important;
}

.scrutiny_table td {
    vertical-align: middle !important;
}

#centerDropdown{
    padding: 15px;
    border-radius: 30px;
    float: right;
    position: relative;
    margin: -70px 20px 50px;
}

.c_box_1 {
    width: 460px;
    float: left;
    margin-right: 20px;
    border: 1px solid #ABB8E0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.c_box_1 h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #000;
    margin: 30px 0 20px;
}

.c_box_1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c_box_1 li {
    padding: 13px 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    width: 100%;
    float: left;
}

.c_box_1 li span {
    float: left;
    text-align: left;
}

.c_box_1 li span:nth-child(2) {
    text-align: right;
    float: right;
}

.c_box_1 li span strong {
    font-weight: 700;
}

.c_box_1_bottom {
    width: 100%;
    float: left;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #ABB8E0;
}

.c_box_1_bottom .button3 {
    background: #000;
    padding: 25px 43px;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.c_box_1_bottom .button3:hover {
    background: #002184;
}

.box_3 {
    width: 100%;
    float: left;
    padding: 0 20px;
}

.box_3 h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #000;
    margin: 0 0 10px;
    text-align: left;
}

.box_3 h4 img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.box_3 span {
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    padding-bottom: 14px;
    text-align: left;
}

.box_3 span strong {
    display: inline-block;
    font-weight: 700;
}

.exam_report_prepare {
    width: 100%;
    float: left;
    text-align: left;
    display: block !important;
    padding-bottom: 20px;
}

.exam_report_prepare p{
    display: block !important;
    float: left !important;
    font-size: 14px;
    margin: 0 15px 20px 0 !important;
}

.exam_report_prepare strong {
    margin: 0 !important;
    display: inline-block !important;
    float: none !important;
    text-align: left !important;
    width: auto !important;
}




/*Responsive CSS
=================================================================*/

@media only screen and (max-width:2560px) {}

@media only screen and (max-width:2100px) {}

@media only screen and (max-width:1900px) {}

@media only screen and (max-width:1700px) {}

@media only screen and (max-width:1400px) {}

@media only screen and (max-width:1199px) {}

@media only screen and (max-width:1099px) {}

@media only screen and (max-width:992px) {}

@media only screen and (max-width:767px) {
    .dashboard_sidebar {
        left: -300px;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
    }
    .dashboard_sidebar.change {
        left: 0;
    }
    .dash_header {
        padding: 5px 15px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 3;
    }
    .header_right {
        margin-top: 3px;
    }
    .dashboard_content_area {
        padding-top: 48px;
    }
    .page_container {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .dash_logo.hide {
        display: block !important;
        float: left;
        padding: 0 16px 0 0;
    }
    .dash_logo.hide a {
        width: 24px;
    }
    a.mob_btn {
        display: block;
        float: right;
        position: relative;
        width: 25px;
        height: 15px;
        margin: 5px 0 5px 10px;
    }
    a.mob_btn span {
        background: #000;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 0;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    a.mob_btn span::before {
        background: #000;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 8px;
        content: '';
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    a.mob_btn span::after {
        background: #000;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 16px;
        content: '';
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    a.cls_btn {
        background: transparent url(images/close-icon-white.png) 0 0 no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        z-index: 5;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .dashboard_panel {
        padding-left: 0;
    }
    .header_search {
        background-position: 10px center;
        width: auto;
        padding: 0;
        position: absolute;
        left: 54px;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .header_search input {
        width: 38px !important;
        padding: 0;
        /* height: 46px; */
        border: none;
        outline: none;
        font-size: 0;
        line-height: 19px;
        font-weight: 400;
        color: #3A3A3A;
    }
    .header_search input:focus,
    .header_search input:valid {
        width: 230px !important;
        padding: 0 10px 0 34px;
        font-size: 14px;
    }
}

@media only screen and (max-width:690px) {}

@media only screen and (max-width:667px) {}

@media only screen and (max-width:615px) {}

@media only screen and (max-width:560px) {}

@media only screen and (max-width:479px) {}

@media only screen and (max-width:420px) {}

@media only screen and (max-width:390px) {}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {}
