body {
    background-image: url('https://italocollections.com.br/assets/img/fundo/fundo.png');
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    max-width: 100%;
    font-family: 'Isidora SemiBold';
    font-style: normal !important;
    color: #000;

}

/* Estilizando a barra de rolagem em navegadores WebKit */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

header {
    background-color: #333;
    padding: 10px 0;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu li {
    float: left;
}

.menu a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu a:hover {
    background-color: #ddd;
    color: black;
}

.logo img {
    max-width: 300px;
    margin-top: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content {
    /* Adicione algum espaçamento para evitar que o conteúdo seja ocultado pelo menu */
    margin-top: 50px;
}

/* Tornar o menu fixo */
.menu {
    position: fixed;
    width: 100%;
    top: 0;
}

.quote-list-tab {
    margin-left: 15px;
    background-color: #becdd8;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 30px;
    border-radius: 5px;
}

.quote-list-tab {
    margin-left: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 30px;
    border-radius: 5px;
}

.quote-list-tab .tabs_item {
    background-color: #becdd8;
    padding: 25px;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.form-check-label {
    font-family: 'Isidora SemiBold';
}

.form-check {
    text-align: center;
}

.quote-list-tab .tabs_item p {
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Isidora SemiBold';
    font-size: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.quote-list-tab .tabs_item form .nice-select {
    text-transform: capitalize;
    padding: 0 10px;
    font-weight: 400;
}

.quote-list-tab .tabs_item form .nice-select:after {
    right: 10px;
    width: 7px;
    height: 7px;
}

.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

.quote-list-tab .tabs_item {
    background-color: #f9f9f9;
    padding: 25px;
}


.quote-list-tab .tabs_item form .form-group {
    margin-bottom: 15px;
}

.quote-list-tab .tabs_item form .form-control {
    border: none;
    background-color: #ffffff;
}

.quote-list-tab .tabs_item form .default-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    margin-top: 30px;
}

.quote-list-tab .tabs_item form .nice-select {
    background-color: #ffffff;
    color: #000000;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    height: 50px;
    line-height: 53px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Isidora SemiBold';
}

.quote-list-tab .tabs_item form .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    height: 260px;
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 10px;
}

.quote-list-tab .tabs_item form .nice-select .list .option {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Isidora SemiBold';
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
}

.quote-list-tab .tabs_item form .nice-select .list .option:hover {
    background-color: #000000 !important;
    color: #ffffff;
}

.quote-list-tab .tabs_item form .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600;
}

.quote-list-tab .tabs_item form .nice-select:after {
    right: 15px;
    border-color: #000000;
    width: 10px;
    height: 10px;
}

.quote-list-tab .tabs_item form .form-group {
    margin-bottom: 15px;
}

.form-control {
    text-transform: capitalize;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
}

.form-control {
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0;
    text-transform: uppercase;
    color: #000000;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding-left: 15px;
    font-family: 'Isidora SemiBold';
    font-size: 14px;
    font-weight: 500;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-ms-input-placeholder {
    color: #999999;
}

.form-control::placeholder {
    color: #999999;
}

.quote-list-tab .tabs_item form .nice-select {
    text-transform: capitalize;
    padding: 0 10px;
    font-weight: 400;
}
  .quote-list-tab .tabs_item form .nice-select:after {
    right: 10px;
    width: 7px;
    height: 7px;
}

.quote-list-tab .tabs_item form .nice-select {
    background-color: #ffffff;
    color: #000000;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    height: 50px;
    line-height: 53px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Isidora SemiBold';
}

.quote-list-tab .tabs_item form .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    height: 260px;
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 10px;
}

.quote-list-tab .tabs_item form .nice-select .list .option {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Isidora SemiBold';
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
}

.quote-list-tab .tabs_item form .nice-select .list .option:hover {
    background-color: #000000 !important;
    color: #ffffff;
}

.quote-list-tab .tabs_item form .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600;
}

.quote-list-tab .tabs_item form .nice-select:after {
    right: 15px;
    border-color: #000000;
    width: 10px;
    height: 10px;
}

.default-btn {
    font-size: 13px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 12px;
}

/*default-btn*/

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Isidora SemiBold';
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.default-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #002e5b;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
}

.default-btn:hover,
.default-btn:focus {
    color: #ffffff;
}

.default-btn:hover span,
.default-btn:focus span {
    width: 225%;
    height: 562.5px;
}

/*** FORM ***/

#loginScreen .logo {
    width: 100%;
    margin: 0 auto;
    padding: 40px 10px 10px 10px;
    align-content: center;
    display: inline;
}

#loginScreen .logo .logo-italo {
    width: 100%;
}

#loginScreen .logo .logo-superdia {
    max-width: 220px;
    width: 100%;
    margin-left: 7%;
}

#loginScreen #divForm .field {
    width: 100%;
    padding: 10px 30px;
}

