/*@import url('https://fonts.googleapis.com/css?family=Black+Han+Sans%7CJost:400,500&display=swap');*/

* {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

/*a {*/
/*    text-decoration: none !important;*/
/*    !*color: inherit !important;*!*/
/*}*/

/*body {*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*    background-position: bottom center;*/
/*    background-attachment: fixed;*/
/*    background-color: transparent;*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    line-height: 1.82857143;*/
/*    color: #333;*/
/*    background: #c4c6c9;*/
/*    font-family: 'Jost', sans-serif !important;*/
/*}*/

#header {
    display: inline-block;
    width: 100%;
}

.ui.header{
    font-family: 'Black Han Sans', sans-serif !important;
    font-weight: normal !important;
}

.ui .header{
    font-family: 'Black Han Sans', sans-serif !important;
    font-weight: normal !important;
}



/* slide styles */
* {
    box-sizing: border-box;
}

.slide {
    color: #555;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slide-show {
    display: flex;
    width: 300vw;
    height: 100%;
    overflow: auto;
    position: absolute;
}

.slide-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
}

.slide-item img {
    width: 100vw;
    height: 100%;
}

/*.slide-text {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    !*background: rgba(0, 0, 0, 0.3);*!*/
/*    color: #f8f8f8;*/
/*    padding-bottom: 25px;*/
/*    font-size: 30px;*/
/*}*/

/*.slide-text div {*/
/*    height: 90%;*/
/*}*/

/*.slide-text div:nth-child(1) {*/
/*    flex-direction: column;*/
/*    padding: 0 5%;*/
/*    align-items: flex-start;*/
/*}*/

button {
    margin: 20px;
}

.slide-indicator {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.slide-indicator .indicator-item {
    height: 3px;
    width: 70px;
    margin: 0 10px;
    background: rgba(170, 170, 170, 0.3);
    border: dodgerblue;
    list-style: none;
}

[rol="low-indicator"] {
    display: block;
    height: 100%;
    width: 1%;
    background: rgb(255, 126, 14);
}

.blur-slide {
    filter: blur(3px);
}

/* smartphone */
@media (max-width: 768px) {
    .slide {
        color: #555;
        width: 100%;
        height: 80vh;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .slide-title {
        font-size: 20px;
    }

    .indicator-item {
        height: 2px;
        width: 50px;
        margin: 0 10px;
        background: rgba(170, 170, 170, 0.3);
        border: dodgerblue;
        list-style: none;
    }
}




.flow_top {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;

    background: rgb(2,0,36);
    background: -moz-linear-gradient(0deg, rgba(2,0,36,0.8645658947172619) 0%, rgba(9,121,111,0.6040616930365896) 35%, rgba(0,212,255,0) 72%, rgba(2,0,36,0.7861345221682423) 100%);
    background: -webkit-linear-gradient(0deg, rgba(2,0,36,0.8645658947172619) 0%, rgba(9,121,111,0.6040616930365896) 35%, rgba(0,212,255,0) 72%, rgba(2,0,36,0.7861345221682423) 100%);
    background: linear-gradient(0deg, rgba(2,0,36,0.8645658947172619) 0%, rgba(9,121,111,0.6040616930365896) 35%, rgba(0,212,255,0) 72%, rgba(2,0,36,0.7861345221682423) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#020024",GradientType=1);

    z-index: 2;
}

#flow_content{
    position: absolute;
    bottom: 0;
}

.go-top{
    position: fixed;
    z-index: 10002;
    right: 0;
    bottom: 0;
    margin: 100px;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}


.form_custom .title {
    font-family: 'Patrick Hand', fantasy;
    font-size: 18px;
    letter-spacing: .1px;
    line-height: 24px;
    color: #202124;
    font-weight: 500;
    width: 100%;
    word-break: break-word;
}
.form-check-inline .form-check-label{
    padding:  0 20px 0 0 ;
}
.form_custom fieldset{
    padding: 25px;
    margin-bottom: 10px;

}

.has-success .checkbox,.has-success .checkbox-inline,
.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}
.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,
.has-error .radio-inline,.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label{color:#a94442}
.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.has-error .form-control:focus{border-color:#843534;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}
.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}
.has-error .form-control-feedback{color:#a94442}
.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}

.form_custom fieldset legend{
    border-bottom: 1px black groove;

}
.has-error{
    box-shadow: none !important;

}
.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}
.fs24{
    font-size: 24px !important;
}

.c-orange{
    color: orangered !important;
}
.c-orange_litgh{
    color: #ff9b49 !important;
}
.aling-justify{
    text-align: justify;
}
.b-m-o{
    border-top: #FC8114 4px solid !important;
    background: #FC8114 !important;
    color: white !important;
    font-family: Arial, sans-serif;
}
.b-m-g{
    border-top: #0088cc 4px solid !important;
    background: #0088cc !important;
    color: white !important;
    font-family: Arial, sans-serif;
}
.bg-white{
    background: white !important;
}
.bg-grey{
    background: rgba(220, 220, 220, 0.3) !important;
}
.bg-gainsboro{
    /*background: gainsboro !important;*/
}
.txt-align-right{
    text-align: right;
}
.form-border{
    border-left: 1px solid rgba(169,169,169,0.21);
    border-top: 1px solid rgba(169,169,169,0.21);
    border-bottom: 1px solid rgba(169,169,169,0.21);
    border-right: 1px solid rgba(169,169,169,0.21);
}
.pad-40{
    padding: 40px 20px 40px 0;
}
.pad-80{
    padding: 80px 20px 40px 0;
}
.text-success {
    color: #3c763d !important;
}
.h1 {
    font-size: 26px !important;
    line-height: 50px;
    margin: 0;
}
.bg-green{
    background: #37a744 !important;
    color: white;
}
.bg-yellow{
    background: #f8a503 !important;
    color: white;
}
.noborder{
    border: none !important;
}
.txt-align-center{
    text-align: center;
}
.pad-10{
    padding: 10px;

}
.bg-form-title{
    background:  white;
}
.btn_{
    line-height: 1;
    padding-top: 16px;
    padding-bottom: 16px;

    font-size: 14px;
    font-weight: 700;
    background: #fff;
    padding: 13px 30px 16px;
    /*padding-top: 10px;*/
    padding-bottom: 13px;
    outline: none !important;
    /*border: 2px solid #fe4c1c;*/
    box-shadow: 0 0.3px 1px -5px rgba(0, 0, 0, 0.109), 0 0.9px 2.6px -5px rgba(0, 0, 0, 0.155), 0 1.8px 5.3px -5px rgba(0, 0, 0, 0.195), 0 3.7px 11px -5px rgba(0, 0, 0, 0.241), 0 10px 30px -5px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    border-radius: 0;
    text-transform: uppercase;
}
.btn_:hover{
 color: white;
}

.profile-userpic{
    text-align: center;
}
.profile {
    margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}

/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}
.td-title{
    font-size: 12px;
    font-weight: 600;
    width: 40%
}
.td-title_{
    font-size: 13px;
    font-weight: 600;

}
.td-title span{
    font-size: 12px;
    font-weight: 500;
}
.txt-upper{
    text-transform: uppercase;
}
.padd-form{
    padding: 2px 0 5px 0;
}
