html .form-control::-webkit-input-placeholder {
    color: #bbb;
}

html .form-control:-ms-input-placeholder {
    color: #bbb;
}

html .form-control::placeholder {
    color: #bbb;
}

.tbr_text__primary { color: #6866E9 !important; }
.tbr_text__success { color: #1BC5BD !important; }
.tbr_text__secondary { color: #aaa !important }
.tbr_text__warning { color: #FFA800 !important }
.tbr_text__danger { color: #F64E60 !important }
.tbr_text__body { color: #000; }

.font-weight--light { font-weight: 300; }
.font-weight--medium { font-weight: 600; }
.font-weight--bold { font-weight: 700; }
.font-italic {font-style: italic;}

.tbr_workspace {
    position: relative;
    overflow: hidden;
    margin-top: 136px;
    min-height: calc(100vh - 224px);
    padding: 40px;
    border: none;
    border-radius: 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 3px 16px 0 rgba(157, 206, 255, 0.16);
    box-shadow: 0 3px 16px 0 rgba(157, 206, 255, 0.16);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

html { overflow-x: hidden; }

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 0.3px;
    font-weight: 500;
    line-height: 24px;
    color: #888888;
    background-color: #EEF0F8;
}

@media only screen and (max-width: 480px) {
    p { font-size: 12px ;}
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1D2127;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
}

h1 { font-size: 46px; }
h2 { font-size: 40px; }
h3 { font-size: 34px; }
h4 { font-size: 28px; }
h5 { font-size: 22px; }
h6 { font-size: 16px; }

@media only screen and (max-width: 768px) {
    h1 { font-size: 32px; }
    h2 { font-size: 24px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
    h5 { font-size: 16px; }
}

a,
a:hover,
a:focus,
a:active {
    color: #999;
    text-decoration: none !important;
	outline: none !important;
	box-shadow: none;
}

strong, b {
    font-weight: 700;
}

.btn:hover,
.btn:focus,
.btn:active {
    outline: none;
}

.tbr_btn {
    padding: 10px 16px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    letter-spacing: .5px;
    border-radius: 5px;
    position: relative;
    height: 40px;
}

.tbr_btn__lg {
    padding: 18px 32px;
    font-size: 14px;
    height: 50px;
}

.tbr_btn__uppercase {
    text-transform: uppercase;
    letter-spacing: 4px;
}

.tbr_btn i.fa,
.tbr_btn i.fab,
.tbr_btn i.icon {
    font-size: 126%;
    margin-right: 6px;
}

.tbr_btn svg.tbr_left {
    margin-right: 8px;
}

.tbr_btn svg.tbr_right {
    margin-left: 8px;
}

.tbr_btn-primary {
    background-color: #6866E9;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.tbr_btn-primary:hover,
.tbr_btn-primary:focus,
.tbr_btn-primary:active {
    background-color: #6866E9;
    color: #FFFFFF;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px 0 rgb(104 102 233 / .14), 0 7px 12px -5px rgb(104 102 233 / 46%);
}

.tbr_btn-success {
    background-color: #1BC5BD;
    color: #FFFFFF;
}

.tbr_btn-success:hover,
.tbr_btn-success:focus,
.tbr_btn-success:active {
    background-color: #1BC5BD;
    color: #FFFFFF;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px 0 rgb(50 203 196 / 0.14), 0 7px 12px -5px rgb(50 203 196 / 0.46);
}

.tbr_btn-warning {
    background-color: #FFA800;
    color: #FFFFFF;
}

.tbr_btn-warning:hover,
.tbr_btn-warning:focus,
.tbr_btn-warning:active {
    background-color: #FFA800;
    color: #FFFFFF;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px 0 rgb(255 177 26 / 0.14), 0 7px 12px -5px rgb(255 177 26 / 0.46);
}

.tbr_btn-danger {
    background-color: #F64E60;
    color: #FFFFFF;
}

.tbr_btn-danger:hover,
.tbr_btn-danger:focus,
.tbr_btn-danger:active {
    background-color: #F64E60;
    color: #FFFFFF;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px 0 rgb(247 96 112 / 0.14), 0 7px 12px -5px rgb(247 96 112 / 0.46);
}

.tbr_btn-brand {
    background-color: #6866E9;
    color: #FFFFFF;
}

.tbr_btn-brand:hover,
.tbr_btn-brand:focus,
.tbr_btn-brand:active {
    background-color: #6866E9;
    color: #FFFFFF;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px 0 rgb(51 44 43 / 0.14), 0 7px 12px -5px rgb(51 44 43 / 0.46);
}

.tbr_btn_light-primary {
    background-color: #EAE9FC;
    color: #6866E9;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tbr_btn_light-primary:hover,
.tbr_btn_light-primary:focus,
.tbr_btn_light-primary:active {
    background-color: #6866E9;
    color: #FFFFFF;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px 0 rgb(104 102 233 / .14), 0 7px 12px -5px rgb(104 102 233 / 46%);
}

.tbr_btn_light-primary:hover svg path,
.tbr_btn_light-primary:focus svg path,
.tbr_btn_light-primary:active svg path {
    fill: #FFFFFF;
}

.tbr_btn_light-primary:hover svg circle,
.tbr_btn_light-primary:focus svg circle,
.tbr_btn_light-primary:active svg circle {
    fill: #FFFFFF;
}

.tbr_btn_light-success {
    background-color: #C9F7F5;
    color: #1BC5BD;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tbr_btn_light-success:hover,
.tbr_btn_light-success:focus,
.tbr_btn_light-success:active {
    background-color: #1BC5BD;
    color: #FFFFFF;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px 0 rgb(50 203 196 / 0.14), 0 7px 12px -5px rgb(50 203 196 / 0.46);
}

.tbr_btn_light-success:hover rect,
.tbr_btn_light-success:hover path,
.tbr_btn_light-success:focus rect,
.tbr_btn_light-success:focus path,
.tbr_btn_light-success:active rect,
.tbr_btn_light-success:active path {
    opacity: 1;
    fill: #FFFFFF;
}

.tbr_btn_light-warning {
    background-color: #FFF4DE;
    color: #FFA800;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tbr_btn_light-warning:hover,
.tbr_btn_light-warning:focus,
.tbr_btn_light-warning:active {
    background-color: #FFA800;
    color: #FFFFFF;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px 0 rgb(255 177 26 / 0.14), 0 7px 12px -5px rgb(255 177 26 / 0.46);
}

.tbr_btn_light-warning:hover svg path,
.tbr_btn_light-warning:focus svg path,
.tbr_btn_light-warning:active svg path {
    fill: #FFFFFF;
}

.tbr_btn_light-warning:hover svg circle,
.tbr_btn_light-warning:focus svg circle,
.tbr_btn_light-warning:active svg circle {
    fill: #FFFFFF;
}

.tbr_btn_light-danger {
    background-color: #FFE2E5;
    color: #F64E60;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tbr_btn_light-danger:hover,
.tbr_btn_light-danger:focus,
.tbr_btn_light-danger:active {
    background-color: #F64E60;
    color: #FFFFFF;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px 0 rgb(247 96 112 / 0.14), 0 7px 12px -5px rgb(247 96 112 / 0.46);
}

.tbr_btn_light-danger:hover path,
.tbr_btn_light-danger:hover rect,
.tbr_btn_light-danger:focus path,
.tbr_btn_light-danger:focus rect,
.tbr_btn_light-danger:active path,
.tbr_btn_light-danger:active rect
{
    fill: #ffffff;
}

.tbr_btn_light-brand {
    background-color: #EFEFFD;
    color: #6866E9;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tbr_btn_light-brand:hover,
.tbr_btn_light-brand:focus,
.tbr_btn_light-brand:active {
    background-color: #6866E9;
    color: #FFFFFF;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px 0 rgba(104, 102, 233, 0.14), 0 7px 12px -5px rgba(104, 102, 233, 0.46);
}

.tbr_btn_light-brand:hover rect,
.tbr_btn_light-brand:hover path,
.tbr_btn_light-brand:focus rect,
.tbr_btn_light-brand:focus path,
.tbr_btn_light-brand:active rect,
.tbr_btn_light-brand:active path {
    opacity: 1;
    fill: #FFFFFF;
}

.tbr_btn_light-grey {
    background-color: #F9F9F9;
    color: #888888;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tbr_btn_light-grey:hover,
.tbr_btn_light-grey:focus,
.tbr_btn_light-grey:active {
    background-color: #F4F4F4;
    color: #888888;
    transition: all 0.3s ease;
    box-shadow: none;
}

section.tbr_section {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    display: block;
    padding: 60px 0;
}

.tbr_inner__content_light,
.tbr_inner__content_light p,
.tbr_inner__content_light span,
.tbr_inner__content_light h1,
.tbr_inner__content_light h2,
.tbr_inner__content_light h3,
.tbr_inner__content_light h4,
.tbr_inner__content_light h5,
.tbr_inner__content_light h6 {
    color: #FFFFFF;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1260px;
    }

    .container-fluid {
        max-width: 1260px;
    }
}

.card {
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 16px 0 rgba(157, 206, 255, 0.16);
    box-shadow: 0 3px 16px 0 rgba(157, 206, 255, 0.16);
}

.dropdown-menu {
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 3px 16px 0 rgba(157, 206, 255, 0.16);
    box-shadow: 0 3px 16px 0 rgba(157, 206, 255, 0.16);
    border: none;
    padding: 20px;
}

.dropdown-item {
    background: #F9F9F9;
    border-radius: 5px;
    height: 40px;
    font-size: 12px;
    color: #100F05;
    letter-spacing: .5px;
    padding: 8px 20px;
    margin-bottom: 2px;
    transition: all 0.3s ease;
}

.dropdown-item img,
.dropdown-item svg {
    margin-right: 6px;
    margin-top: -1px;
    margin-left: -5px;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
    background-color: #6866E9;
    color: #FFFFFF;
    transition: all 0.3s ease;
    outline: none;
}

.dropdown-item:hover svg path,
.dropdown-item:focus svg path,
.dropdown-item:active svg path {
    fill: #FFFFFF;
}

.dropdown-item:hover .tbr_hfa_fill_light,
.dropdown-item:focus .tbr_hfa_fill_light,
.dropdown-item:active .tbr_hfa_fill_light {
    fill: #FFFFFF;
}

.breadcrumb .breadcrumb-item {
    color: #888888 !important;
    margin-left: 0;
    padding-left: 0;
}

.breadcrumb .breadcrumb-item.active {
    color: #CCCCCC !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #6866E9;
    margin: 8px 14px;
}

.tbr_breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
}

.tbr_breadcrumb img {
    margin-right: 12px;
}

.modal-backdrop.show {
    opacity: .4;
}

.modal-content {
    border: none;
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
}

.modal-backdrop,
.mfp-bg {
    background: rgba(0, 0, 0, 0.32);
    opacity: .4;
}

.modal-open {
    padding-right: 0 !important;
}

.tbr_modal_confirm {
    text-align: center;
    padding-right: 0 !important;
}

.tbr_modal_confirm .modal-content {
    padding: 34px 40px 40px 40px;
}

@media only screen and (max-width: 580px) {
    .tbr_modal_confirm .modal-content {
        padding: 34px 20px 40px 20px;
    }
}

.tbr_modal_confirm .modal-content h4 {
    font-size: 15px;
    margin-top: 16px;
    letter-spacing: .8px;
}

.tbr_modal_confirm .modal-content p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.tbr_modal_confirm .modal-content .tbr_modal_actions {
    margin-top: 32px;
}

.tbr_icon_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .tbr_icon_box {
        justify-content: center;
    }
}

.tbr_icon_box img {
    width: 69px;
    margin-right: 20px;
}

.tbr_icon_box h4 {
    margin-bottom: 2px;
}

.text-muted {
    color: #999999 !important;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:checked + label:after {
    background: #FFFFFF;
    border: none;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    top: 9px;
    left: -19px;
}

.custom-radio {
    display: inline-block;
    margin-left: 25px;
}

.custom-radio label:before {
    background: #F0F2F4;
    border: none;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #6866E9;
    background-color: #6866E9;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.tbr_remove_resize {
    resize: none !important;
}

.form-control {
    border: 2px solid #F0F2F4;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 0.3px;
    font-weight: 500;
    line-height: 24px;
    color: #888888;
    border-radius: 5px;
}

.form-control:focus,
.form-control:active {
    border: 2px solid #6866E9;
    box-shadow: none;
    outline: none;
}

/* ======================================
 * Header
====================================== */
header.tbr_header {
    width: 100%;
    min-height: 64px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    background-color: #6866E9;
    z-index: 99;
    -webkit-box-shadow: 0 3px 18px 0 rgba(104, 102, 233, 0.16);
    box-shadow: 0 3px 18px 0 rgba(104, 102, 233, 0.16);
}

.tbr_brand {
    padding: 0;
    height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tbr_brand a {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
}

.tbr_brand a img {
    max-width: 100%;
    max-height: 46px;
}

.tbr_page_title {
    width: 100%;
    min-height: 48px;
    position: relative;
    display: block;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 3px 18px 0 rgba(157, 206, 255, 0.16);
    box-shadow: 0 3px 18px 0 rgba(157, 206, 255, 0.16);
    z-index: 98;
    margin-bottom: 24px;
    position: fixed;
    top: 64px;
    right: 0;
    left: 0;
}

.tbr_current_date {
    min-height: 40px;
    padding: 8px 16px;
    background-color: #7776EB;
    color: #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    letter-spacing: .5px;
}

.tbr_btn_login {
    min-height: 40px;
    padding: 8px 16px 8px 12px;
    background-color: #7776EB;
    color: #FFFFFF !important;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
}

.tbr_btn_login svg {
    margin-right: 6px;
}

.tbr_btn_login:hover {
    background-color: #706FEB;
    color: #F9F9F9 !important;
    transition: all 0.3s ease;
}

.tbr_btn_login:hover svg path,
.tbr_btn_login:hover svg rect:nth-child(2) {
    fill: #F9F9F9;
}

.tbr_profile_box {
    min-width: 190px;
    background-color: transparent;
    min-height: 40px;
    margin: auto 0 auto auto;
    float: right;
    cursor: pointer;
}

.tbr_profile_box .dropdown-toggle span {
    display: block;
    color: #FFFFFF;
    line-height: 20px;
}

.tbr_profile_box .dropdown-toggle span:nth-child(1) {
    font-size: 13px;
    margin-right: 34px;
}

.tbr_profile_box .dropdown-toggle span:nth-child(2) {
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: .8;
    font-weight: 300;
    margin-right: 34px;
}

.tbr_profile_box .dropdown-toggle::after {
    content: url('/front-page/svg/profile_arrow.svg');
    border: none;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tbr_profile_box .dropdown {
    padding: 12px 0 12px 16px;
    border-radius: 0;
    min-height: 64px;
}

.tbr_profile_box .dropdown.show {
    background: transparent;
}

.tbr_profile_box .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.tbr_profile_box .dropdown-menu.show {
    margin-top: 12px;
}

.tbr_page_title .tbr_title {
    padding: 12px 0;
    font-size: 15px;
}

.tbr_countdown_wrap {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .tbr_countdown_wrap {
        text-align: right;
    }
}

.tbr_countdown {
    color: #DFE0E1;
}

.tbr_countdown span {
    background-color: #F7F7F7;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    padding: 5px;
    color: #DFE0E1;
    font-weight: 600;
    margin: 0 5px;
}

.tbr_countdown.tbr_countdown-success { color: #1BC5BD; }
.tbr_countdown.tbr_countdown-success span { background-color: #C9F7F5; color: #1BC5BD; }

.tbr_countdown.tbr_countdown-warning { color: #FFA800; }
.tbr_countdown.tbr_countdown-warning span { background-color: #FFF4DE; color: #FFA800; }

.tbr_countdown.tbr_countdown-danger { color: #F64E60; }
.tbr_countdown.tbr_countdown-danger span { background-color: #FFE2E5; color: #F64E60; }

.tbr_menu--wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tbr_primary--menu {
    display: flex;
}

.tbr_primary--menu,
.tbr_primary--menu li {
    padding: 0;
    margin: 0;
}

.tbr_primary--menu li {
    list-style-type: none;
}

.tbr_primary--menu li a {
    position: relative;
    color: #FFFFFF;
    opacity: .8;
    padding: 28px 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

html.tbr_header--fixed .tbr_primary--menu li a {
    padding: 20px 14px;
}

.tbr_primary--menu li a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto 0;
    width: 0;
    height: 5px;
    background-color: #FFFFFF;
    border-radius: 5px;
    opacity: 0;
}

.tbr_primary--menu li a:hover::after,
.tbr_primary--menu li a.active::after {
    width: 23px;
    opacity: 1;
}

.tbr_primary--menu li a:hover,
.tbr_primary--menu li a.active {
    opacity: 1;
}

.tbr_btn--register,
.tbr_btn--register:hover,
.tbr_btn--register:focus,
.tbr_btn--register:active {
    background-color: #FFA800;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.tbr_btn--register:hover,
.tbr_btn--register:focus,
.tbr_btn--register:active {
    background-color: #FF9400;
}

.tbr_btn--hamburger {
    cursor: pointer;
}

html:not(.tbr_landing) .tbr_btn--hamburger,
html:not(.tbr_landing) .tbr_btn--register,
html:not(.tbr_landing) .tbr_menu--wrap,
html.tbr_landing .tbr_block--date {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .tbr_btn--hamburger {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    html.tbr_landing .tbr_menu--wrap,
    html .tbr_block--date {
        display: none;
    }

    .tbr_landing .tbr_btn_login {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        padding: 0;
    }

    .tbr_landing .tbr_btn_login > span {
        display: none;
    }

    .tbr_landing .tbr_btn_login svg {
        margin-right: 0;
    }

    .tbr_bars {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 16px;
        height: 14px;
    }
    
    .tbr_bars span {
        width: 100%;
        height: 2px;
        border-radius: 3px;
        background-color: #FFFFFF;
    }
}

@media only screen and (max-width: 768px) {
    .tbr_brand a {
        font-size: 18px;
    }
}

/* ======================================
 * Workspace
====================================== */
.auth-workspace {
    margin-top: 64px;
    height: calc(100vh - (88px + 64px));
}

.tbr_workspace {
    position: relative;
    overflow: hidden;
    margin-top: 136px;
    min-height: calc(100vh - 224px);
    padding: 40px;
    border: none;
    border-radius: 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 3px 16px 0 rgba(157, 206, 255, 0.16);
    box-shadow: 0 3px 16px 0 rgba(157, 206, 255, 0.16);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tbr_workspace.tbr_without_page_title {
    margin-top: calc(64px + 24px);
    min-height: calc(100vh - 176px);
}

@media only screen and (max-width: 768px) {
    .tbr_workspace {
        padding: 30px 20px 20px;
    }

    .tbr_event_title {
        line-height: 22px;
    }

    .tbr_workspace.tbr_without_page_title {
        min-height: calc(100vh - 224px);
    }
}

.tbr_workspace_no_event {
    max-width: 60%;
    margin-top: -74px;
}

.tbr_welcome h1 {
    font-size: 30px;
    color: #666666;
}

.tbr_welcome h1 span:first-child {
    font-weight: 300;
}

.tbr_welcome h1 span:last-child {
    font-weight: 600;
}

@media only screen and (max-width: 560px) {
    .tbr_welcome h1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .tbr_workspace_no_event {
        max-width: 100%;
        margin-top: 0;
    }
}

/* ======================================
 * Wizard
====================================== */
.tbr_wizard_container {
    display: flex;
    flex-direction: row;
    max-width: 1074px;
    min-height: calc(100vh - 224px);
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    margin-top: calc(64px + 24px);
    margin-right: auto;
    margin-left: auto;
    min-height: calc(100vh - 176px);
}

.tbr_wizard_container--re-registration {
    margin-top: 140px;
}

.tbr_wz_aside {
    position: relative;
    max-width: 312px;
    width: 100%;
    min-height: 100%;
    background-color: #FFFFFF;
    border-radius: 5px 0 0 5px;
    padding: 20px 20px 198px 20px;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.04);
}

.tbr_wz_aside__desc {
    line-height: 20px;
}

.tbr_wz_aside .tbr_illustration_wizard {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tbr_wz_content {
    width: calc(100% - 312px);
    min-height: 100%;
    padding: 40px;
    background-color: #F6F6F6;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.04);
    position: relative;
}

.tbr_wz_content .form-control,
.tbr_wz_content .select2 {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
}

.tbr_wz_heading {
    font-size: 40px;
    font-weight: 600;
}

.tbr_wz_heading--re-registration {
    font-size: 25px;
}

.tbr_wz_lead {
    font-size: 18px;
    font-weight: 400;
}

.tbr_wz_note {
    font-style: italic;
    opacity: .6;
}

@media only screen and (max-width: 992px) {
    .tbr_wizard_container {
        flex-direction: column;
    }

    .tbr_wz_aside {
        max-width: 100%;
        border-radius: 5px 5px 0 0;
        padding: 20px 40px;
    }

    .tbr_wz_aside .tbr_illustration_wizard {
        display: none;
    }

    .tbr_wz_content {
        width: 100%;
        border-radius: 0 0 5px 5px;
    }
}

@media only screen and (max-width: 560px) {
    .tbr_wz_aside {
        padding: 20px;
    }

    .tbr_wz_content {
        padding: 20px;
    }

    .tbr_wz_heading {
        font-size: 24px;
    }

    .tbr_wz_lead {
        font-size: 16px;
    }
}

/* ======================================
 * Footer
====================================== */
footer.tbr_footer {
    width: 100%;
    min-height: 64px;
    position: relative;
    display: block;
    background-color: #FFFFFF;
    color: #999999;
    margin-top: 24px;
}

.tbr_section--company-info {
    padding: 20px 0;
}

/* ======================================
 * Widget
====================================== */
.tbr_widget_nav {
    width: 198px;
    margin-right: -198px;
    background: #FFFFFF;
    position: fixed;
    top: 136px;
    right: 0;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0 3px 16px 0 rgba(104, 102, 233, 0.2);
    box-shadow: 0 3px 16px 0 rgba(104, 102, 233, 0.2);
    height: calc(100vh - 156px);
    z-index: 9;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (min-width: 1200px) {
    .tbr_canvas.tbr_active .tbr_workspace {
        margin-right: 198px;
    }
}

.tbr_canvas.tbr_active .tbr_widget_nav {
    margin-right: 0;
}

.tbr_widget_control {
    background-color: #EBF600;
    min-height: 40px;
    padding: 0 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6866E9;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    cursor: pointer;
}

.tbr_control_arrow {
    width: 40px;
    height: 40px;
    background-color: #6866E9;
    border-radius: 5px 0 0 5px;
    position: absolute;
    left: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tbr_widget_nav .tbr_control_arrow img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tbr_canvas.tbr_active .tbr_control_arrow img {
    transform: rotate(180deg);
}

.tbr_widget_control span {
    margin: auto;
}

.tbr_widget_nav .tbr_scrollable {
    overflow-y: auto;
    z-index: 99;
    height: calc(100% - 80px);
}

.tbr_widget_nav .tbr_scrollable::-webkit-scrollbar {
    width: 6px;
}

.tbr_widget_nav .tbr_scrollable::-webkit-scrollbar-track {
    background: #FFFFFF;
    border-radius: 0;
}

.tbr_widget_nav .tbr_scrollable::-webkit-scrollbar-thumb {
    background: #E5E5E5;
    border-radius: 6px;
}

.tbr_widget_nav .tbr_scrollable::-webkit-scrollbar-thumb:hover {
    background: #6866E9;
}

.tbr_widget_content {
    padding: 0 20px;
}

.tbr_answer_indicator {
    padding: 0;
    margin: 0;
}

.tbr_answer_indicator li {
    list-style-type: none;
    width: 58px;
    height: 33px;
    text-align: center;
    padding: 5px 18px 4px 4px;
    background-color: #F0F2F4;
    color: inherit;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    margin-right: 21px;
    margin-bottom: 14px;
}

.tbr_answer_indicator li:nth-child(even) {
    margin-right: 0;
}

.tbr_answer_indicator li .tbr_label {
    width: 23px;
    height: 23px;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -10px;
    top: 4.5px;
    background-color: #DDDDDD;
}

.tbr_answer_indicator li.tbr_is_done {
    background-color: #C9F7F5;
    color: #1BC5BD;
}

.tbr_answer_indicator li.tbr_is_done .tbr_label {
    background-color: #1BC5BD;
    color: #FFFFFF;
}

/* ======================================
 * Event
====================================== */
.tbr_guide {
    position: relative;
    display: block;
    background-color: #F9F9F9;
    width: 100%;
    padding: 20px 0 20px 20px;
    margin-top: 24px;
    text-align: left;
    border-radius: 10px;
}

.tbr_guide ul,
.tbr_guide ol {
    padding: 0;
    margin: 10px 0 10px 25px;
}

.tbr_guide .tbr_scrollable {
    width: 100%;
    height: 195px;
    overflow-y: auto;
    padding-right: 20px;
}

.tbr_guide .tbr_scrollable.tbr_scrollable_readme {
    height: calc(100vh - 336px);
}

.tbr_scrollable::-webkit-scrollbar {
    width: 6px;
}

.tbr_scrollable::-webkit-scrollbar-track {
    background: #F9F9F9;
    border-radius: 0;
}

.tbr_scrollable::-webkit-scrollbar-thumb {
    background: #E5E5E5;
    border-radius: 6px;
}

.tbr_scrollable::-webkit-scrollbar-thumb:hover {
    background: #6866E9;
}

.tbr_event_actions {
    text-align: right;
}

.tbr_event_actions .btn {
    margin: 4px 6px;
}

.tbr_event_title {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
}

.tbr_event_number {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tbr_question_area {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.tbr_question_area p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 580px) {
    .tbr_question_area img {
        max-width: 100%;
    }
}

.tbr_answer_area .custom-control-label span:first-child {
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

.tbr_answer_area .custom-control-label span:last-child {
    display: block;
    padding-left: 40px;
}

.tbr_answer_area .form-group {
    margin-bottom: 0;
}

.tbr_answer_area .custom-radio {
    margin-bottom: 8px;
}

.tbr_answer_area .custom-radio:last-child {
    margin-bottom: 0;
}

.tbr_drag_drop {
    margin-left: -2px;
    margin-right: -2px;
}

.tbr_dd_wrap {
    display: flex;
    align-items: top;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
}

.tbr_dd_wrap.tbr_dd_arrow {
    justify-content: center;
}

.tbr_dd_box {
    width: calc(20% - 4px);
    max-width: calc(20% - 4px);
    position: relative;
    min-height: 64px;
    background-color: #F2F3F8;
    border-radius: 3px;
    padding: 8px;
    margin: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: move;
}

.tbr_dd_inner_box {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding: 6px 8px;
    text-align: center;
    line-height: 18px;
}

.tbr_dd_arrow img {
    margin: 10px;
}

.tbr_dd_image_box {
    border-radius: 3px;
    overflow: hidden;
    background-color: #F9F9F9;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tbr_dd_image_box::before {
    content: "";
    display: block;
    padding-top: 70%;
}

.tbr_dd_answer {
    width: calc(20% - 4px);
    max-width: calc(20% - 4px);
    position: relative;
    min-height: 64px;
    margin: 2px;
}

.tbr_dd_answer .tbr_dd_box {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 4px 0 4px 0;
}

@media only screen and (max-width:580px) {
    .tbr_dd_box,
    .tbr_dd_answer {
        width: calc(50% - 4px);
        max-width: calc(50% - 4px);
    }
}

@media only screen and (max-width:992px) {
    .tbr_event_actions {
        text-align: left;
        margin-left: -4px;
        margin-bottom: 16px;
    }

    .tbr_event_actions .btn {
        margin-left: 0;
        margin: 4px 1px 4px 4px;
    }
}

@media only screen and (min-width:580px) and (max-width: 768px) {
    .tbr_dd_box,
    .tbr_dd_answer {
        width: calc(33.333333% - 4px);
        max-width: calc(33.333333% - 4px);
    }
}

table.dataTable .sorting:before,
table.dataTable .sorting_asc:before,
table.dataTable .sorting_desc:before,
table.dataTable .sorting:after,
table.dataTable .sorting_asc:after,
table.dataTable .sorting_desc:after {
    font-family: "Arial", sans-serif;
}

.tbr_event_table tbody th,
.tbr_event_table tbody td {
    vertical-align: middle;
}

.tbr_event_table thead th {
    color: #777777;
    border-top: none;
    border-bottom: 1px solid #F9F9F9;
}

.tbr_event_table tbody td {
    color: #777777;
    border-top: 1px solid #F9F9F9;
}

.tbr_event_table tbody tr:hover {
    background-color: #F9F9F9;
}

.tbr_event_table {
    min-width: 1100px;
}

.dataTables_wrapper {
    padding: 0;
}

.tbr_label {
    background-color: #F0F2F4;
    color: #888888;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
}

.tbr_success { background-color: #C9F7F5; color: #1BC5BD; }
.tbr_warning { background-color: #FFF4DE; color: #FFA800; }
.tbr_danger { background-color: #FFE2E5; color: #F64E60; }

.tbr_btn_disabled {
    box-shadow: none !important;
    cursor: default !important;
    pointer-events: none !important;
    opacity: .6;
}

.tbr_note {
    opacity: .7;
    font-style: italic;
}

.tbr_modal_confirm_icon {
    width: 69px;
    height: 69px;
    margin: auto;
}

/* ======================================
 * Additional CSS
====================================== */
.ui-pnotify,
.ui-pnotify-container {
    border-radius: 5px;
    box-shadow: none !important;
}
.ui-pnotify-container {
    border: none;
    padding: 20px !important;
    box-shadow: none !important;
}

.ui-pnotify-container.alert-danger {
    background: #F64E60 !important;
    color: #ffffff;
}

.ui-pnotify-container.alert-success {
    background: #1BC5BD !important;
    color: #ffffff;
}

.ui-pnotify-container .ui-pnotify-title {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
}

.tbr_sending_answer {
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: rgb(153 153 153 / 62%);
    font-weight: 400;
    padding: 5px;
}

.tbr_sending_answer .spinner-border {
    margin-right: 12px;
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-color: #6866E9;
    border-right-color: transparent;
}

.tbr_dd_inner_box span {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gray-circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #F3F6F9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    color: #aaa;
    font-size: 18px;
}

.green-circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #C9F7F5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    color: #1BC5BD;
    font-size: 18px;
}

.ajax_loader {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fafafa;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    display: none;
    justify-content: center;
    align-items: center;
}

.radio-custom {
    margin-left: 1.23rem;
}


/*=============================================
=                SELECT TWO                   =
=============================================*/
html .select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: 0px 20px 35px 0 rgba(36,41,66,0.1);
    box-shadow: 0px 20px 35px 0 rgba(36,41,66,0.1);
}

html .tbr_full_width .select2 {
    width: 100% !important;
}

html .select2-container--bootstrap .select2-selection--single {
    background: #ffffff;
    border-color: #f0f2f4;
    box-shadow: none;
    border: 2px solid #f0f2f4;
    height: 41px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    padding: 10px 22px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

html .select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #f0f2f4;
}

html .select2-container--bootstrap.select2-container--disabled .select2-selection {
    background-color: #f0f2f4;
}

html .select2-container--bootstrap.select2-container--disabled:hover
    .select2-selection,
html .select2-container--bootstrap .select2-selection--single:hover,
html .select2-container--bootstrap .select2-selection--single:focus {
    border: 2px solid #6866e9;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

html .select2-container--bootstrap.select2-container--focus .select2-selection,
html .select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: none;
}

html .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: none;
}

html .select2-container--bootstrap .select2-dropdown {
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 24px 0 rgba(103, 151, 255, 0.1),
        0 12px 64px 0 rgba(103, 151, 255, 0.1);
}

html .select2-container--bootstrap .select2-dropdown--above {
    margin-top: -10px;
}

html .select2-container--bootstrap.select2-container--open.select2-container--above
    .select2-selection {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-color: #6866e9;
}

/* .select2-container--bootstrap
    .select2-results__option--highlighted[aria-selected] {
    background-color: #F6C500;
    color: #FFFFFF !important;
} */

html .select2-container--bootstrap .select2-results__option {
    padding: 10px 12px;
    font-size: 0.85rem;
}

html .modal-block .select2-container {
    width: 100% !important;
}

html .select2-container--bootstrap.select2-container--open {
    z-index: 9;
}

html .select2-container--bootstrap
    .select2-selection--single
    .select2-selection__rendered {
    color: #777777;
    font-size: 0.85rem;
    margin-left: -5px;
}

html .select2-container--bootstrap .select2-selection--single {
    line-height: 1.4;
}

html .select2-selection__arrow {
    position: relative;
}

html .select2-selection__arrow b[role="presentation"] {
    visibility: hidden;
}

html .select2-selection__arrow::after {
    content: url(/assets/svg/select_arrow.svg);
    position: absolute;
    top: calc(50% - 9.5px);
    right: 0;
}

html .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #6866E9;
}

html .select2-container--bootstrap .select2-dropdown {
	border-color: #6866e9;
}

html .select2-container--bootstrap.select2-container--focus .select2-selection,
html .select2-container--bootstrap.select2-container--open .select2-selection {
	border-color: #6866e9;
    box-shadow: none;
}

html .select2-container-multi .select2-choices .select2-search-choice {
	background: #6866E9;
}

html .modal-open .select2-container--bootstrap.select2-container--open {
    z-index: 10002;
}

html select.is-invalid + .select2 span.select2-selection {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
/*=====  End of Select Two  ======*/



/*=============================================
=            CUSTOM CHECKBOX                  =
=============================================*/

html .custom-checkbox {
    margin-left: 16px;
    margin-left: 16px;
    height: 41px;
    display: flex;
    align-items: center;
}

html .custom-checkbox .custom-control-label::before {
    width: 18px;
    height: 18px;
    background: #DDDDDD;
    border-radius: 3px !important;
    border: none;
    top: 1px;
}

html .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #6866E9;
}

html .custom-checkbox .custom-control-label::after {
    top: 1px;
}

html .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    width: 18px;
    height: 18px;
    background-image: url('../svg/bg_checkbox.svg');
    background-position: center !important;
    background-size: 66%;
}
/*=====  End of Custom Checkbox  ======*/


/*=============================================
=               FORM CONTROL                  =
=============================================*/
.form-control:not(.form-control-lg) {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.3;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size: 13.6px;
	font-size: 0.85rem;
	line-height: 1.85;
	min-height: 38.4px;
	min-height: 2.4rem;
}
/*=====  End of FORM CONTROL  ======*/


/* FORM WIZARD */
html .form-group-lg .form-control {
    height: 46px;
}

html .step-title {
    color: #6866E9 !important;
    font-weight: 600;
    font-size: 25px;
}

html .back-button svg path {
    fill: #FFA800;
}

.tbr_progress_bar_success {
    background-color: #1BC5BD;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.input-group > .tbr_custom_file.custom-file .custom-file-input:focus~.custom-file-label,
.input-group > .tbr_custom_file.custom-select:focus,
.input-group > .tbr_custom_file.form-control:focus {
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.input-group > .tbr_custom_file .custom-file-label {
	border: none;
	color: var(--body-txt-color);
	min-height: 40px;
	height: initial;
	overflow: initial;
	padding-left: 100px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
    background-color: #F6F6F6 !important;
    width: 92%;
}

.input-group > .tbr_custom_file .custom-file-label::after {
	content: 'Upload';
	top: 0;
	right: initial;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	min-height: 2.5rem;
	height: initial;
	padding-right: 1rem;
	padding-left: 1rem;
	border-radius: 6px !important;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	background-color: #6866E9;
	/*box-shadow: var(--box-shadow-h-offset) var(--box-shadow-v-offset) var(--box-shadow-blur) rgba(var(--rgb-secondary), var(--box-shadow-opacity));*/
}

.input-group > .tbr_custom_file--danger .custom-file-label {
    background-color: transparent !important;
}

.input-group > .tbr_custom_file--danger .custom-file-label::after {
	background-color: #F64E60;
    font-weight: 600;
}

/* Datepicker */
html .datepicker-dropdown {
    padding: 15px;
    font-size: 12px;
    z-index: 100 !important;
}

/*=============================================
    =            ALERT            =
=============================================*/
.tbr_alert--danger {
    padding: 15px;
    background-color: #FFE2E5;
    color: #F64E60;
    border-radius: 7px;
}

.tbr_alert--success {
    padding: 15px;
    background-color: #E7F9F8;
    color: #1BC5BD;
    border-radius: 7px;
}

.tbr_alert--light-danger {
    padding: 23px 0;
    background-color: #FFF6F7;
    border-radius: 10px;
}

.tbr_alert--warning {
    padding: 15px;
    background-color: #FFF6E5;
    border-radius: 10px;
}
/*=====  End of ALERT  ======*/


/*=============================================
    =            CUTOM LIST            =
=============================================*/
.tbr_requirement_reregistration_list li {
    list-style: none;
    position: relative;
}

.tbr_requirement_reregistration_list li:before {
    content: "·";
    font-size: 100px;
    position: absolute;
    left: -30px;
    top: -8px;
    color: #1BC5BD;
}

.tbr_requirement_reregistration_list li.invalid:before {
    color: #F64E60;
}

.tbr_desc-done-one {
    padding-right: 135px;
}

.tbr_desc-done-two {
    padding-right: 210px;
}

.fullname-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .fullname-mobile {
        display: block;
    }

    .fullname-web {
        display: none !important;
    }

    .tbr_btn svg {
        display: none;
    }

    /* .button-mobile {
        flex-direction: column !important;
    } */

    .fullname-mobile a {
        margin-bottom: 25px !important;
        height: fit-content;
    }

    .fullname-mobile button {
        margin-bottom: 25px !important;
        height: fit-content;
    }
}
/*=====  End of CUTOM LIST  ======*/

.tbr_dashboard_pendaftaran {
    margin: 25px 0;
    padding: 17px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 700;
    color: #6866E9;
    display: flex;
    align-items: center;
}

.invalid-feedback {
    line-height: 16px;
}