/* Root */

:root{
    --animate-delay: 0.05s!important;
}
body{
    font-family: 'Open Sans', sans-serif;
}
.btn-principal{
    background-color: #ff7300;
    color: #fff;
    border-radius: 20px;
    transition: all .2s linear;
}
.btn-principal:hover{
    text-decoration: underline;
    background-color: #b85524;
    color: #fff;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #c8c8c8;
}
::-webkit-scrollbar-thumb:active {
  background: #ff7300;
}
::-webkit-scrollbar-track {
  background: #ededed;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #ededed;
}
::-webkit-scrollbar-track:active {
  background: #c7c7c7;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/* Navbar */
.navegacion{
    /* background-color: #fff; */
    box-shadow: 0px 0px 8px rgb(128,128, 128, .50);
    -webkit-box-shadow: 0px 0px 8px rgb(128,128, 128, .50);
    -moz-box-shadow: 0px 0px 8px rgb(128,128, 128, .50);
    position: sticky;
    top: 0;
    background: rgba(255,255,255,.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 99;
    padding: 10px 0px;
}

/* Simulador */
#simuladorRealTime{
    background-color: #f5f5f5;
    padding: 50px 0px;
}
.card-simulador{
    /* border-radius: 25px 0px 0px 0px; */
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #c0c0c0;
}
.simulador-body{
    padding: 25px 25px;
}
@media (min-width: 768px){
    .card-simulador{
        margin: 0px 80px;
    }
    #simuladorRealTime{
        background-color: #f5f5f5;
        padding: 50px 0px;
    }
    .simulador-body{
        padding: 50px 25px;
    }
    .simulador-title{
        padding: 25px 50px;
    }
    .cotizacion-container{
        padding: 50px 80px;
    }
}
.simulador-title{
    padding: 25px 25px;
}
.simulador-title.left{
    background-color: #ff7300;
    color: #fff;
}
.simulador-title.right{
    background-color: #464648;
    /* background-color: #F8E920; */
    color: #fff;
    /* padding: 25px 50px; */
}
.simulador-title h2{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.3rem;
}

.simulador-body.left{
    background-color: #fff;
    height: 100%;
}
.simulador-body.right{
    background-color: rgba(245, 245, 245, 0.4);
}
.form-control{
    border-radius: 20px;
}
.form-select{
    border-radius: 20px;
}
.simulador-body label, .simulador-body.left span{
    font-size: .8rem;
}
.simulador-body.right p{
    font-size: .9rem;
}
.simulador-body.right small{
    font-size: .7rem;
}
.simulador-body.right span{
    font-size: 1rem;
    font-weight: 700;
    color: #181818;
}
.card-first-step{
    padding: 25px;
    border: 1px solid #ededed;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(10px);
}
#cotizacion{
    background-color: #f5f5f5;
}
.form-range{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-range:focus {
    text-decoration: none;
    outline: none !important;
    border: none;
    color: inherit;
    background-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
.form-range::-webkit-slider-thumb {
    background: #CB5D28;
}

.form-range::-moz-range-thumb {
background: #CB5D28;
}

.form-range::-ms-thumb {
background: #CB5D28;
}
-webkit-slider-thumb:active {
    background-color: #b85524;
}
-webkit-slider-thumb,
.form-range:focus::-webkit-slider-thumb, 
.form-range:focus::-moz-range-thumb,
.form-range:focus::-ms-thumb {
    box-shadow: #b85524;
    /* outline: 0; */
}

/* User Panel */
#client-panel{
    height: calc(100vh - 75px);
}
#sidebarClient{
    border-right: 1px solid #ededed;
}
#contentClient{
    overflow-y: auto;
}
.cotizacion{
    border: 1px solid #ededed;
    /* border-radius: 20px; */
    border-radius: 20px 0px 20px 0px;
    /* box-shadow: 0px 0px 18px 4px rgba(211,211,211,0.75);
    -webkit-box-shadow: 0px 0px 18px 4px rgb(211 211 211, .75);
    -moz-box-shadow: 0px 0px 18px 4px rgba(211,211,211,0.75); */
    /* padding: 10px 25px; */
    overflow: hidden;
}
.cotizacion-header{
    border-bottom: 1px solid #ededed;
    /* background-color: #CB5D28; */
    background: rgb(255,115,0);
    background: -moz-linear-gradient(120deg, rgba(255,115,0,1) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(120deg, rgba(255,115,0,1) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
    background: linear-gradient(120deg, rgba(255,115,0,1) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cb5d28",endColorstr="#ffffff",GradientType=1);

}
.cotizacion-title{
    /* background-color: #CB5D28; */
    padding: 20px 25px;
    color: #f8f8f8;
}
.cotizacion-title h4{
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
}
.cotizacion-body{
    padding: 25px;
}
.cot-column-body{
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
}
.cot-column-body:first-child, 
.cot-column-body:nth-child(2){
    border-right: 1px solid #ededed;
}
.date-cot{
    border: 1px solid #ededed;
    background-color: #f8f8f8;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
}
.tasa-promedio{
    margin: 10px;
    background-color: #CB5D28;
    color: #fff;
    /* background-color: #F8E920; */
    border-radius: 25px;
    padding: 10px 25px;
}
.tasa-promedio h5{
    margin-bottom: 0;
}

.login-card{
    border-radius: 20px;
    padding: 15px 10px;
}
.login-card a{
    color: #CB5D28;
    font-size: .8rem;
}
.login-card h5{
    color: #CB5D28;

    font-size: 1.2rem;
    font-weight: 700;
}

.sidebar-object a{
    text-decoration: none;
    color: #CB5D28;
}
.sidebar-object:hover{
    border-radius: 10px;
    text-decoration: underline;
}

#ofertasdetail th{
    /* min-width: 200px; */
    font-size: .6rem;
}
#ofertasdetail td{
    font-size: .6rem;
}

/* Ofertas */
.cotizacion h6{
    font-size: .9rem;
    color: #181818;
}
.cotizacion h6>span{
    /* font-size: .8rem; */
    font-weight: 700;
}
.cotizacion-title h5{
    font-size: .9rem;
    font-weight: 700;
}
.cotizacion .tasa-title{
    font-size: .9rem;
    background-color: #ff7300;
    padding: 10px 15px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;

}
.page-info h4{
    font-size: 1.4rem;
    font-weight: 700;
    color: #333333;

}
.page-info p{
    font-size: .8rem;
    color: #333333;
    font-weight: 500;
}

.breadcrumb{
    text-decoration: none;
    color: #CB5D28;
    font-size: .8rem;
    display: flex;
    align-items: center;
}
.breadcrumb:hover{
    color: #ff7300;
    text-decoration: underline;
    fill: #ff7300;
}
#ofertas th{
    font-size: .8rem;
}
#ofertas td{
    font-size: .8rem;
}
#ofertas-table_length{
    display: none;
}