#loginScreen #divForm .field .label {
    color: #FFF;
    margin: 10px 0px;
    font-size: 14px;
    border-radius: 10px;
    background-color: #000;
    padding: 10px;
    font-family: 'Isidora SemiBold';
}

#loginScreen #divForm .field .label i {
    color: #0d3c33;
    font-size: 10px;
    display: inline-block;
    border-right: #FFF 1px solid;
    padding: 10px 10px 10px 4px !important;
    margin-right: 10px;
    color: #FFF;
}

#loginScreen #divForm .field input {
    border: 1px solid #CCC;
    border-radius: 6px;
    color: #333;
    width: 100%;
    padding: 15px;
    font-family: 'Isidora SemiBold';
}

#loginScreen #divForm #btLogin {
    background-color: #000;
    color: #FFF;
    border: 0;
    border-radius: 20px;
    padding: 15px;
    width: 240px;
    margin: 20px auto;
    display: block;
    cursor: pointer;
}

#loginScreen #divForm .txt {
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    margin: 20px;
    text-align: center;
}

#loginScreen .error {
    color: #FFF;
    text-align: center;
    padding: 20px;
    background-color: #9b1a1a;
}

#loginScreen {
    background: #9ab1c3;
    width: 100%;
    max-width: 600px;
    min-height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
}

.ca-evp1 {
    background: #2f3c4d !important;
    color: #000 !important;
}


/*** FORM ***/

.divForm {
    padding: 5px 20px 20px 20px;
}

.divForm input,
.divForm select {
    border-radius: 4px;
    border: 1px solid #CCC;
    padding: 10px;
    color: #333;
}

input[type="color"] {
    height: 60px;
    max-width: 100px;
}

.divForm input[type="submit"],
.divForm .btAdd,
.divForm button,
.divForm .btn {
    /* BG */
    background: #364459;
    background: -moz-linear-gradient(-45deg, #364459 0%, #79d4e0 100%);
    background: -webkit-linear-gradient(-45deg, #364459 0%, #79d4e0 100%);
    background: linear-gradient(135deg, #364459 0%, #3f4f68 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#197a7f', endColorstr='#4e8e8c', GradientType=1);
    color: #FFF !important;
    border: 0;
    padding: 20px 34px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.divForm .btn-new {
    background: -moz-linear-gradient(-45deg, #ff9933 0%, #ff5050 100%);
    background: -webkit-linear-gradient(-45deg, #ff9933 0%, #ff5050 100%);
    background: linear-gradient(135deg, #ff9933 0%, #ff5050 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff9933', endColorstr='#ff5050', GradientType=1);
    color: #FFF !important;
    border: 0;
    padding: 10px 10px;
    margin-top: 10px;
    display: table;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.divForm .btn-new:hover {
    background: #cc0000 !important;
}

.divForm input[type="submit"]:hover,
.divForm .btAdd:hover,
.divForm button:hover {
    /* BG */
    background: #00cc99;
}

.divForm textarea {
    border-radius: 4px;
    height: 90px;
    vertical-align: middle;
    line-height: 20px;
    padding: 10px;
    color: #333;
}

.divForm .required {
    font-weight: bold;
}

.divForm .fields div {
    width: 100%;
    max-width: 400px;
}

.divForm .newLine {}

.divForm .line {
    /*display: block !important;*/
}

.divForm .fields .field.alone {
    display: table;
}

.divForm div.checkbox {
    display: table !important;
    width: auto;
    clear: both;
}

.divForm div.checkbox input {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
}

.divForm .full {
    width: 80% !important;
    max-width: none !important;
}

.divForm .fullWidth {
    width: 100% !important;
    max-width: none !important;
}

.divForm .fields .field {
    display: inline-block;
    margin: 10px 10px 10px 0px;
}

.divForm .fields .field label {
    float: left;
    margin-top: 8px;
    padding-right: 10px;
    min-width: 80px;
    text-align: right;
}

.divForm .fields .field span {
    overflow: hidden;
    display: block;
}

.divForm .fields .field span input {
    width: 100%;
}

.divForm .fields {
    border-bottom: 1px solid #CCC;
    padding-bottom: 18px;
    margin-bottom: 14px;
}

.divForm .error {
    color: red;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid red;
    display: block;
}

.divForm .error .txt {
    padding: 10px;
    text-align: center;
}

#divSuccess {
    border-radius: 10px;
    margin: 10px auto;
    margin-top: 10px;
    display: block;
    width: 90%;
    padding: 20px;
    background-color: #1a915a;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    animation: seconds 3s forwards;
    animation-iteration-count: 1;
    animation-delay: 3s;
}

#divError {
    border-radius: 10px;
    margin: 20px auto;
    margin-top: 0px;
    display: block;
    width: 90%;
    padding: 20px;
    background-color: red;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

.modal-confirm-cpf-card{
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    text-align: center;
}