@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800');

body {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

body::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

.bold,
strong,
b {
    font-weight: 500;
}

.p7 {
    padding: 7px;
}

.p8 {
    padding: 8px;
}

.p8-half {
    padding: 8.5px;
}

.p15 {
    padding: 15px;
}


.valign-middle {
    vertical-align: middle;
}

.mtop5 {
    margin-top: 5px;
}

.mtop10 {
    margin-top: 10px;
}

.mtop15 {
    margin-top: 15px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop25 {
    margin-top: 25px;
}

.mtop30 {
    margin-top: 30px;
}

.mtop40 {
    margin-top: 40px;
}

.mbot5 {
    margin-bottom: 5px;
}

.mbot10 {
    margin-bottom: 10px;
}

.mbot15 {
    margin-bottom: 15px;
}

.mbot20 {
    margin-bottom: 20px;
}

.mbot25 {
    margin-bottom: 25px;
}

.mbot30 {
    margin-bottom: 30px;
}

.mbot40 {
    margin-bottom: 40px;
}

.mleft5 {
    margin-left: 5px;
}

.mleft10 {
    margin-left: 10px;
}

.mright5 {
    margin-right: 5px;
}

.mright10 {
    margin-right: 10px;
}

.padding-30 {
    padding: 30px !important;
}

.no-mbot {
    margin-bottom: 0px;
}

h1 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #94c11f;
    border-color: #94c11f;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #1e95b1;
    border-color: #0f4b5a;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #1e95b1;
    border-color: #197b92;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #1e95b1;
    border-color: #197b92;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #197b92;
    border-color: #0f4b5a;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #94c11f;
    border-color: #94c11f;
}

.btn-primary .badge {
    color: #94c11f;
    background-color: #ffffff;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
input[type="color"] {
    border: 1px solid #bfcbd9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #494949;
    font-size: 14px;
    line-height: 1;
    height: 36px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
input[type="color"]:focus {
    border-color: #03a9f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

input.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.authentication-form input.form-control::placeholder {
    color: darkgrey;
    font-weight: 500;
}

.company-logo {
    padding-bottom: 20px;
    display: block;
}

.company-logo img {
    margin: 0 auto;
    display: block;
    width: 120px;
    margin-bottom: 5px;
}

.authentication-form-wrapper {
    margin-top: 80px;
}

@media (max-width: 768px) {
    .authentication-form-wrapper {
        margin-top: 80px;
    }
}


.authentication-form a {
    color: #fff;
}

.authentication-form .btn-green {
    background-color: #94c120;
    border: 1px solid #94c120;
    border-radius: 5px;
    text-transform: uppercase;
}

.authentication-form .btn-green:hover {
    background-color: #0e3e4f;
    border: 1px solid #0e3e4f;
}

.authentication-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 50px;
    color: #081b22;
}

.authentication-form .selector .btn {
    color: #333;
    border: none;
    background: #ccc;
    line-height: 25px;
}

.authentication-form .selector .btn.left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.authentication-form .selector .btn.right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.authentication-form .selector .btn.active {
    background-color: #94c120;
    box-shadow: none;
    border: none;
    color: #fff;
}

.authentication-form .selector .btn:hover {
    background-color: #6b4498;
    color: #fff;
}

label {
    font-weight: 400 !important;
}

@media screen and (max-height: 575px) {

    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.83);
        -webkit-transform: scale(0.83);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.password-container {
    position: relative;
}

.eye-pw {
    position: absolute;
    top: 9px;
    right: 8px;
    font-size: 15px;
    color: #aa8bef;
    opacity: 0.6;
}

.authentication-form .reset {
    color: #777;
    font-size: 12px;
}

/* Welcome wizard */
.wizard-wrapper {
    margin-top: 0px;
}

.wizard-wrapper .authentication-form {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wizard {
    margin: 20px auto;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard>div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: pointer;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #94c11f;

}

.wizard li.active span.round-tab i {
    color: #94c11f;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs>li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #94c11f;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #94c11f;
}

.wizard .nav-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.wizard-body {
    padding-top: 56px;
}

.finish-icon {
    color: #95c248;
    font-size: 60px;
}

.not-allowed {
    pointer-events: none;
}

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

@media(max-width : 585px) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

#auth-admin {
    transition: all .3s;
 
    box-shadow: 10px 10px 20px 10px #00000040;
    font-weight: 600;
    color: #fff;
    z-index: 3;
    min-height: 410px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.authentication-form {
    padding: 15px 30px 37px 30px;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    max-width: 500px;
    margin-top: 5% !important;
    background-color: rgba(0, 0, 0, .65) !important;
    backdrop-filter: blur(5px) !important;
    color: #fff;
    width: 50%;
    margin: auto;
    position: relative !important;
    overflow: inherit !important;
    z-index: 999 !important;
}

input.form-control {
    background: #fff !important;
    color: #000 !important;
}

.character-img {
    width: 100px;
    margin: auto;
    display: block;
}

@media (max-width: 670px) {
    .authentication-form {
        width: 90% !important;
    }

}

#particles {
    max-width: 1900px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 0px;
    border-top-right-radius: 50%;
    left: 0px;
    overflow: hidden;
}

.login_admin #particles{
    max-height: 3000px !important;
}


#wave-bg {
    background-image: url("/assets/images/login-bg.png") !important;
    background: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#character {
    width: 30%;
    max-width: 600px;
    height: auto;
    position: absolute;
    top: 20%;
    right: 0px;
    z-index: 2;
}

@media (max-width: 700px) {
    #character {
        display: none;
    }

}

