@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');

@import url('https://fonts.googleapis.com/css?family=Helvetica:400,500,600,700,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap');

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Helvetica LT Pro'), local('HelveticaLTPro-Roman'), url(https://fonts.gstatic.com/l/font?kit=JIAxUVNqfH9WuVQQRM4zUxOn&skey=22efecd2bc0e2cb0&v=v3) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
    outline: none !important;
}

html {
    font-size: 15px;
}

body {
    font-size: 100%;
    box-sizing: border-box;
    font-family: 'Helvetica';
    color: #000;
    letter-spacing: .5px;
    overflow-x: hidden;
    margin-top: 120px;
}

body a {
    text-decoration: none !important;
    color: #24356f;
}

section {
    padding: 70px 0;
}

.bg_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_attached {
    background-attachment: fixed;
}

.bg_grey {
    background-color: #f9f9f9;
}

.w-100 {
    width: 100%;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

/*web btn*/

.web_btn {
    color: #fff;
    padding: 7px 30px;
    display: inline-block;
    cursor: pointer;
    border-color: transparent;
    background-color: #e2652a;
    border: 2px solid #e2652a;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    margin-top: 30px;
    text-align: center;
    font-size: 110%;
    transition: all .5s;
}

.web_btn:hover,
.web_btn:focus {
    color: #fff;
}

.ghost_btn {
    background-color: transparent;
    color: #e2652a;
}

.ghost_btn:hover,
.ghost_btn:focus {
    background-color: #e2652a;
}

.white_btn {
    border-color: #fff;
    background-color: #fff;
    color: #e2652a;
}

.white_btn:hover {
    background-color: transparent;
    color: #fff;
}

.white_btn.ghost_btn {
    background-color: transparent;
    color: #fff;
}

.white_btn.ghost_btn:hover {
    background-color: #e2652a;
}

.small_btn {
    padding: 8px 12px;
    font-size: 90%;
    margin-top: 15px;
}

/*//web btn*/


/*web modal*/

.web_modal .modal-body {
    padding: 30px;
}

#calcModal.web_modal .modal-body {
    height: 70vh;
    overflow-y: auto;
}

.web_modal .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.web_modal .modal-content .modal-header {
    background-color: #1b9ce5;
    border: 0;
}

.web_modal .modal-content .modal-header .modal-title {
    color: #fff;
    font-size: 150%;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

.web_modal .modal-header .close {
    font-size: 200%;
    color: #fff;
    opacity: 1;
}

.web_modal .modal-footer {
    text-align: center;
}


.email_conf .title {
    font-size: 150%;
    font-weight: 700;
}

.email_conf .message {
    margin: 15px 0 10px;
    display: flex;
    flex-wrap: wrap;
}

.email_conf .message i {
    width: 30px;
    font-size: 150%;
    color: #1b9ce5;
    margin-right: 5px;
}

.email_conf .message p {
    width: calc(100% - 40px);
    font-size: 120%;
}

/*//web modal*/

/* owl carousel */

/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */

.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    background: #FFCA05;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
}

.owl-nav i {
    font-size: 100%;
}

.owl-nav .owl-prev {
    left: -50px;
}

.owl-nav .owl-next {
    right: -50px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    margin-right: 10px;
}

.owl-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ddd;
    border-radius: 50%;
    transition: all .5s;
}

.owl-carousel .owl-dot.active span {
    background-color: #231F20;
    width: 20px;
    border-radius: 10px;
}

.owl-carousel .owl-stage {
    padding: 20px 0;
}

/* //owl carousel */

/* navbar */

.navbar {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #1b9ce5;
}

.top_wrap.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

.navbar a {
    text-transform: capitalize;
}

.navbar-nav > li > a {
    color: #000;
    font-size: 100%;
    transition: all .5s;
    border-bottom: 2px solid transparent;
}

.navbar-nav > li > a:hover {
    border-color: #1b9ce5;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.navbar-toggle {
    border-color: transparent;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand > img {
    height: 50px;
}

.dropdown-menu {
    border: 0;
}

/* two level dropdown */

.level_2 {
    position: relative;
}

.level_2 ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-radius: 4px;
    background-color: #fff;
    list-style: none;
    display: none;
}

