@import url('material-icons/material-icons.css');
@import url('helpers.css');

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('material-icons/MaterialIcons-Regular.eot'); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('material-icons//MaterialIcons-Regular.woff2') format('woff2'),
    url('material-icons//MaterialIcons-Regular.woff') format('woff'),
    url('material-icons//MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

html body {
    background-color: #fff;
}
.header-navbar {
    min-height: 5rem;
}
.navbar {
    border-radius: 0;
    box-shadow: 0 2px 10px 3px rgba(0,0,0,0.6);
    z-index: 99999;
}
.header-navbar .navbar-header {
    height: 5rem;
    padding: 0;
}
.header-navbar .navbar-header .navbar-brand {
    padding: 0.65rem 0;
    margin-left: -10px;
}
.navbar-container {
    padding: 0 15%;
}
.bg-welcome {
    min-height: 200px !important;
}

.welcome-title {
    position: absolute;
    width: 100%;
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
    bottom: 0;
    margin-bottom: 0;
    padding: 3% 25%;
}
.container-welcome {
    width: 100%;
    padding-top: 3%;
    padding-right: 25%;
    padding-left: 25%;
}

@media all and ( max-width:768px){

    .welcome-title {
        padding: 3% 5%;
    }
    .container-welcome {
        padding-right: 5%;
        padding-left: 5%;
    }

}

.welcome-text {
    margin-bottom: 2rem;
}


/* BOTÕES */
.btn-purple-clubfix {
    background-color: #C27DFE;
    color: #fff !important;
}
.btn-purple-clubfix:hover {
    background-color: #cc93fd;
    color: #fff;
}
.btn-purple-clubfix:focus {
    background-color: #883cca;
    color: #fff;
}
.btn-purple-clubfix:active {
    background-color: #883cca;
}
.btn-outline-purple-clubfix {
    border-color: #C27DFE;
    background-color: transparent;
    color: #C27DFE;
}
.btn-outline-purple-clubfix:hover {
    background-color: #C27DFE;
    color: #FFF !important;
}
.btn-outline-purple-clubfix:focus {
    color: #C27DFE;
}
.btn-create {
    background-color: #C27DFE;
    color: #fff;
    padding: 1.5rem;
    max-width: 15rem;
}
.btn-create:hover {
    background-color: #cc93fd;
    color: #fff;
}
.btn-create:focus {
    background-color: #883cca;
    color: #fff;
}
.btn-create:active {
    background-color: #883cca;
}
.btn-green {
    border-color: #05D8B1 !important;
    background-color: #05D8B1 !important;
    color: #FFFFFF;
}
.btn-green:hover {
    border-color: #83ECD8 !important;
    background-color: #83ECD8 !important;
    color: #FFF !important;
}
.btn-green:focus, .btn-green:active {
    border-color: #03A284 !important;
    background-color: #03A284 !important;
    color: #FFF !important;
}
.btn-grey {
    border-color: #979797 !important;
    background-color: #979797 !important;
    color: #FFFFFF;
}
.btn-grey:hover {
    border-color: #CBCBCB !important;
    background-color: #CBCBCB !important;
    color: #FFF !important;
}
.btn-grey:focus, .btn-green:active {
    border-color: #4B4B4B !important;
    background-color: #4B4B4B !important;
    color: #FFF !important;
}
/* BOTÕES */


.bg-gradient-colorize {
    background-image: linear-gradient(to right, #05D8B1 20%, #61ACD6, #C27DFE 70%);
    background: -webkit-linear-gradient(to right, #05D8B1 20%, #61ACD6, #C27DFE 70%);
    background: -o-linear-gradient(to right, #05D8B1 20%, #61ACD6, #C27DFE 70%);
    background: -moz-linear-gradient(to right, #05D8B1 20%, #61ACD6, #C27DFE 70%);
    background: linear-gradient(to right, #05D8B1 20%, #61ACD6, #C27DFE 70%);
    background-repeat: no-repeat;
}
.store {
    min-height: 4rem;
    font-family: "Montserrat", Georgia, "Times New Roman", Times, serif;
    transition: 300ms ease all;
}
.store-container {
    padding: 0 15%;
}
.store-title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    padding: 15px 0;
}
.container-form {
    padding: 2% 15%;
}
.danger {
    color: red !important;
}
.form-actions.right {
    display: flex;
    float: right;
}
.contract > h3, .contract > p {
    margin-bottom: 3rem;
}
#title-confirm {
    font-weight: 500;
}
#link-pdf {
    text-decoration: underline;
    font-weight: 600;
}
.contract fieldset {
    margin:  1rem 0 3rem 0;
}
#congratulations {
    font-weight: 500;
    font-size: 3rem;
    padding: 3rem 0;
}


/* CSS Steps */
.first.current > a {
    color: #05D8B1 !important;
}
.current > a {
    color: #05D8B1 !important;
}
.last.current > a {
    color: #C27DFE !important;
}
.app-content .wizard > .steps > ul > li.first.current .step .app-content .wizard > .steps > ul > li.current .step {
    border-color: #05D8B1;
    background-color: #05D8B1;
    color: #fff;
}
.app-content .wizard > .steps > ul > li.first.done .step .app-content .wizard > .steps > ul > li.done .step{
    border-color: #05D8B1;
    background-color: #05D8B1;
    color: #fff;
}
.app-content .wizard > .steps > ul > li.current .step {
    border-color: #05D8B1;
    background-color: #05D8B1;
    color: #fff;
}
.app-content .wizard > .steps > ul > li.done .step {
    border-color: #05D8B1;
    background-color: #05D8B1;
    color: #fff;
}
.app-content .wizard > .steps > ul > li.last.current .step {
    border-color: #C27DFE;
    background-color: #C27DFE;
    color: #fff;
}
.app-content .wizard > .steps > ul > li.last.done .step {
    border-color: #C27DFE;
    background-color: #C27DFE;
    color: #fff;
}
.app-content .wizard > .actions > ul > li > a {
    background: #05D8B1;
    color: #fff;
    display: block;
    padding: 7px 12px;
    border-radius: 2px;
    border: 1px solid transparent;
}
.app-content .wizard > .actions > ul > li > a[href="#previous"] {
    background-color: #979797;
    color: #fff;
    border: transparent;
}
.app-content .wizard > .actions > ul > li.disabled > a {
    background-color: #fcfcfc;
    color: #999999;
    border: 1px solid #ddd;
}
/* CSS Steps */


/* Table */
.table-responsive {
    margin-bottom: 1rem;
}
.table td {
    border-top: none;
}
.table th, .table td {
    border-bottom: 1px solid #B8B8B8;
    /*border: none;*/
}
.table th, .table td {
    padding: 1.5rem 2rem;
}
.column-title {
    margin: 0;
    font-weight: bold;
}
.column-text {
    margin: 0;
}
/* Table */

.alert-dismissible .close {
    top: 0.125rem;
}
.alert {
    border-radius: 0;
}
fieldset > h3 {
    font-weight: bold;
    margin-bottom: 2rem;
}
.btn-outline-create {
    border-color: #C27DFE;
    background-color: transparent;
    color: #C27DFE;
}
.btn-outline-create:hover {
    background-color: #C27DFE;
    color: #FFF !important;
}
.btn-outline-create:active .btn-outline-create.active {
    color: #fff;
    background-color: #C27DFE;
    border-color: #C27DFE;
}
.btn-outline-create:focus, .btn-outline-create.focus {
    color: #fff;
    background-color: #C27DFE;
    border-color: #C27DFE;
}
.btn-outline-create:focus > i, .btn-outline-create:active > i, .btn-outline-create:hover > i {
    color: #fff !important;
}
.form-group.error input, .form-group.error select, .form-group.error textarea {
    color: #C27DFE;
    border-color: #C27DFE;
}
.shadow-none.validate input:focus {
    box-shadow: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
    box-shadow: none !important;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #C27DFE !important;
    border-color: #C27DFE !important;
}
.select2-container--classic .select2-results__options .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__options .select2-results__option[aria-selected="true"] {
    background-color: #C27DFE !important;
    color: #FFFFFF !important;
}
.tag-info {
    background-color: #C27DFE;
}
input[type=number] {
    -moz-appearance:textfield;
    -webkit-appearance: none;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: none;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 0;
}

.select2 {
    width: 100% !important;
}

.bootstrap-maxlength {
    margin-top: 10px;
}

.affix {
    top: 20px;
    z-index: 9999 !important;
}

.affix + .container-fluid {
    padding-top: 70px;
}

.protecao{
    border:1px solid #05d8b1;
    border-radius:17px;
    text-align:center;
}

.protecao .title{
    padding:25px 10px;
    border-bottom:1px solid #05d8b1;
    margin-bottom:20px;
}

.protecao h4{
    font-size: 24px;
    font-weight: 500;
}

.protecao h4.default,
.protecao h5.default{
    color:#c27dfe;
    font-weight:bold;
}

.protecao p{
    margin-top:20px;
    margin-bottom:0px;
}

.protecao .method-payment{
    border-radius:0px;
    padding:10px;
}

.protecao .method-payment p{
    margin-bottom:10px;
}

.protecao .method-payment .btn{
    border-radius:2px !important;
    background:#f0f0f0 !important;
    color:#c27dfe !important;
    border:none;
    display:flex;
    align-items:center;
    justify-content:center;
    height:100px;
}

.arquivos{
    list-style:none;
    padding:0px;
    display:flex;
}

.arquivos li{
    background:#efefef;
    color:#c27dfe;
    border-radius:2px;
    padding:5px 10px;
    display:flex;
    align-items:center;
}

.arquivos li .fa{
    margin-left:20px;
    cursor:pointer
}

.anexar .material-icons{
    color:#05d8b1;
}

.anexar span{
    font-size: 14px;
    color: #7c7c7c;
    text-decoration:underline;
}

.btn.btn-default{
    background:#c27dfe;
    color:#fff;
}

.btn.btn-outline{
    background:transparent;
    border:1px solid #333;
}

.btn.btn-outline.btn-default{
    border-color:#c27dfe;
    color:#c27dfe;
}

.form-control-static{
    padding:0px;
    margin-bottom:0px;
    font-size: 16px;
}

.grey-label label{
    font-size: 16px;
    color: #9b9b9b;
}

.nav.nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    border-radius: 0.25rem 0.25rem 0 0;
    border: none;
    border-bottom: 3px solid #c27dfe;
    color: #c27dfe;
}

.nav.nav-tabs .nav-item .nav-link {
    padding: 0.5rem 0.7rem;
    display: block;
    color: #838383;
}

.nav-tabs .nav-link:hover {
    border-color: transparent transparent transparent;
}

.input-group.type-01{
    border:none;
}

.input-group.type-01 .form-group{
    border:1px solid #ccd6e6 !important;
}

.input-group.type-01 .form-group{
    border-right:none;
}

.input-group.type-01 .input-group-addon{
    border:1px solid #05d8b1;
    color:#fff;
    background:#05d8b1;
    padding-left:15px;
    padding-right:15px;
    cursor:pointer;
}

.input-group.type-01 .form-group:focus,
.input-group.type-01 .form-group:focus + .input-group-addon{
    border-color:#05d8b1;
}

/*~~ Checkbox ~~*/

.checkbox{
    display:none;
}

.checkbox + label{
    cursor:pointer;
    font-size: 15px;
    color: #2c2c2c;
    height:30px;
    overflow:hidden;
}

.checkbox + label a{
    text-decoration:underline;
    color: #2c2c2c;
}

.checkbox + label:before,
.checkbox + label:after,
.checkbox:checked + label:after,
.checkbox:checked + label:after{
    transition:0.2s;
}

.checkbox + label:before{
    content:"";
    display:block;
    float:left;
    margin-right:10px;
    width:20px;
    height:20px;
    border:1px solid #c27dfe;
}

.checkbox + label:after{
    content:"✓";
    display:block;
    position:relative;
    top:-21px;
    left:7px;
    color:transparent;
    font-size:14px;
}

.checkbox:checked + label:before{
    background:#c27dfe;
    color:#fff;
}

.checkbox:checked + label:after{
    /*content:"✓";*/
    content:"✓";
    color:#fff;
    font-size:14px;
}

.checkbox.type-01 + label:after{
    top: -20px;
    left: 5px;
}

.checkbox.type-01 + label:before{
    border-radius:50%;
}

.custom-panel .content{
    display:flex;
    justify-content:space-between;
}

.custom-panel .content .left{
    width:30%;
    display:flex;
    justify-content: center;
    align-items:flex-start;
    margin-right:20px;
}

.custom-panel .content{
    margin-bottom:10px;
}

.custom-panel .content .left img{
    width:55px;
    height:55px;
    object-fit:cover;
    border-radius:50%;
}

.custom-panel .content .right{
    width:100%;
}

.custom-panel .content .right .infos{
    margin-top:10px;
}

.custom-panel .content .right h4{
    margin:0px;
    font-weight:bold;
}

.stars{
    list-style:none;
    padding:0px;
    font-size:12px;
    display:flex;
    flex-direction:row-reverse;
    justify-content:flex-end;
    /*color:#f5a623;*/
}

.stars li:not(:last-child){
    margin-left:5px;
}

.stars li.active,
.stars li.active .fa,
.stars li.active ~ li,
.stars li.active ~ li .fa,
.stars li.active ~ li:after {
    color:#f5a623;
    transition:0.3s;
}

/*~~ Icons ~~*/

.has-icons h5{
    margin:0px;
}

.has-icons .flex-aic{
    margin-bottom:20px;
}

.icons.md{
    width:55px;
    height:55px;
    object-fit:cover;
    border-radiuis:50%;
    margin-right:25px;
}

.form-control.primary{
    border-color:var(--primary);
}

.has-radio .labels{
    margin-left:10px;
}

.has-radio .labels label:first-child{
    margin-top:37px;
}

/*
.spinner {
    margin: 30px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
    background: #e9e9e9;
    !*box-shadow: 0 0 10px #999;*!

}
.spinner:after {
    content: "";
    display: block;
    background-image: -webkit-radial-gradient(10% 100%, circle, #05d8b1, #c27dfe);
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    z-index: -1;
    border-radius: 50%;
    !*box-shadow: inset 0 0 10px #333;*!
    -webkit-animation: rotate 1s infinite linear;
    -webkit-animation-play-state: running;
}
.spinner.two {
    width: 50px;
    height: 50px;
}
.spinner.three {
    width: 25px;
    height: 25px;
}
*/

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.animate {
    -webkit-animation: rotate 1s infinite linear;
    -webkit-animation-play-state: running;
}

.btn.rounded{
    border-radius:30px;
}

.btn.btn-red{
    background:transparent !important;
    color:#ba4856;
    border:1px solid #ba4856;
}

.btn.outline{
    background:transparent !important;
}

.btn.btn-default.outline{
    border:1px solid #c27dfe;
    color:#c27dfe;
}

.btn.btn-primary.outline{
    border:1px solid #05d8b1;
    color:#05d8b1;
}

.btn.btn-none{
    padding:0px;
    background:transparent;
    outline:none;
    border:none;
}

.grey{
    color:#818181;
}

.content.flex.sm .left{
    width:20%;
}

.border-bottom{
    border-bottom:1px solid rgba(0, 0, 0, 0.12);
}

.error-border{
    border-color: #DAB1FE !important;
}