
.alert {
    padding: 20px 16px; 
    border-radius: 4px; 
    position: relative;
    margin: 10px 0; 
    color:#000;
    font-weight: 400;
    display: flex; 
    align-items: center;
}

.alert-primary i {
    color: #0358b3 !important;
}

.alert-success i {
    color: #28a745!important;
}

.alert-warning i {
    color: #303030 !important;
}

.alert-warning {
    background-color: #fff3cd; 
    color: #000;
}

.alert-warning span {
    font-size: 16.8px !important;
}

.alert i {
    font-size: 16px; 
    margin-right: 16px; 
    margin-top: 3px !important;
    vertical-align: middle; 
    line-height: 1;
}

.alert span {
    line-height: 1.5;
    font-size: 15.6px;
    margin: 0; 
    color: #000;
}

.alert p {
    margin: 0; 
    color: #000;
}

.disabled-link {
    pointer-events: none;
    color: gray;
    cursor: not-allowed;
    text-decoration: none;
}

.modal-header {
    border-bottom: 0px !important;
}

.modal-footer {
    border-top: 0px !important;
}

.form-check-label {
    font-family: Rawline;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.38px;
    text-align: center;
}

.modal-header {
    border-bottom: 0px !important;
}

.modal-footer {
    border-top: 0px !important;
}

.modal-content {
    border-radius: 8px !important;
}

.modal-title {
    color: #000;
    font-family: Rawline;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}

input[type='radio'] {
    accent-color: #000 !important;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
}

.is-invalid {
    background-image: none !important;
}

input[type=date].is-invalid {
    padding-right: 10px !important;
}


input[type="date"] {
    position: relative;
    padding: 10px;
}
  
input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
    cursor: pointer;
}

input[type="date"]:before {
    color: transparent;
    background: none;
    display: block;
    font-family: 'FontAwesome';
    content: '\f073';
    width: 15px;
    height: 20px;
    position: absolute;
    right: 8px;
    bottom: 7px;
    color: #303030;
}

#aac section.conteudo-interno {
    width: 630px;
    padding-bottom: 40px;
}

#aac .box-title {
    display: flex;
    box-sizing: border-box;
    width: 590px;
}

#aac .text-title {
	font-size: 36px;
	color: var(--preto-4, #000000);
    font-family: Rawline;
    font-size: 24.19px;
    font-weight: 600;
    line-height: 33.37px;
    text-align: left;
    height: 33px;
}

#aac .box-content-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 590px;
}

#aac .box-text {
	box-sizing: border-box;
    /* height: 62px; */
}

#aac .text-options {
    height: 26px;
	font-family: Rawline;
    font-size: 16.8px;
    font-weight: 400;
    line-height: 23.26px;
    color: #000;
}

#aac .button {
    height: 39px;
    border-radius: 20px;
    text-decoration: none;
    padding: 8px 24px;
    font-family: Rawline;
    font-weight: 600;
    font-size: .9rem;
    line-height: 23.17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#aac .button i {
    padding-right: 10px;
}

#aac .button-not-rg-cin {
    width: 240px;
}

#aac .button-advance {
    width: 141px;
}

#aac .button-primary {
    background-color: #000; 
    color: #fff;
}

#aac .button-secondary {
    background-color: #fff; 
    color: #000;
    border: 1px solid #000000;
}

#aac .button-secondary:hover {
    background-color: #e9ecef;
}

#aac .button-return-to-home {
    width: 246px;
}

#aac .button-print {
    width: 140px;
}

#aac #box-button-advance {
    order: 2;
}

#aac #box-button-not-rg-cin {
    order: 1;
}

#aac #box-button-print {
    order: 2;
}

#box-button-return-to-home {
    order: 1;
}

@media (max-width: 767px) {
    #aac .box-title {
        width: 59%;
    }

    #aac .box-content-items {
        width: 59%;
    }

    #aac .button-not-rg-cin {
        width: 100%;
    }
    
    #aac .button-advance {
        width: 100%;
    }

    #aac #dropdownIntroductionAdvance {
        width: 100%;
    }

    #aac .button-return-to-home {
        width: 100%;
    }

    #aac .button-print {
        width: 100%;
    }

    #aac #box-button-advance {
        order: 2;
    }
    
    #aac #box-button-not-rg-cin {
        order: 1;
    }

    #aac #box-button-print {
        order: 1;
    }
    
    #box-button-return-to-home {
        order: 2;
    }
}


@media (max-width: 320px) {
    #aac .box-title {
        width: 48%;
    }

    #aac .box-content-items {
        width: 48%;
    }
}

@media (min-width: 430px) and (max-width: 480px) {
    #aac .box-title {
        width: 65.5%;
    }

    #aac .box-content-items {
        width: 65.5%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #aac .box-title {
        width: 69%;
    }

    #aac .box-content-items {
        width: 69%;
    }

    #aac .button-not-rg-cin {
        width: 290px;
    }
    
    #aac .button-advance {
        width: 131px;
    }
}

@media print {
  .no-print {
    display: none !important;
  }
  
  .alert-success {
    margin-top:70px !important;
  }
 
}