.level_2 ul li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.level_2 ul li a:hover,
.level_2 ul li a:focus {
    background-color: #1b9ce5;
    color: #fff;
}

.level_2:hover ul {
    display: block;
}

/* //two level dropdown */

#top-bar {
    background-color: #1b9ce5;
    padding: 10px 0;
}

#top-bar a {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    font-size: 90%;
}

#top-bar a i {
    display: inline-flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.top-contact {
    text-align: left;
    color: #fff;
}

.top-social {
    text-align: right;
}

.top-social a {
    font-size: 120%;
}

.fa-facebook {
    background-color: #3b5998;
}

.fa-twitter {
    background-color: #55acee;
}

.fa-linkedin {
    background-color: #0077b5;
}

.bottom-bar {
    padding: 10px 0;
    box-shadow: 0 15px 40px -20px rgba(40, 44, 63, .35);
}

#bottom-search .form-control {
    display: inline-block;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

#bottom-search .form-control:focus {
    border-color: #f1f1f1;
}

#bottom-search .input-group-btn {
    font-size: 100%;
}

#bottom-search .common_btn {
    background-color: #fff;
    color: #fff;
    padding: 6px 10px 7px;
    border: 0;
    background: #1b9ce5;
}

#bottom-search .common_btn span {
    position: relative;
    top: 3px;
}

.bottom-logos {
    text-align: right;
}

.bottom-logos img {
    height: 30px;
    width: auto;
    display: inline-block;
    margin-left: 30px;
    transform: scale(1);
    transition: all .5s;
}

.bottom-logos img:hover {
    transform: scale(1.1);
}

/*.dropdown-menu > li > a {
    transition: all .5s;
}*/

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #1b9ce5;
    color: #fff;
}

#search_page p {
    margin-bottom: 10px;
}

/* //navbar */

/*login*/

.login_page {
    min-height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.login_page::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/backgrounds/login_new_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.login_box {
    background-color: #fff;
    border: 1px solid #999;
}

.login_box .form-control {
    height: 40px;
}

.login_box .logo {
    padding: 30px 0 0;
    /*box-shadow: 0 15px 40px -20px rgba(40, 44, 63, .15);*/
    text-align: center;
}

.login_box .logo img {
    width: 180px;
}

.login_box .content {
    text-align: center;
    padding: 30px;
}

.login_box .content .title {
    font-size: 150%;
    font-weight: 700;
    margin-bottom: 15px;
}

.login_box .content i {
    font-size: 200%;
    color: #24356f;
}

.login_box .forgot_pass {
    margin-top: 15px;
    display: inline-block;
    font-weight: 600;
}

.login_box_wrap {
    display: flex;
    flex-wrap: wrap;
}

.login_box_wrap .login_box {
    width: 35%;
}

.login_box_wrap .login_img.bg_img {
    width: 65%;
    padding-right: 30px;
}

.login_box_wrap .login_img.bg_img {
    /*color: #fff;*/
    /*padding: 50px;*/
    /*    display: flex;*/
    flex-direction: column;
}

.login_box_wrap .login_img.bg_img .title {
    font-size: 280%;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
}


.login_box_wrap .login_img.bg_img .subtitle {
    font-size: 180%;
}

.login_box_wrap .check_list {
    margin-top: 30px;
}

.log_num_list .text_span {
    width: calc(100% - 65px) !important;
    text-transform: uppercase;
    font-weight: 600;
}

.log_num_list .text_span .text_small {
    text-transform: initial;
    font-weight: normal;
}

.log_num_list span.num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 120%;
    font-weight: bold;
    background-color: #7772e6;
    color: #fff;
    border-radius: 50%;
}

.log_num_list li {
    align-items: center;
    margin-bottom: 15px;
}

.login_note {
    font-style: italic;
    color: #757575;
    text-align: center !important;
    font-size: 90%;
}

/*//login*/

/*multisteps form*/