.login_admin form {
    top: -35px;
    position: relative;
}

.text-admin {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -9px;
    right: -10px;
    overflow: hidden;


}

.text-admin span {
    position: absolute;
    top: 28px;
    left: 0px;
    width: 120px;
    padding: 1px 15px;
    background: #ff4759;
    transform: rotate(45deg);
}

.text-admin span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 4px solid #ff4759;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff4759;
}


.text-admin span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-right: 4px solid #ff4759;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff4759;
}


/* Slider captcha */
.block {
    position: absolute;
    left: 0;
    top: 0;
}

.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.sliderContainer {
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #f7f9fa;
    color: #45494c;
    border-radius: 2px;
}

.sliderbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f7f9fa;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #e6e8eb;
}

.sliderContainer_active .slider {
    top: -1px;
    border: 1px solid #1991FA;
}

.sliderContainer_active .sliderMask {
    border-width: 1px 0 1px 1px;
}

.sliderContainer_success .slider {
    top: -1px;
    border: 1px solid #52CCBA;
    background-color: #52CCBA !important;
}

.sliderContainer_success .sliderMask {
    border: 1px solid #52CCBA;
    border-width: 1px 0 1px 1px;
    background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon:before {
    content: "\f00c";
}

.sliderContainer_fail .slider {
    top: -1px;
    border: 1px solid #f57a7a;
    background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
    border: 1px solid #f57a7a;
    background-color: #fce1e1;
    border-width: 1px 0 1px 1px;
}

.sliderContainer_fail .sliderIcon:before {
    content: "\f00d";
}

.sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
    display: none;
}

.sliderMask {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #1991FA;
    background: #D1E9FE;
    border-radius: 2px;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s linear;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider:hover {
    background: #1991FA;
}

.slider:hover .sliderIcon {
    background-position: 0 -13px;
}

.sliderText {
    position: relative;
}

.sliderIcon {}

.refreshIcon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    margin: 6px;
    color: rgba(0, 0, 0, .25);
    font-size: 1rem;
    z-index: 5;
    transition: color .3s linear;
}

.refreshIcon:hover {
    color: #6c757d;
}

/* Slider captcha */

