/**
 * Plugin
 */

.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}
.m-0 {
    margin: 0 !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}


.btn-unifor,
.btn-unifor,
.btn-unifor,
.btn-unifor {
    color: #fff !important;
    border-color: rgb(142, 12, 58) !important;
    background: rgb(142, 12, 58) !important;
}

.btn-unifor:hover,
.btn-unifor:hover,
.btn-unifor:hover,
.btn-unifor:hover {
    color: #fff;
    border-color: rgb(186, 28, 83) !important;
    background: rgb(186, 28, 83) !important;
}

.btn {
    transition: 0.33s linear all;
}

.btn-long {
    width: 100%;
    white-space: pre-wrap;
}

.dxtab,
.dxtabbtns,
.dxcontents {
    width: 100%;
    float: left;
    clear: both;
}

.dxtabbtns {
    margin-bottom: 15px;
    text-align: center;
}

@media ( max-width: 979px) {
    .dxtabbtn {
        width: 100%;
    }
}

@media ( min-width: 980px) {
    .dxtabbtn {
        width: 33.3333%;
    }
}

.dxtabbtn {
    padding: 10px;
    border-bottom: #fff;
    border-width: 0 0 5px 0;
    border-style: solid;
    font-size: 16px;
    /* float: left; */
    text-align: center;
    display: none;
}

.dxtabbtn .text {
    display: none;
}

.dxtabboxes {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dxtabboxes .dxtabbox {
    display: inline-block;
    margin-right: 10px;
}

.dxtabboxes .box span {
    border: 1px solid #fff;
    background-color: #8E0C3A;
    color: #fff;
    padding: 10px 15px;
    transition: 0.6s linear all;
    font-size: 16px;
}

.dxtabbox.current .box span {
    background-color: #fff;
    border-bottom: 1px solid #8E0C3A;
    color: #8E0C3A;
}

.dxcontent {
    width: 100%;
    min-height: 300px;
    float: left;
    clear: both;
}

.dxtabbtn.current {
    /* border-bottom: #999;
    border-width: 0 0 5px 0;
    border-style: solid; */
    display: inline-block;
    width: 100%;
}

.dxtabbtn.current .text {
    display: inline-block;
}

.dxtabbtn.current .box {
    display: block;
}

.wp_idporten_form .error {
    color: #ff3939 !important;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.wp_idporten_form .form-control {
    padding-left: 0px !important;
    color: #555555;
    background-color: #fff;
    border: 0px !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #ccc !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.wp_idporten_form .form-control.error {
    border: 1px solid #f66;
    color: #f00;
}

.okse-style .md-form input:not([type]):focus:not([readonly])+label,
.okse-style .md-form input[type="text"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="password"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="email"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="url"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="time"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="date"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="datetime"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="tel"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="number"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="search"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="search-md"]:focus:not([readonly])+label,
.okse-style .md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #555555 !important;
}

.okse-style label.error:before,
.okse-style span.error:before {
    content: '' !important;
}

.okse-style label:not(.container_checkbox) {
    margin-bottom: 0 !important;
}

.border {
    border: 1px solid #eeeeee;
    padding: 15px 0px;
}

.flag-bar {
    margin-bottom: 10px;
}
.singup_warper_3s{
    max-width: 800px;
    margin: 0 auto;
}
.btn-grp-03{
    display: flex;
    column-gap: 15px;
    max-width: 225px;
    margin: 0 auto;
}
.btn-grp-04{
    display: flex;
    column-gap: 15px;
    margin: 0 auto;
    max-width: 450px;
}
.label_accept_tnc{
    font-weight: normal;
    margin: 0;
    font-size: 13px;
}