.multisteps_form .title {
    font-size: 200%;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

/*steps*/

.form_steps {
    position: relative;
    z-index: 1;
}

.steps_bar {
    width: 100%;
    height: 5px;
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -2;
}

.steps_bar_progress {
    background-color: #000;
    width: 20%;
    height: 5px;
    background-color: #f60;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

.steps_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.form_steps a {
    width: calc(100%/5);
    text-align: center;
    color: #000;
}

.form_steps a p {
    font-weight: 600;
    margin-top: 5px;
}

.form_steps a .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #eee;
}

.form_steps a .icon img {
    width: 30px;
    height: 30px;
}

/*.form_steps a.active .icon {
    background-color: #f60;
}*/

/*//steps*/

/*form box*/

.form_box.active {
    display: block;
}

.form_box {
    padding: 30px;
    box-shadow: 0 0 20px 0 #eee;
    margin-top: 30px;
    display: none;
}

.form_box .box_title {
    font-size: 150%;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.form_box .box_title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    border-bottom: 3px solid #1b9ce5;
}

.field_note {
    font-size: 95%;
    /*    font-style: italic;*/
    margin-top: 5px;
    font-family: 'Times New Roman';
    color: #555;
    /*    font-weight: 600;*/
}

.form_inner_box {
    padding: 15px;
    background-color: #fcfcfc;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.big_label {
    font-size: 120%;
}

.hidden_elem {
    display: none;
}

.form-control {
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    height: 45px;
    line-height: 32px;
}

.form-control:focus {
    border-color: #1b9ce5;
}

textarea.form-control {
    resize: none;
    height: 100px;
}

.check_box label {
    font-weight: normal;
}

.multi_btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background-color: #2ecc71;
    display: block;
    color: #fff !important;
}

.multi_add_btn {
    background-color: #2ecc71;
}


.multi_remove_btn {
    background-color: #e74c3c;
}

/*//form box*/

/*form buttons*/

.steps_buttons_box {
    text-align: center;
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps_buttons_box .web_btn {
    margin-top: 0;
    margin: 0 5px;
}

/*//form buttons*/

/*//multisteps form*/

/*dashboard*/

.empty_message {
    padding: 50px 0;
    text-align: center;
}

.empty_message .msg {
    color: #777;
    font-style: italic;
    font-weight: 700;
    font-size: 110%;
}

#toggle_dashboard_nav {
    position: fixed;
    left: 250px;
    top: 130px;
    color: #000;
    font-size: 150%;
    transition: all .5s;
}

.dashboard_nav {
    width: 240px;
    height: calc(100vh - 120px);
    box-shadow: 5px 0 5px -5px #eee;
    overflow-y: auto;
    position: fixed;
    top: 120px;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: all .5s;
    /* padding-top: 15px; */
}

.dashboard_nav .head {
    padding: 30px;
    text-align: center;
    background-color: #f9f9f9;
}

.dashboard_nav .head img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.dashboard_nav .head .name {
    font-size: 120%;
    font-weight: 700;
}

.dashboard_nav .head .web_btn {
    margin-top: 15px;
}

.dashboard_nav ul li a {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dashboard_nav ul li a i {
    color: #000;
    width: 30px;
}

.dashboard_nav ul li a span {
    width: calc(100% - 30px);
}

/*dashboard nav active*/

.home_nav ul li.home_active a,
.form_nav ul li.form_active a,
.override_nav ul li.override_active a,
.database_nav ul li.database_active a,
.setting_nav ul li.setting_active a,
.manage_nav ul li.manage_active a,
.social_nav ul li.social_active a {
    background-color: #1b9ce5;
    color: #fff;
    /* font-weight: 800; */
}

.home_nav ul li.home_active a i,
.form_nav ul li.form_active a i,
.contact_nav ul li.contact_active a i,
.manage_nav ul li.manage_active a i,
.social_nav ul li.social_active a i {
    color: #fff;
}

/*//dashboard nav active*/

.dashboard_content {
    width: calc(100% - 240px);
    margin-left: 240px;
    min-height: calc(100vh - 120px);
    transition: all .5s;
}


.dashboard_content {
    padding: 50px;
}

/*hide nav*/

.dashboard_wrap.hide_nav #toggle_dashboard_nav {
    left: 10px;
}