.page-title{
    font-size: 1.7rem;
    color: #181818;
    font-weight: 700;
}
.valueCards{
    font-weight: 700;
    font-size: 1rem;
}
.valuesCards{
    border-radius: 5px;
    overflow: hidden;
}
.valuesheader{

    background-color: #ff7300;
    color: #fff;
    padding: 5px 15px;
    /* border-bottom-right-radius: 50px; */
}
.valuesheader h6{
    margin-bottom: 0;
    font-weight: 600;
    font-size: .9rem;
}
.valuesbody{
    padding: 10px 15px;
}


.tarjeta{
    border: 1px solid #ededed;
    border-radius: 20px 5px 20px 5px;
    overflow: hidden;
    /* margin: 15px 0px; */
    margin-bottom: 15px;
}
.tarjeta-title{
    border-bottom: 1px solid #ededed;
    padding: 13px 25px;
    background: rgb(255,115,0);
    background: -moz-linear-gradient(120deg, rgba(255,115,0,1) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(120deg, rgba(255,115,0,1) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(120deg, rgba(255,115,0,1) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cb5d28",endColorstr="#ffffff",GradientType=1);
}
.tarjeta-title h4{
    font-size: 1.2rem;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
}
.tarjeta-body{
    padding: 25px;
}

.edit-link svg:first-child{
    fill: rgb(255,115,0);
    display: inline-block;

}
.edit-link:hover svg:first-child{
    display: none;
}
.edit-link svg:nth-child(2){
    fill: rgb(255,115,0);
    display: none;
}
.edit-link:hover svg:nth-child(2){
    display: inline-block;
}

.status-card{
    background-color: #ededed;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
.status-card.success{
    background-color: #d4f3df;
    color: #1c6437;
}
.status-card.hold{
    background-color: #fffcb0;
    color: #ffb100;
}
.status-card.stop{
    background-color: #f3d4d4;
    color: #641c1c;
}

.status-card .status-number{
    border-radius: 50%;
    background-color: #fff;
    /* aspect-ratio: 1 / 1; */
    width: 24px;
    height: 24px;
    text-align: center;
}

#loading-buro{
    z-index: 99;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    backdrop-filter: blur(11px);
    background: rgb(255, 255, 255, 35%);
    /* display: none; */
}
#loading-buro .loading-body{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loading-buro .loading-content{
    height: 15%;
    width: 15%;
    max-width: 100px;
    max-height: 100px;
    /* background-color: #000; */
}
.disabled-content-client{
    overflow: hidden!important;
    position: relative;
}



.loading-content {
    content: '';
    aspect-ratio: 1 / 1;
    background-image: url('../icons/spinner.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99;
    top: 40%;
    left: 40%;
    -webkit-animation: spin 1s ease-out infinite;
    -moz-animation: spin 1s ease-out infinite;
    animation: spin 1s ease-out infinite;
}

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

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

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.modal{
    backdrop-filter: blur(5px);
}
.modal-content{
    border-radius: 15px;
}