@font-face { font-family: Metrisch-Book; src: url('../fonts/Metrisch-Book.otf'); }
@font-face { font-family: Metrisch-Bold; src: url('../fonts/Metrisch-Bold.otf'); }
@font-face { font-family: Metrisch-Light; src: url('../fonts/Metrisch-Light.otf'); }
@font-face { font-family: Metrisch-Medium; src: url('../fonts/Metrisch-Medium.otf'); }
@font-face { font-family: Voyager-Light; src: url('../fonts/Voyager-Light.otf'); }

.dw_elisa_font{
    font-family:Voyager-Light;
}

.dw_subs_restricted {
    opacity: 0.5!important;
    pointer-events: none!important;
}

.new-badge {
    font-size: 10px;
    padding: 1px 8px;
    border-radius: 10px;
    color: #fff;
    background-color: #E2880D;
    margin-right: 12px;
}

.new-badge + img {
    margin-right: 0px;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

body {
    font-family: Metrisch-Book;
    color: #295077;
}

h1, h2 {
    font-family: Metrisch-Bold;
}

h3 {
    font-size: 20px;
    font-family: Metrisch-Light;
}

.-order-1 {
    order: -1;
}

.dw_regtr_list p {
    font-size: 12px;
}
.dw_regtr_list ul li {
    font-size: 12px;
}

.dw_regtr_list .training-details {
    padding: 10px 0 0;
    line-height: 1;
}
.dw_regtr_list .training-details p {
    margin-bottom: 6px;
}


.dw_regtr_list .exam-details {
    padding: 0 15px;
    font-size: 13px;
}

.dw_regtr_list .exam-details > p {
    margin-bottom: 0;
    flex-basis: 100%;
}

.dw_regtr_list b {
    font-family: Metrisch-Bold;
}

.dw_regtr_list .exam-details .exam-progress {
    display: flex;
    flex-direction: column;
    gap: 0 8px;
}

.dw_regtr_list .exam-details .exam-progress p {
    margin: 0;
}


.bi-chevron-down {
    cursor: pointer;
}

.dw_regtr_list .dashed-line {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0;
}

.border-around.dw_regtr_list {
    border: 1px solid #89b3e5;
    border-radius: 24px;
    overflow: hidden;
    padding: 20px;
}

.disabled {
    cursor: not-allowed !important;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.aspect-4-3 {
    padding-bottom: 35%;
    height: 0;
    width: 100%;
    background: #295077;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
}
.aspect-4-3 > * {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    width: 100%;
    height: auto;
}

.border-gold {
    border: 1px solid #E2880D;
}

.mandatory {
    color: #E2880D;
    font-size: 13px;
    line-height: 1;
    font-family: Metrisch-Bold;
    text-align: center;
    margin: 15px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.mandatory span {
    font-size: 10px;
    display: inline-block;
    margin-right: 4px;
}

.bundle .aspect-4-3 > img {
    width: 120%;
}

.bundle .best-buy {
    font-family: Metrisch-Bold;
    text-transform: uppercase;
    text-align: center;
    color: #D20101;
    font-size: 13px;
    margin: 15px 0 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.dw_small { font-size: 12px !important; }

.dw_margin_top10 { margin-top: 10px; }
.dw_margin_top30 { margin-top: 30px; }

.dw_padding_right5 { padding-right: 5px; }
.dw_padding_left5 { padding-left: 5px; }

a:link { color: #295077; }
a:visited { color: #295077; }
a:hover { color: #295077; text-decoration: none; }

a.dw_link:link { color: #295077; font-family: Metrisch-Bold; }
a.dw_link:visited { color: #295077; font-family: Metrisch-Bold; }
a.dw_link:hover { color: #295077; font-family: Metrisch-Bold; }

.dw_choose_option {
    font-size:14px;
    border-bottom:1px dashed #C6D2DD;
}

form button {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    font-family: Metrisch-Bold;
}

.dw_elisa_back {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    background-color: #fafcff;
    color: #295077;
    border: 0px;
    font-size: 12px;
    font-family: Metrisch-Bold;
    display:block;
    box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
    -webkit-box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
    text-align:center;
    margin-top:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.dw_elisa_back .dw_elisa_font {
    margin-left:5px;
}

.dw_training_btn button {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    font-family: Metrisch-Bold;
}

.dw_loadmore_btn {
    display:block;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    font-family: Metrisch-Bold;
}

.dw_regform_email_msg {
    display:none;
    color:#295077;
    background:transparent;
    border-color:#295077;
}

.dw_sumarry_download button{
    padding:0px 15px;
    height: 25px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 10px;
    font-family: Metrisch-Bold;
}

.dw_sumdow_btn_topright {
    float:right;
    margin-top:-6px;
}

.dw_video_bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
}

.dw_container_login {
    width: 100%;
    min-height: 100vh;
    margin: 0px auto;
    #padding: 20px;
    /*background: url('../images/bg.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.mb-50 {
    margin-bottom: 50px !important;
}

.dw_mobile_size--home p.dw_choose_option{
    font-family: Metrisch-Bold;
    border-bottom: 1px dashed #295077;
}

.dw_mobile_size--home .dw_menu_new li a {
    background-color: #fff;
}

.dw_container {
    width: 100%;
    min-height: 100vh;
    margin: 0px auto;
    #padding: 10px;
    #background-color: #dadada;
    background-color: #fafcff;
}

.dw_bg {
    position: relative;
    width: 100%;
    min-height: 97vh;
    padding: 30px;
    background-color: #fafcff;
    overflow: hidden;
    #z-index: 0;
}

.dw_bg2 {
    position: relative;
    width: 100%;
    background-color: #fafcff;
    overflow: hidden;
    #z-index: 0;
}

.dw_job_bg{
    background:#FAFCFF!important;
}

.dw_job_bg_box{
    padding:0px!important;
}

.dw_job_bg_box .dw_job_bg {
    margin-top:0px!important;
}

.dw_bg_job_header {
    padding:30px;
}


.dw_menu_bottom {
    max-width: 100%;
    margin-top: 70px;
}

.dw_logo_znak_bg {
    position: absolute;
    width: 85%;
    height: auto;
    top: -30px;
    right: -40px;
    z-index: -1;
    display:none;
}

.dw_light_filter {
    width: 100%;
    min-height: 85vh;
    padding: 15px;
    #background-color: rgba(255, 255, 255, 0.8);
    background-color: #fafcff;
}

.dw_mobile_size {
    max-width: 420px;
    height: auto;
    margin: 0px auto;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #295077;
    width: 100%;
    height: 50px;
    padding: 13px 20px;
}

.dw_login {
    text-align: center;
}

.dw_login h3 {
    margin-top: 30px;
    font-size: 24px;
}

.dw_login .dw_logo {
    width: 70%;
    #height: 80px;
    margin-top: 20px;
}

.dw_login p {
    font-size: 12px;
    margin-top: 20px;
}

.dw_login_span {
	display:block;
	font-size: 12px!important;
	margin-top:20px;
	margin-bottom:-20px;
}

.dw_login .dw_plane {
    width: auto;
    height: 70px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.dw_login input {
    background: transparent;
    border: 0px;
    #border-bottom: 1px solid #295077;
    margin-bottom: 20px;
    border-radius: 5px;
    color:#295077;
    box-shadow:10px 10px 20px rgba(41, 80, 119, 0.2);
    -webkit-box-shadow:10px 10px 20px rgba(41, 80, 119, 0.2);
}

.dw_login input::placeholder {
    color:#295077;
    font-size:12px;
}

.dw_login input[type="email"]:focus, .dw_login input[type="password"]:focus {
    background: transparent;
    #border-bottom: 1px solid #295077;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow:10px 10px 20px rgba(41, 80, 119, 0.2)!important;
    -webkit-box-shadow:10px 10px 20px rgba(41, 80, 119, 0.2)!important;
}

.gold {
    color: #E2880D !important;
}

.dw_register {
    text-align: center;
}

.dw_register hr, .dw_login hr{
    border-top:1px dashed #C6D2DD;
}

.dw_register span, .dw_login span{
    font-size:18px;
}

.dw_register .dw_logo {
    width: auto;
    height: 80px;
    margin-top: 85px;
}

.dw_register .dw_plane {
    width: auto;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.dw_register input {
    background: transparent;
    border: 0px;
    #border-bottom: 1px solid #295077;
    margin-bottom: 20px;
    border-radius: 5px;
    color:#295077;
    box-shadow:10px 10px 20px rgba(41, 80, 119, 0.2);
    -webkit-box-shadow:10px 10px 20px rgba(41, 80, 119, 0.2);
}

.dw_register input::placeholder {
    color:#295077;
    font-size:12px;
}

.dw_register input:focus {
    background: transparent;
    #border-bottom: 1px solid #295077;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow:10px 10px 20px rgba(41, 80, 119, 0.2)!important;
    -webkit-box-shadow:10px 10px 20px rgba(41, 80, 119, 0.2)!important;
}

.dw_register p {
    font-size: 14px;
    margin-top: 20px;
}

.dw_title_box {
    margin-top: 50px;
}

.dw_title_box h1 {
    font-size: 24px;
    margin: 0px;
}

.dw_title_box p {
    font-size: 14px;
    margin: 0px;
}

.dw_menu_new ul{
    display:flex;
    flex-wrap:wrap;
}

.dw_menu_new ul li{
    width:50%;
}

.dw_menu_new ul li.full-width {
    width:100%;
    padding: 0 !important;
}

.relative {
    position: relative;
    overflow: hidden;
}

/* DIAGONAL -NEW- BADGE IN TOP RIGHT CORNER OF BUTTONS; NOT IN USE ANYMORE */
.dw_menu_new ul li .new {
    position: absolute;
    right: -17px;
    top: 6px;
    height: 15px;
    background: #E2880D;
    width: 68px;
    transform: rotate(36deg);
    text-align: center;
    color: #E8EDF3;
    font-size: 9px;
}

.dw_menu_new ul li .new2 {
    color: #E2880D!important;
    font-size: 0.7em!important;
}

.border-b-1 {
    border-bottom: 1px solid #295077;
}

.dw_menu_new ul li:nth-child(odd){
    padding-right:15px;
}


.dw_menu {
    margin-top: 30px;
}

.dw_btn:link {
    display: block;
    height: 40px;
    font-family: Metrisch-Light;
    color: #295077;
    padding: 7px 10px;
    background-color: #fafcff;
    #border: 1px solid #295077;
    border-radius: 5px;
    #-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    #-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    #box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.75);
    box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    -webkit-box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    margin-bottom: 20px;
}

.dw_btn:hover {
    display: block;
    height: 40px;
    font-family: Metrisch-Light;
    color: #295077;
    padding: 7px 10px;
    background-color: #fafcff;
    #border: 1px solid #295077;
    #border-radius: 50px;
    #-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    #-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    #box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.75);
    box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    -webkit-box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    margin-bottom: 20px;
    text-decoration: none;
}

.dw_btn:visited {
    display: block;
    height: 40px;
    font-family: Metrisch-Light;
    color: #295077;
    padding: 7px 10px;
    background-color: #fafcff;
    #border: 1px solid #295077;
    #border-radius: 50px;
    #-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    #-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    #box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.75);
    box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    -webkit-box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
}

.dw_btn:focus {
    display: block;
    height: 40px;
    font-family: Metrisch-Light;
    color: #295077;
    padding: 7px 10px;
    background-color: #fafcff;
    #border: 1px solid #295077;
    #border-radius: 50px;
    #-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    #-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    #box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.75);
    box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    -webkit-box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    text-decoration: none;
}

.dw_btn4 {
    display: block;
    height: 40px;
    font-family: Metrisch-Book;
    color: #295077;
    padding: 7px 10px;
    background-color: #fafcff;
    border-radius: 5px;
    box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    -webkit-box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    margin-bottom: 20px;
	font-size:14px;
}

.dw_btn_3 {
    display: block;
    width: 100%;
    height: 34px;
    text-align: center;
    font-family: Metrisch-Book;
    color: #295077;
    padding: 4px 8px;
    border: 1px solid #295077;
    border-radius: 50px;
}

.dw_btn_2:link {
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    font-family: Metrisch-Light;
    color: #295077;
    padding: 8px;
    border: 1px solid #295077;
    border-radius: 50px;
    font-size: 9px;
}

.dw_btn_2:visited {
    display: block;
    font-family: Metrisch-Light;
    color: #295077;
    border: 1px solid #295077;
    border-radius: 50px;
}

.dw_btn_btn {
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    text-align: center;
    padding: 5px 10px;
    font-family: Metrisch-Bold;
}

.dw_btn_1:link {
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    text-align: center;
    padding: 7px 10px;
    font-family: Metrisch-Bold;
}

.dw_btn_1:visited {
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    text-align: center;
    font-family: Metrisch-Bold;
}

.dw_btn_1:hover {
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    text-align: center;
    font-family: Metrisch-Bold;
}

.dw_btn_input {
    display: block;
    height: 40px;
    font-size: 12px;
    color: #295077;
    padding: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #dadada;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.3);
    margin-bottom: 20px;
    text-align: center;
}

.dw_btn_disable {
    opacity: 0.2;
}

.dw_btn img {
    width: auto;
    height: 20px;
    #margin-right: 5px;
    float:right;
}

.dw_btn4 img {
    width: auto;
    height: 20px;
    #margin-right: 5px;
    float:right;
}

.dw_btn4 img.initial {
    width: auto;
    height: 20px;
    margin-right: 5px;
    float: initial;
}

.dw_title {
    position: relative;
    font-size: 24px;
    margin-left: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.dw_title_line1:after {
    content: '';
    border-bottom: 1px solid #295077;
    width: 93.5%;
    display:block;
    position:absolute;
    margin-top:5px;
}

.dw_title:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    top: 0;
    left: -25px;
    background-color: #295077;
}

.dw_title h1 {
    margin: 0;
}

.dw_title .font-weight-normal {
    font-size: 11px;
    margin-top: 0 !important;
}

.dw_title .dw_title {
    font-size: 19px;
}

form label {
    font-size: 14px;
    margin-bottom: 0px;
}

form .form-group {
    margin-bottom: 5px;
}

.form-check {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #295077;
}

footer a:link { color: #ffffff; }
footer a:visited { color: #ffffff; }
footer a:hover { color: #ffffff; text-decoration: none; }

footer i { margin-right: 5px; }

.nav-tabs {
    border: 0px;
    margin-bottom: 30px;
    display:flex;
    align-items: end;
}

.nav-tabs .nav-item {
    flex:1;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-size: 9px !important;
    font-family: Metrisch-Bold;
    color: #295077;
    border: 0px;
    #border-top: 1px solid #295077;
    #border-radius: 5px;
    padding: 8px 13px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    font-size: 9px !important;
    font-family: Metrisch-Bold;
    color: #dadada;
    border: 0px;
    #border-top: 1px solid #dadada;
    #border-radius: 5px;
    padding: 8px 13px;
}

.nav-tabs .nav-link:not(.active):hover{
    border-bottom:2px solid #999999;
}

.dw_list li {
    margin-bottom: 20px;
    border-bottom: 1px solid #295077;
}

.dw_list li i {
    float: right;
    margin-right: 15px;
}

.dw_list a:link { color: #295077; }
.dw_list a:visited { color: #295077; }
.dw_list a:hover { color: #295077; text-decoration: none;}

input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 15px;
    height: 15px;
}

.btn-light {
    background-color: #ffffff !important;
    height: calc(1.5em + .75rem + 2px);
    border: 1px solid #295077;
}

.btn {
    font-size: 14px;
    font-family: Metrisch-Book;
}

.dw_sub_inputs {
    margin-left: 20px;
}

.nav-tabs .nav-item {
    text-align: center;
}

#dw_file { display: none; }
#employer_document { display: none; }
#training_document { display: none; }
#licence_document { display: none; }
#hfc_document { display: none; }
#sms_diff_document { display: none!important; }
#ftsc_document { display: none; }
#ewisc_document { display: none; }

/*.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
    display: none;
    appearance: none;
    -webkit-appearance: none;
}

input[type="date"] {
    padding: 5px !important;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}*/

.dw_mailbox_list {
    border-bottom: 1px solid #295077;
    margin-bottom: 30px;
}

.dw_mailbox_list a:link { color: #295077; }
.dw_mailbox_list a:visited { color: #295077; }
.dw_mailbox_list a:hover { color: #295077; text-decoration: none; }

.dw_mailbox_list p {
    font-size: 12px;
    margin-bottom: 0px;
    opacity: 0.5;
}

.dw_mailbox_list h3 {
    font-size: 16px;
    margin: 0px;
}


.dw_mailbox_list span {
    font-size: 12px;
    margin-bottom: 0px;
    opacity: 0.5;
}

.dw_mailbox_list img {
    margin-top: 25px;
}

. p {
    font-size: 14px;
    text-align: justify;
}

.dw_mailbox_message h3 {
    font-size: 16px;
    font-family: Metrisch-Bold;
    margin: 0px;
}

.dw_mailbox_message hr {
    margin-top: 2px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #295077;
}

.dw_mailbox_message span {
    display: block;
    font-size: 14px;
    opacity: 0.5;
    text-align: right;
    margin-bottom: 30px;
}

.dw_mailbox_txt strong {
    font-family: Metrisch-Bold;
}

.dw_mailbox_attach {
    padding-top:15px;
    border-top:1px solid #dadada;
}

.dw_dropdown_menu {
    margin: 10px 0px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    left: 0px !important;
    #right: auto !important;
}

.dw_dropdown_menu .dropdown-item {
    padding: 2px 7px;
}

.dw_dropdown_menu .dropdown-item.active, .dw_dropdown_menu .dropdown-item:active {
    background:#f8f9fa;
    color:#295077;
}

.dw_settings_page h1 {
    font-family:Metrisch-Medium;
    font-size:26px;
    margin-top:30px;
}

.dw_settings_page p {
    margin-bottom:0px;
    font-family:Metrisch-Bold;
    font-size:18px;
}

.dw_settings_page ul {
    list-style-type:none;
    padding-left:0px;
    padding-right:0px;
}

.dw_settings_page .custom-switch .custom-control-label::after {
    background:#fff;
    border:1px solid #295077;
    padding:7px!important;
}

.dw_settings_page .custom-switch .custom-control-label::after {
    left: calc(-2.25rem + 0px);
    top: calc(0.25rem + 1px);
}

.dw_settings_page .custom-control-label::before {
    background:#D9D9D9;
    border:1px solid #295077!important;
    box-shadow:unset!important;
    padding:8px 16px!important;
    border-radius:50px!important;
}

.dw_settings_page .custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(1.1rem);
}

.dw_settings_page .custom-control-input:checked~.custom-control-label::before {
    background:#295077;
    border:1px solid #295077;
    box-shadow:unset!important;
}

.dw_settings_page .custom-switch {
    display:flex;
    align-items:baseline;
}

.dw_settings_page ul li{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:12px;
    line-height:50px;
}

.dw_settings_page ul li span{
    padding-top:5px;
}

.dw_settings_box_option {
    box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
    -webkit-box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
    border-radius:15px;
    padding:15px;
    margin-top:60px;
}

.dw_settings_box_small {
    font-size:11px;
}

.dw_settings_page hr {
    border-top:1px dashed #C6D2DD;
    margin-top:5px;
    margin-bottom:0px;
}

.dw_side_notifications {
    display:block!important;
    background:#fafcff;
    position:fixed!important;
    height:100vh;
    top:0px!important;
    padding:0px;
    border:unset;
    border-radius:0px;
    right:0px;
    left:unset!important;
    width:84vw;
    min-width:0px;
    box-shadow:-25px 10px 50px rgba(41, 80, 119, 0.4);
    -webkit-box-shadow:-25px 10px 50px rgba(41, 80, 119, 0.4);
    padding-top:45px;
    margin:0px!important;
    padding-left:30px;
    padding-right:30px;
    transform:translateX(120%)!important;
    transition:all 0.3s;
}

.dw_side_notifications.dw_animacija {
    transform:translateX(0px)!important;
    right:0px!important;
}

.dw_side_notifications .dw_header_notifications_box {
    text-align:right!important;
}

.dw_side_notifications {
    overflow-y:auto;
}

.dw_side_notifications .dw_header_notifications_box a{
    background:#295077;
    color:#fff;
    align-items:center;
    padding:5px 25px;
    text-align:center;
    border-radius:3px;
    font-size:14px;
}

.dw_app_notification_topnew {
    background:red;
    border-radius:3px;
    padding:2px 5px 2px 5px;
    font-size:12px;
    width:100px;
    color:#fff;
    margin-right:20px;
}

.dw_side_notifications .dw_header_notifications_box img {
    height:13px;
    margin-right:10px;
    margin-left:5px;
    margin-top:-3px;
}

.dw_side_notifications .dw_header_notifications_box hr {
    border-top:1px solid #295077;
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}

.dw_side_notifications .dw_header_notifications_box p {
    color:#295077;
    font-family:Metrisch-Medium;
    font-size:14px;
}

.dw_app_notification_toptitle {
    background:#f4f4f4;
    color:#295077;
    border-radius:3px;
    width:180px;
    text-align:left;
    padding:2px 5px 2px 5px;
    padding-right:10px;
    font-size:14px;
    font-family:Metrisch-Book;
}

.dw_app_sidebar_menu_top2 {
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#295077;
    font-size:16px;
    margin-bottom:40px;
}

.dw_app_sidebar_menu_top2 p{
    margin-bottom:0px;
    font-family:Metrisch-Medium;
}

.dw_app_sidebar_menu_top2 i{
    font-size:25px;
}

.dw_app_sidebar_menu {
    display:block!important;
    background:#fafcff;
    position:fixed!important;
    height:100vh;
    top:0px!important;
    padding:0px;
    border:unset;
    border-radius:0px;
    right:0px;
    left:unset!important;
    width:84vw;
    min-width:0px;
    box-shadow:-25px 10px 50px rgba(41, 80, 119, 0.4);
    -webkit-box-shadow:-25px 10px 50px rgba(41, 80, 119, 0.4);
    padding-top:45px;
    margin:0px!important;
    padding-left:30px;
    padding-right:30px;
    transform:translateX(120%);
    transition:all 0.3s;
}

.dw_app_sidebar_menu.dw_animacija {
    transform:translateX(0px);
}

.dw_app_sidebar_menu hr {
    border-top:1px solid #295077;
    margin-top:50px;
    margin-bottom:15px;
}

.dw_app_sidebar_menu img {
    height:20px;
    margin-top:-5px;
    margin-left:25px;
}

.dw_app_sidebar_menu_top {
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#295077;
    font-size:16px;
    margin-bottom:40px;
}

.dw_app_sidebar_menu_top p{
    margin-bottom:0px;
}

.dw_app_sidebar_menu_top i{
    font-size:25px;
}

.dw_app_sidebar_menu_top img{
    height:18px;
    margin-left:0px;
    margin-top:-2px;
}

.dw_app_sidebar_menu a, .dw_app_sidebar_menu a:hover, .dw_app_sidebar_menu a:focus, .dw_app_sidebar_menu a:active{
    font-size:1.1rem;
    font-family:Metrisch-Book;
    line-height:25px;
    width:100%;
    text-align:right;
    color:#295077!important;
    margin-bottom:25px;
    text-transform: capitalize;
    padding-left:15px;
    background:unset!important;
    z-index:99;
    padding:0px!important;
}

.dw_app_side_img {
    position:absolute;
    width:100%;
    bottom:0px;
    left:0px;
}

.dw_app_sidebar_menu_overlay {
    background:rgba(0,0,0,0.5);
    position:absolute;
    width:100%;
    height:100vh;
    left:0px;
    top:0px;
    z-index:9;
    display:none;
}

@media only screen and (max-width:380px){
    .dw_app_sidebar_menu hr {
        margin-top:40px;
    }

    .dw_app_sidebar_menu_top {
        margin-bottom:30px;
    }

    .dw_app_sidebar_menu a, .dw_app_sidebar_menu a:hover, .dw_app_sidebar_menu a:focus, .dw_app_sidebar_menu a:active {
        line-height:15px;
    }
}

@media only screen and (max-width:320px){
    .dw_app_sidebar_menu hr {
        margin-top:30px;
    }

    .dw_app_sidebar_menu_top {
        margin-bottom:20px;
    }

    .dw_app_sidebar_menu a, .dw_app_sidebar_menu a:hover, .dw_app_sidebar_menu a:focus, .dw_app_sidebar_menu a:active {
        line-height:15px;
    }
}

/*.dw_mess_box {
    width: 100%;
    margin-top: 20px;
    padding: 10px 15px;
    box-shadow: 0px 0px 10px rgba(41,80,119,0.5);
    background-color: #ffffff;
    color: #27ae60;
}*/

.dw_alert {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background-color: #fafcff;
    color:#295077!important;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(41, 80, 119, 0.5);
    -webkit-box-shadow:0px 0px 10px rgba(41, 80, 119, 0.5);
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform:capitalize;
    text-align:center;
}

.form-group small {
    font-size: 12px;
}

.dw_infomail_box {
    text-align: center;
    opacity: 0.5;
}

.dw_infomail_box img {
    margin-top: 50px;
    margin-bottom: 20px;
}

a:link.dw_link_doc { font-size: 14px; text-decoration: underline; }
a:visited.dw_link_doc { font-size: 14px; text-decoration: underline; }
a:hover.dw_link_doc { font-size: 14px; text-decoration: underline; }

.dw_attention_box {
    margin-top: 30px;
    width: 100%;
    padding: 15px 20px;
    box-shadow: 0px 0px 15px 0px rgba(41,80,119,0.45);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(41,80,119,0.45);
}

.dw_attention_box img {
    width: auto;
    height: 20px;
}

.dw_attention_box h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

.dw_attention_box p {
    font-size: 9px;
    margin: 0px;
    margin-bottom:10px;
}

.preference_shareprofile span {
    color: #8C8C8C;
}

#dw_app_home .modal-backdrop {
    background:rgba(41,80,119,0.3)!important;
}

.dw_attention_box .col-2 { padding: 0px; }
.dw_attention_box .col-7 { padding: 0px; }
.dw_attention_box .col-3 { padding: 0px 5px 0px 0px; }

.dw_txt_legal {
    text-align: justify;
}

.dw_txt_legal a:link {
    font-weight: 700;
    text-decoration: underline;
}

.dw_txt_legal h4 {
    margin-top: 50px;
}

.dw_txt_legal h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
}

.dw_notification_icon {
    position: relative;
}

.dw_notification_icon .dw_notification_red_icon {
    position: absolute;
    top: 0px;
    right: 1px;
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 100%;
}

.dw_notification_icon .dw_notification_red_icon2 {
    position: absolute;
    top: -1px;
    right: 2px;
    padding:0px 7px;
    background-color: red;
    border-radius: 50px;
    font-size:8px;
    color:#fff;
    border:1px solid #fff;
}

.dw_title_line {
    width: 100%;
    border-bottom: 1px solid #295077;
}

#experience p {
    font-size: 14px;
}











/****************************************
* Section Accordions
*/
.idk_card {
    border: 0;
}
.idk_card-header {
    box-shadow: 0px 0px 5px 0px #295077;
    -webkit-box-shadow: 0px 0px 5px 0px #295077;
    background-color: #fff;
    padding: 20px 35px;
    /*Dražen - dodan transition*/
    transition: all 0.8s ease 0s;
}
.idk_card-header h5 {
    font-size: 16px;
    font-family: "Metrisch-Bold";
    color: #295077;
}
.idk_card-header h5 i {
    font-size: 26px;
    line-height: 0.8;
    float: right;
}
.card-body {
    margin-bottom: 10px;
}
.card-body p.idk_metrisch {
    color: #295077;
    font-size: 15px;
    font-family: "Metrisch-Medium";
}
.card-body p {
    color: #295077;
    font-size: 16px;
    font-family: "Calibri";
}
.card-body ol {
    margin-left: 15px;
}
.card-body ol li {
    color: #295077;
    font-size: 16px;
    font-family: "Calibri";
}
.card-body p a {
    color: #295077;
}
.card-body p.idk_medium_italic {
    font-family: Calibri;
    font-weight: 900;
}
.card.active i {
    transform: rotate(180deg);
}
.card.active > .idk_card-header {
    background-color: #295077;
    /*Dražen - dodan trasition*/
    transition: all 1.8s ease 0s;
}
.card.active > .idk_card-header h5 {
    color: #fff;
}
.accordion > .card {
    overflow: unset;
}
.accordion > .card .card-header {
    margin-bottom: 10px;
}
/****************************************
* HELP
*/
.idk_help_image{
    position:relative;
}
.idk_help_image::after{
    content: ">";
    border: 1px solid #295077;
    position: absolute;
    top: 50%;
    margin-left: 6%;
    padding: 0px 7px;
    border-radius: 50px;
}
.idk_help_image_or::after{
    content: "or";
    border: 1px solid #295077;
    position: absolute;
    margin-left: 10px;
    padding: 3px 7px;
    border-radius: 50px;
}
.idk_help_image.idk_cmr::after{
    margin-left: 2%;
}
.row.idk_margin_none_sm{
    margin: 0;
}



/**********
Professional info box
**********/

.dw_professional_info_box {
    padding-bottom:90px;
}

.dw_professional_info_box .dw_padding_right5 {
    padding-right:15px!important;
}

.dw_professional_info_box .form-control[readonly]{
    background-color:unset;
}

.dw_professional_info_box .dw_alert_box {
    padding:15px;
    color:#295077;
    border:1px solid #295077;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:.25rem;
    font-weight:bold;
    display:none;
}

.dw_professional_info_box label:not(.form-check-label){
    display:none;
}

.dw_professional_info_box #dw_submit_button, .dw_professional_info_box #dw_submit_button2 {
    margin-bottom:80px;
}

.dw_professional_info_box .form-control, .dw_professional_info_box .bootstrap-select {
    margin-bottom:15px!important;
}

.dw_professional_info_box br{
    display:none;
}

.dw_professional_info_box hr{
    margin-top:0px!important;
    margin-bottom:15px!important;
}

.dw_professional_info_box .bootstrap-select > .dropdown-toggle.bs-placeholder, .dw_professional_info_box .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color:#6c757d;
}

.dw_professional_info_box .filter-option-inner-inner {
    font-size:12px;
}

.dw_upload_file {
    position:relative;
    display:block;
    width:86%;
    margin-right:15px;
    background:#fff;
    border:1px solid #295077;
    color:#295077;
    text-align:center;
    height:32px;
    margin-bottom:15px;
    border-radius:5px;
    cursor:pointer;
    font-size: 12px;
    font-family: Metrisch-Bold;
    display:flex;
    align-items:center;
    justify-content:center;
}



.dw_employment_new {
    margin-top:60px;
}

#dw_employment_form {
    display:none;
}

.dw_professional_info_box input, .dw_professional_info_box input::-webkit-input-placeholder {
    font-size:12px!important;
}

#dw_training_form {
    display:none;
}

.dw_addanothertr {
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:16px;
    border-bottom:1px solid #295077;
}

.dw_addanothertr:hover {
    cursor:pointer;
}

.dw_indicates {
    font-size:12px;
    margin-bottom:15px;
}

.dw_professional_view, .dw_qualification_box {
    display:flex;
    align-items:center;
}

.dw_upload_img7 {
    height:20px;
    margin-left:30px;
    margin-top:-16px;
}

.dw_professional_view a{
    cursor:pointer;
    text-decoration:none!important;
    padding-right:15px;
}

.dw_professional_view i{
    margin-left:15px;
}

.dw_upload_file_box {
    display:flex;
    align-items:center;
}

#dw_licence_input, #hfc_document_date, #licence_document_date, #ftsc_document_date, #ewisc_document_date, .dw_uf_log2, #dw_training_form input:not(.dw_uf_training input), .dw_uf_training {
    width:82%;
}

.dw_upload_file_box img {
    height:20px;
    margin-left:30px;
    margin-top:-16px;
}

.modal2.show {
    display:flex!important;
    align-items:center;
}

.modal2.show {
    backdrop-filter: blur(10px);
}

.modal2 .modal-content{
    background:#f8f8f8;
    border-color:#f8f8f8;
    border-radius:10px;
    box-shadow: 0 0 20px rgba(41, 80, 119, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(41, 80, 119, 0.5);
}

.modal2 h1{
    font-size:22px;
}

.modal-backdrop{
    background-color:unset;
}

.modal2 .dw_btn_signin {
    background:#295077;
    border-radius:10px;
    padding:10px 35px;
    color:#f8f8f8!important;
    font-size:14px;
    margin-right:20px;
}

.modal2 .dw_btn_signin:hover {
    color:#f8f8f8!important;
}

.modal2 .dw_btn_signin2 {
    background:transparent;
    border-radius:10px;
    padding:10px 35px;
    color:#295077!important;
    font-size:14px;
    border:1px solid #295077;
}

.modal2 .dw_btn_signin2:hover {
    color:#295077!important;
}

.modal2 .dw_modal_btns{
    margin-top:30px;
}

.removeModalProfessional .modal-footer {
    display:flex;
    align-items:center;
    justify-content:center;
}

.removeModalProfessional .modal-footer, .removeModalProfessional .modal-header {
    border-top:unset;
    border-bottom:unset;
}

.removeModalProfessional .modal-footer button, .removeModalProfessional .modal-footer #archive_link {
    width:150px!important;
    margin-right:15px;
}

.removeModalProfessional .modal-footer button:first-child {
    background:unset;
    color:#295077;
    border:1px solid #295077;
}

.removeModalProfessional .modal-footer #archive_link button {
    background:#295077;
    color:#fff;
    border:1px solid #295077;
}

#dw_menu_link {
    font-size:1.33333em;
    margin-top:-8px;
}

.dw_form_external_btn {
    margin-top:60px;
}

.dw_form_external_btn button{
    background:#295077;
    color:#fff;
    border:1px solid #295077;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    border-radius:5px;
    font-family:Metrisch-Bold;
    font-size:12px;
}

.dw_mt_60 {
    margin-top:60px;
}

.dw_workpermit_box {
    display:flex;
    align-items:center;
}

.dw_workpermit_box img{
    margin-bottom:15px;
    margin-left:15px;
}

.dw_regtr_list {
    display:none;
    background-color: #eaeaeafc;
    border-radius:10px;
    padding-top:20px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:20px;
}

.dw_regtr_list .price-primary {
    font-family: Metrisch-Bold;
    font-size:20px;
    line-height: 24px;
}

.dw_regtr_list .price {
    font-size:18px;
    margin-bottom: 5px;
}

.dw_regtr_list .help {
    font-size: 8px;
    text-align: right;
    margin-bottom: 0;
}

.dw_regtr_list .help .icon{
    margin-right: 5px;
    transform: translateY(-2px);
}

.dw_regtr_list .row {
    line-height:14px;
}

.dw_regtr_list img:not(.icon) {
    width:120%;
    object-fit:cover;
}

.aspect-1-1 {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    border-radius:24px;
}

.aspect-1-1 > * {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 120%;
    transform: translate(-50%, -50%);
}

.dw_regtr_list h2 {
    font-size: 14px;
    align-items:baseline;
    justify-content:space-between;
    font-family: Metrisch-Bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dw_regtr_list h2 span {
    font-family: Metrisch-Light;
}

.dw_regtr_list h2 + .row.flex-end {
    margin-top: 10px;
}

.dw_regtr_list hr {
    border-top:3px solid #295077;
    margin-top:-5px;
    margin-bottom:3px;
}

.flex-end {
    align-items: flex-end;
    display: flex;
}

.dw_regtr_list a {
    height:26px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #295077;
    border-radius:5px;
    font-size:12px;
    background:#295077;
    color:#fff !important;
    cursor: pointer;
    padding: 4px 15px;
    font-family: Metrisch-Bold;
}

.dw_regtr_list .help span {
    font-size:12px;
    line-height:18px;
}

.dw_dashed_separator {
    border-top:1px dashed #295077!important;
    margin-bottom:5px;
}

#dw_regtr_expiry {
    float:right;
    text-transform:capitalize;
}

.dw_exam_modal .modal-content {
    box-shadow: 5px 5px 10px rgba(41,80,119,0.2);
    -webkit-box-shadow: 5px 5px 10px rgba(41,80,119,0.2);
}

.dw_training_mob_list li{
    width:33%;
}

#dw_bug_form label {
    font-family:Metrisch-Bold;
    font-size:18px;
}

#dw_bug_form p {
    font-family:Metrisch-Book;
    font-size:14px;
    margin-top:-30px;
    margin-bottom:30px;
}

#dw_bug_form .form-control {
    margin-bottom:30px;
    box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
    -webkit-box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
    background:unset;
    border:unset;
}

#dw_bug_form button {
    box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
    -webkit-box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
}

.dw_bug_page h1 {
    margin-bottom:60px;
}

.dw_star_input {
    position:relative;
}

.dw_star_input label {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:30px;
    margin-top:30px;
}

.dw_star_input label span{
    font-size:18px;
    opacity:0.5;
    display:block;
}

.dw_star_input label span:hover{
    cursor:pointer;
}



.dw_likely {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:30px!important;
    margin-bottom:-30px!important;
    color:#495057;
}

#dw_bug_form textarea {
    height:150px;
}


.dw_readmore_avherald_link {
	background:#295077;
	margin:auto!important;
	color:#fff!important;
	padding:7px 45px;
	border-radius:5px;
	font-size:14px;
	display:block;
	text-align:center;
	font-weight:bold;
}

.dw_readmore_avherald_link img {
	height:18px;
	padding-right:5px;
}

.dw_avherald_topbar {
	width:100%;
	border-bottom:1px solid #295077;
	font-size:16px;
	margin-bottom:30px;
}

.dw_avherald_topbar ul{
	list-style-type:none;
	display:flex;
	align-items:baseline;
	justify-content:space-between;
	padding-left:0px;
}

.dw_avherald_topbar ul li{
	margin-right:10px;
    flex-grow: 1;
    flex-basis: 0;
}

.dw_avherald_topbar ul li a {
	padding:0px 5px;
	border:1px solid #295077;
	border-radius:3px;
	width:100%;
	display:block;
	text-align:center;
}

.dw_avherald_cat_active {
	background:#295077;
	color:#fafcff!important;
}

.dw_avherald_line a{
	color:#333;
	margin-left:15px;
	display:flex;
}

.dw_avherald_line span{
	color:#295077;
}

.dw_avherald_line span{
	font-weight:bold;
	padding:0px 5px;
	border:1px solid #295077;
	border-radius:3px;
	width:30px!important;
	height:25px!important;
	display:inline-block;
	text-align:center;
}

.dw_avherald_line font{
	padding-left:10px;
}

.dw_avherald_date {
	color:#333;
	font-weight:bold;
	font-size:20px;
	position:relative;
	padding-left:20px;
}

.dw_avherald_date:before {
	content:"";
	background:#295077;
	border-radius:50%;
	height:10px;
	width:10px;
	display:block;
	position:absolute;
	margin-left:-20px;
	margin-top:7px;
}

.dw_avherald_line_box {
    border-left: 1px solid #295077;
	margin-left:4px;
}

.dw_avherald_post_title {
	font-size:20px;
	margin-top:30px;
}

.dw_avherald_post_txt {
	font-size:16px;
	color:#333;
	text-align:left;
}

.dw_avherald_post_comments {
	border-bottom:2px solid #295077;
}

#dw_comment_form {
	padding:15px;
	box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
	-webkit-box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
	border-radius:10px;
}

#dw_comment_form label{
	font-size:11px;
}

#dw_comment_form input, #dw_comment_form textarea {
	width:100%;
	border:1px solid #295077;
	border-radius:5px;
	margin-top:5px;
	padding-left:5px;
}

