/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);*/



.mainheading-wrapper{

    padding-top: 0px;

}

div.table-title {
    display: block;
    margin: auto;
    padding:5px;
    width: 100%;
}

.table-title h3 {
    color: #fafafa;
   /* font-size: 14px;
    font-weight: 400;
    font-style:normal;
    font-family: "Roboto", helvetica, arial, sans-serif;*/
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
    padding-top: 20px;
    padding-bottom: 20px;
    background: white;
    border-radius:0px;
    border-collapse: collapse;
    margin: auto;
    padding:5px;
    width: 100% !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

th {
    color:#FFF;;
    /*background:#1b1e24;*/
    background: #0A5F65;

    border-bottom:4px solid #9ea7af;
    border-right: 1px solid #343a45;
    /*font-size:23px;
    font-weight: 100;*/
    padding:15px;
    text-align:left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align:middle;
    font-weight: 500;
    font-size: 15px;
}

th:first-child {
    border-top-left-radius:0px;
}

th:last-child {
    border-top-right-radius:0px;
    border-right:none;
}

tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    /*color:#666B85;*/
    /*font-size:16px;
    font-weight:normal;*/
    font-family: 'Lato', Arial, Tahoma, sans-serif;
}



/* tr:hover td a{
    color:#FFFFFF;
} */

tr:first-child {
    border-top:none;
}

tr:last-child {
    border-bottom:none;
}

tr:nth-child(odd) td {
    background:#fafafa;
}
/*
tr:nth-child(odd):hover td {
    background: #0A5F65;
} */

tr:last-child td:first-child {
    border-bottom-left-radius:0px;
}

tr:last-child td:last-child {
    border-bottom-right-radius:0px;
}

td {
    background:#FFFFFF;
    padding:15px;
    text-align:left;
    vertical-align:middle;
    font-weight:400;
    font-size:14px;
    border-right: 1px solid #C1C3D1;
    font-family: 'Lato', Arial, Tahoma, sans-serif;

}

td:last-child {
    border-right: 0px;
}

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

th.text-center {
    text-align: center;
}

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

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

td.text-center {
    text-align: center;
}

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

.accept-fa{
    color:green;
    font-size: 25px;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.loader {

    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 10px;
    height: 10px;

    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

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

.btn-default.focus, .btn-default:focus , .btn-default:hover {
    color: #fff;
    background-color: #0A5F65;
    border-color: #8c8c8c;
}



label {
 margin-bottom: 0;
 font-weight: normal;
    font-weight: 600;
    font-size: large;
}

.displayconsultoria{
    display: none !important;
}

.displayparceiro{
    display: none !important;
}


/* NKA CONTACTS FOOTER */
.icons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }
  /* NKA */
   .footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .icons-wrapper__title {
    color: white;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ffffff42;
    margin-bottom: 0;
  }
  .icons-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 2rem;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .icon-wrapper {
    display: flex;
    flex-grow: 1;
    gap: 1rem;
    height: auto;
    align-items: flex-start;
  }
  .icon__image {
    width: auto;
    height: 30px !important;
  }
  .icon__title {
    margin: 0;
    color: #26afb9;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-align: left;
  }
  .icon__text {
    margin: 0;
    color: white;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.5px;
    text-align: left;
  }
  .icon__content {
    display: flex;
    gap: 0.6rem;
    flex-direction: column;
    margin-top: 0.3rem;
  }

  
  .footernka{
    background-color: #dddddd;
    color: #181818;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 12px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.footer-content {
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 0 35px;
    justify-content: space-between;
    align-items: center;
}
.footer-content p {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .icon-wrapper {
        width: 100%;
    }
    .icons-container {
        flex-direction: column;
    }
    .icon__content {
        align-items: flex-start;
    }
    .footer-content {
        flex-direction: column;
    }
    .footer-content p {
        text-align: center;
    }
  }


  /* Header */
  .fullwidth-top-wrapper {
    background-color: white;
  }
  .btn {
    border-radius: 0px;
  }