summary#login-button {
    width: 96px;
    margin: auto;
    overflow: hidden;

}

#alerts {
    z-index: 999;
}

details summary::-webkit-details-marker {
    display: none;
}

details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}

details>summary:first-of-type {
    list-style-type: none;
}

#date-to,
#date-from,
#count-down {
    font-size: 20px;
}

#mainstenance {
    color: #fff !important;
    margin-top: 40px;
}



@media (max-width: 768px) {
    #mainstenance .logo img {
        margin: auto;
        max-width: 50%;
        margin-bottom: 50px;
    }
}

#mainstenance header h1 {
    text-shadow: 5px 5px 2px #00000040;
}

.bubble-text {
    padding: 15px 5px;
    color: #000 !important;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 10px 10px 3px #00000040;
    animation: float 3s ease-in-out infinite;
    -webkit-animation: float 6s ease-in-out infinite;
}

.bubble-text::after {
    transform: translatey(0px);
    animation: float2 8s ease-in-out infinite;
    content: ".";
    font-weight: bold;
    -webkit-text-stroke: 0.5px #fff;
    -webkit-text-fill-color: #fff;
    text-shadow: 8px 8px #00000040;
    text-align: left;
    font-size: 55px;
    width: 55px;
    height: 11px;
    line-height: 30px;
    background-color: #fff;
    position: absolute;
    display: block;
    bottom: -30px;
    left: 50%;
    box-shadow: 12px 12px #00000040;
    z-index: -2;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-animation: float2 8s ease-in-out infinite;
}



#mainstenance header {
    padding: 1%;
    margin-bottom: 5%;
}

#mainstenance .content {
    background: #12c2e9;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #12c2e9;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#mainstenance .text-shadow {
    text-shadow: 3px 3px 2px #00000050;
}

#particles_mainstenance {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #00000020;
}

#count-down {
    width: 100% !important;
    margin: auto;
    font-size: 40px;
    font-weight: 100;
    color: white;
    padding: 0px;
    width: 700px;
    color: white;

}

#count-down div {
    display: inline-block;
    min-width: 90px;
    padding: 15px;
    background: #020b43;
    border-radius: 10px;
    border: 2px solid #030d52;
    margin: 15px;
}

#count-down div span {
    color: #ffffff;
    display: block;
    margin-top: 15px;
    font-size: .35em;
    font-weight: 400;
}

@keyframes float {
    0% {
        transform: translatey(0px);
        -webkit-transform: translatey(0px);
        -moz-transform: translatey(0px);
        -ms-transform: translatey(0px);
        -o-transform: translatey(0px);
    }

    50% {
        transform: translatey(-5px);
        -webkit-transform: translatey(-5px);
        -moz-transform: translatey(-5px);
        -ms-transform: translatey(-5px);
        -o-transform: translatey(-5px);
    }

    100% {
        transform: translatey(0px);
        -webkit-transform: translatey(0px);
        -moz-transform: translatey(0px);
        -ms-transform: translatey(0px);
        -o-transform: translatey(0px);
    }
}

@keyframes float2 {
    0% {
        line-height: 30px;
        transform: translatey(0px);
    }

    55% {
        transform: translatey(-20px);
    }

    60% {
        line-height: 10px;
    }

    100% {
        line-height: 30px;
        transform: translatey(0px);
    }
}

#verify {
    margin-top: 80px;
}

.dt-loader {
    width: 100px;
    height: 100px;
    background-image: url(/assets/images/dt-loader.svg);
    background-size: 100px;
    position: absolute;
    left: calc(50% - 50px);
}

@-webkit-keyframes loader {
    0% {
        background: #f0f0f0;
    }

    10% {
        background: #c5c5c5;
    }

    40% {
        background: #f0f0f0;
    }
}

@keyframes loader {
    0% {
        background: #f0f0f0;
    }

    10% {
        background: #c5c5c5;
    }

    40% {
        background: #f0f0f0;
    }
}