#dw_comment_form p input {
	width:unset;
	margin-right:5px;
	margin-top:0px;
}

#dw_comment_form p {
	display: flex;
	margin-top:5px;
}

#dw_comment_form button {
	width:100px;
}

.dw_reply_form p input{
	width:20px!important;
	margin-right:5px;
}

.dw_main_comment {
	border-bottom:1px solid #295077;
	margin-bottom:30px;
}

.dw_reply_comment {
	margin-left:45px;
}

.dw_comment_nickname {
	background: #295077;
	border-radius:5px;
	padding:3px 8px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

.dw_comment_date {
	font-size:12px;
	color:#333;
}

.dw_comment_txt {
	font-size:14px;
	color:#333;
}

.dw_reply_btn {
	font-size:12px;
	color:#295077;
	border-bottom:1px solid #295077;
	font-style:italic;
	margin-left:15px;
	position:relative;
}

.dw_reply_btn:hover {
	cursor:pointer;
}

.dw_reply_btn:before {
	content:"";
	background:#295077;
	height:5px;
	width:5px;
	border-radius:50%;
	display:inline-block;
	margin-top:10px;
	margin-left:-10px;
	position:absolute;
}

.dw_reply_comment form, .dw_main_comment form {
	display:none;
}

.dw_reply_comment form input, .dw_main_comment form input {
	width:100%;
	border:1px solid #295077;
	border-radius:5px;
	margin-top:5px;
}

.dw_reply_comment form textarea, .dw_main_comment form textarea {
	width:100%;
	border:1px solid #295077;
	border-radius:5px;
	margin-top:5px;
}

.dw_post_comments {
	margin-top:30px;

}

.dw_scroll_to_top {
	position:fixed;
	bottom:10px;
	right:10px;
	background:#fcfaff;
	padding:0px 5px;
	border-radius:3px;
	box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
    -webkit-box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
	display:none;
}


.dw_req_pending {
    color:orange;
    float:right;
    font-size:12px;
}

.dw_req_denied {
    color:red;
    float:right;
    font-size:12px;
}

.dw_req_verified {
    color:green;
    float:right;
    font-size:12px;
}

.btn_disabled {
	opacity:0.5;
}


@media (max-width: 400px) {
    .dw_menu_bottom .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    .dw_btn:link {
        font-size: 12px;
        padding-top: 10px;
    }

	.dw_btn {
        display:flex!important;
		align-items:center;
		justify-content:space-between;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        font-size: 10px;
        font-family: Metrisch-Bold;
        color: #999999;
        border: 0px;
        #border-top: 1px solid #dadada;
        #border-radius: 5px;
        padding: 8px 8px;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        font-size: 9px;
        font-family: Metrisch-Bold;
        color: #295077;
        border: 0px;
        border-bottom: 2px solid #295077;
        #border-radius: 5px;
        padding: 8px 8px;
		background:unset;
    }

    .idk_card-header h5 {
        font-size: 14px;
        font-family: "Metrisch-Bold";
        color: #295077;
    }

    .idk_card-header {
        box-shadow: 0px 0px 5px 0px #295077;
        -webkit-box-shadow: 0px 0px 5px 0px #295077;
        background-color: #fff;
        padding: 20px 15px;
        transition: all 0.8s ease 0s;
    }

    .dw_txt_legal h5 {
        text-align: left;
        font-size: 20px;
    }
}

@media only screen and (max-width:576px) {
    .dw_nopadding_right { padding: 0px; }
    .dw_nopadding_left { padding: 0px; }
}