.dashboard_wrap.hide_nav .dashboard_nav {
    left: -240px;
}

.dashboard_wrap.hide_nav .dashboard_content {
    width: calc(100% - 20px);
    margin-left: 20px;
}

/*//hide nav*/

.breadcrumb {
    background-color: transparent;
    padding: 0;
    font-size: 120%;
    margin-bottom: 30px;
}

.breadcrumb li i {
    margin-right: 10px;
}

.breadcrumb li a {
    color: #000;
}

.breadcrumb li.active {
    color: #000;
    font-weight: 700;
}

.breadcrumb li {
    font-size: 110%;
}

.breadcrumb > li + li:before {
    content: '\f105';
    font-family: fontAwesome;
    color: #000;
}

.dashboard_box .box_head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.dashboard_box .box_head > div {
    width: 50%;
}

.dashboard_box .box_head .title {
    font-size: 120%;
    font-weight: 700;
}

.dashboard_box .box_head .buttons {
    text-align: right;
}

.dashboard_box .box_head .web_btn {
    margin-top: 0;
    margin-left: 15px;
}

.dashboard_form .form_box {
    margin-bottom: 50px;
}

.dashboard_form .form-control {
    height: 35px;
    border-radius: 5px;
}

.dashboard_form .form-control:focus {
    border-color: #aaa;
    box-shadow: none;
}

.dashboard_form textarea.form-control {
    height: 120px;
}


.dashboard_form .form_buttons .web_btn {
    margin-right: 15px;
}

.fields_box .boxtitle {
    font-size: 110%;
    font-weight: 700;
    margin-bottom: 15px;
}

.add_fields_box .buttons .web_btn {
    margin-top: 0;
    margin-right: 15px;
}

.add_fields_box .buttons,
.form_box .fields_box {
    margin-bottom: 30px;
}

.form_box .fields_box:last-child {
    margin-bottom: 0;
}

/*status tracker*/

.dash_count_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.dash_count_wrap.flex_2 > div {
    flex: 1;
    margin-right: 30px;
}

.dash_count_wrap.flex_3 > div {
    flex: 1;
    margin-right: 30px;
}

.dash_count_wrap.flex_2_3 > div:first-child {
    flex: 2;
    margin-right: 30px;
}

.dash_count_wrap.flex_2_3 > div:last-child {
    flex: 3;
    margin-right: 30px;
}


.dash_count_box {
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 6px 0 #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #000;
}

.dash_count_box.box_disabled {
    opacity: .5;
}

.dash_count_box .inside_box {
    margin-top: 10px;
}

.dash_count_box .count {
    font-size: 250%;
    color: #000;
    font-weight: 900;
    margin-bottom: 5px;
}

.dash_count_box .title {
    font-size: 130%;
    font-weight: 700;
    color: #000;
}

.text-left {
    text-align: left;
}

.dash_count_box .date {
    color: #555;
    font-weight: 700;
    font-size: 110%;
    margin-top: 5px;
}

.dash_count_wrap.main_wrap > .dash_count_box > .title {
    margin-top: 15px;
    text-align: left;
}

.dash_count_wrap.main_wrap > .dash_count_box > .date {
    text-align: left;
}

/*interactive table*/

.interactive_table_box {
    color: #000;
}

.interactive_table_box .head,
.interactive_table_box .body {
    border: 1px solid #000;
}

