﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.time-info-block {
    background: url(https://www.aduanas.gob.do/images/time-info-icon.svg) no-repeat left;
    padding-left: 65px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.calendar-info-block {
    background: url(https://www.aduanas.gob.do/images/calendar-info-icon.svg) no-repeat left;
    padding-left: 65px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.cost-info-block {
    background: url(https://www.aduanas.gob.do/images/cost-info-icon.svg) no-repeat left;
    padding-left: 65px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.via-info-block {
    background: url(https://www.aduanas.gob.do/images/via-info-icon.png) no-repeat left;
    padding-left: 65px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.accordion-toggle {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #008bcd;
    color: white;
    padding: 12px 15px;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.accordion-toggle-danger {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #dc3545; 
    color: white;
    padding: 12px 15px; 
    font-size: 1.1em; 
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease; 
}

.accordion-toggle:hover, .accordion-toggle:focus {
    background-color: #138496; 
    text-decoration: none; 
    color: white;
}

.accordion-toggle-danger:hover, .accordion-toggle-danger:focus {
    background-color: #c82333; 
    text-decoration: none; 
    color: white;
}

.accordion-content {
    display: none;
}

.accordion-toggle.active {
    background-color: #117a8b; 
    color: white;
}

.accordion-toggle-danger.active {
    background-color: #c82333;
    color: white;
}

.accordion-arrow {
    margin-left: 10px; 
}

.btn-dga {
    background-color: #002e62;
    color: white;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.15rem;
    line-height: 1.5;
    border-radius: .25rem;
    font-family: Myriad Pro;
}

.title-header {
    font-family: Myriad Pro;
    color:white;
    background-color: #002e62 !important;
}

.title-header-details {
    font-family: Myriad Pro;
}

.lenguaje-dga {
    font-family: Myriad Pro;
    color: #008bcd;
}

.title-dga {
    font-size: 1.2rem;
    font-family: Myriad Pro;
}

.title-permit-dga {
    font-size: 1rem;
    font-family: Myriad Pro;
}


.title-bold-dga {
    font-size: 1.25rem;
    font-family: Myriad Pro;
    font-weight: bold;
}

.title-header-dga {
    font-size: 1.25rem;
    font-family: Myriad Pro;
    color: white;
    background-color: #002e62 !important;
}

.content-dga {
    font-size: 1.1rem;
    font-family: Myriad Pro;
}

.title-permit {
    font-size: 1.25rem;
    font-family: Myriad Pro;
}

.card-header {
    margin: 20px 0;
}

.title-header h1 {
    margin: 5px 0;
}
.btn-primary.ripple-surface-none {
    position: relative; /* Asegura que el botón no se expanda */
    overflow: hidden; /* Asegura que cualquier contenido extra no salga del botón */
}

.ripple-surface-none .ripple-wave {
    display: none !important; /* Oculta completamente la onda */
}

.form-select.bg-light.content-dga2 {
    max-width: 100% !important;
}


.logo-sirevuce {
    max-width: 640px; 
    height: auto;
    display: inline-block;
}