.interactive_table_box .head {
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.interactive_table_box .head p.title {
    font-size: 110%;
    font-weight: 700;
}

.interactive_table_box .head .table_row {
    margin: 0 15px;
    box-shadow: none;
}

.interactive_table_box .body {
    border-radius: 0 0 10px 10px;
    padding: 15px;
}

.table_row {
    padding: 15px;
    box-shadow: 0 0 6px 0 #eee;
    border-radius: 5px;
    margin-bottom: 15px;
}

.table_row:last-child {
    margin-bottom: 0;
}

.table_row .status {
    padding: 2px;
    border-radius: 5px;
    width: 100px;
    text-align: center;
}

.table_row .status.good {
    background-color: #96DD3F;
    color: #000;
}

.table_row .status.attention {
    background-color: #DD3245;
    color: #fff;
}

.table_row .status.late {
    background-color: #e8b31e;
    color: #fff;
}

.table_row .status.suspended {
    background-color: #ccc;
    color: #fff;
}

.table_row .status.due {
    background-color: #F8ED3D;
    color: #000;
}


/*//interactive table*/

.edit-status {
    padding: 2px;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    margin-top: 25px;
}

.edit-status.good {
    background-color: #96DD3F;
    color: #000;
}

.edit-status.attention {
    background-color: #DD3245;
    color: #fff;
}

.edit-status.late {
    background-color: #e8b31e;
    color: #fff;
}

.edit-status.suspended {
    background-color: #ccc;
    color: #fff;
}

.edit-status.due {
    background-color: #F8ED3D;
    color: #000;
}

/*//status tracker*/

.cycle_datebox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cycle_datebox p {
    font-size: 130%;
    font-weight: 700;
}

.cycle_datebox .title {
    margin-right: 10px;
    color: #000;
}

.cycle_datebox .date {
    color: #555;
}

.cycle_details_box .head .title {
    font-size: 110%;
    font-weight: 700;
    color: #555;
}

.cycle_details_box > .body {
    margin: 15px 0 15px;
}

input.form-control[readonly] {
    background-color: transparent;
}

.cycle_details_wrap .interactive_table_box.layout_2 .body {
    max-height: 250px;
    overflow-y: auto;
}

.interactive_table_box.layout_2 {
    border-radius: 0;
}

.interactive_table_box.layout_2 .head {
    border-radius: 0;
    border-bottom: 0;
}

.interactive_table_box.layout_2 .body {
    border-radius: 0;
    border-top: 0;
    padding: 0 15px 15px;
}

.interactive_table_box.layout_2 .table_row {
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.cycle_details_box {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #000;
}

/*.cycle_details_box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}*/

.input-group-addon {
    background-color: transparent;
    color: #000;
}

.dashboard_form .form-control:focus + .input-group-addon {
    border-color: #aaa;
}

.participant_search_box .search_row .add_part {
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 120%;
}

.participant_row_head .row_title {
    font-size: 110%;
    font-weight: 700;
    color: #555;
}

.participant_row_head {
    margin-bottom: 10px;
}

.participant_row_box {
    margin-bottom: 3px;
}

.participant_row_box .web_btn {
    padding: 5px 10px;
}

.participant_search_box {
    display: none;
    border: 1px solid #ccc;
    max-height: 100px;
    overflow-y: auto;
    border-radius: 5px;
}

.participant_search {
    margin: 15px 0;
}

.participant_search_box .search_row {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
}

.participant_search_box .search_row:hover {
    background-color: #f1f1f1;
}

.input-group .form-control {
    border-right: 0;
}

.row_btn i {
    font-size: 120%;
    color: #000;
}

.user_welcome_box .title {
    font-size: 200%;
    font-weight: 700;
    margin-bottom: 10px;
}

.user_welcome_box {
    color: #000;
}

.user_welcome_box .title i {
    font-size: 120%;
    margin-right: 10px;
}

.user_welcome_box .login_msg {
    font-size: 140%;
}

.time_remaining_box {
    display: flex;
    justify-content: center;
}

.time_remaining_box .num {
    color: #000;
    font-size: 250%;
    font-weight: 900;
    display: block;
    line-height: 1;
}

.time_remaining_box p {
    margin: 0 5px;
}

.time_remaining_box .time {
    font-size: 130%;
    font-weight: 700;
    color: #000;
}

/*//dashboard*/

.unlock_pwd {
    position: relative;
}

.unlock_pwd_btn {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #000 !important;
    font-size: 120%;
}

.form_border .unlock_pwd_btn {
    top: 15px;
}

.unlock_pwd.active .unlock_pwd_btn i::before {
    content: '\f070';
}

.unlock_pwd i {
    font-size: 100% !important;
}

.register_maintitle {
    z-index: 1;
    width: 100%;
    font-size: 250%;
    margin-bottom: 30px;
    font-weight: bold;
    color: #000;
}