@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap');
/* <style> */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* </style> */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');


html {
    scroll-behavior: smooth;
}


body {
    font-family: "Roboto", sans-serif !important;
    font-size: 17px !important;
    display: none;
}

.container_simulador {
    width: 90%;
    margin: auto;
    padding: 2rem 0 1rem 0;
}

.container_simulador .title {
    font-size: 20px;
    font-family: "Rubik", sans-serif !important;
    font-weight: bold;
    color: #2D3C6E;
}


.container_simulador .subtitle {
    font-size: 14px;
    font-family: "Roboto", sans-serif !important;
    /* text-transform:uppercase ; */
    font-weight: 600;
    color: black;
}

.container_simulador .subtitle_initial {
    font-size: 14px;
    font-family: "Roboto", sans-serif !important;
    /* text-transform:uppercase ; */
    font-weight: 500;
    color: #999CA0;
}

.container_simulador .secction {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    margin: 2rem 0;

}

.container_simulador .secction_1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    margin: 2rem 0;
    border: 1px solid #e4e4e4;

}

.divInput input {
    width: 2.5rem;
    border-radius: 10px;
    border: 1px solid rgb(217 217 217);
    outline: none
}

.container_simulador .secction .cardPay {
    display: flex;
    justify-content: space-between;
    width: 180px;
    height: 80px;
    flex-direction: column;
    border: 1px solid rgb(217 217 217);
    padding: 1rem;

}

.container_simulador .secction_1 .cardPay {
    display: flex;
    justify-content: space-between;
    width: auto;
    flex-direction: column;
    padding: 1rem;
    box-shadow: none
}

.footer {
    display: flex;
    justify-content: flex-end;
}

.headerbtn {
    border: 1.32px solid #FF7B0F;
    background-color: #FF7B0F;
    color: white;
    text-align: center;
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 3.51px;
    cursor: pointer;
    font-weight: 500;
    width: 9.5rem;
    height: 2.5rem;
    font-size: 13px;
}

.headerbtn:hover {
    background-color: #c86311;
}

.moneda {
    color: #C2C2C2;
    font-weight: 600;
    font-size: 10px;
    margin-left: 0.5rem;
    padding-bottom: 3px;
}

.divMoneda {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.divMoneda p {
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}

#text_valor_inicial {
    font-size: 23px;
    font-weight: 600;
}

.option-btn {
    /* border: none; */
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    color: #949090;
    width: 3rem;
}

.text_plazo_en_meses_cred_hip {
    color: tomato;
}

.dollaactive2 {
    background-color: #FF7B0F;
    color: white;
}

.card_interes input {
    width: 3rem
}

@media (max-width: 600px) {

    .container_simulador .secction {

        flex-direction: column;
        row-gap: 1rem;
    }

    .container_simulador .secction .cardPay {
        width: 100%;

    }

    .footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media (max-width: 430px) {

    .container_simulador {
        padding:1rem 0rem;
    }

    .card_interes {
        width: 72px;
    }

    .container_simulador .title {
        font-size: 1.5rem;
    }

    .container_simulador .subtitle_initial {
        font-size: 16px;

    }


    .container_simulador .subtitle {
        font-size: 16px;

    }

    .container_simulador .secction .cardPay {

        height: 100%;


    }

    .headerbtn {

        width: 100%;
font-size: 1rem;
    }
}

.fontweight_400 {
    font-weight: 400 !important;
}

.fontweight_500 {
    font-weight: 500 !important;
}

.fontweight_600 {
    font-weight: 600 !important;
}

.d-if {
    display: inline-flex;
}

.d-f {
    display: flex;
}

.a-c {
    align-items: center;
}

.a-s {
    align-items: flex-start;
}

.a-e {
    align-items: flex-end;
}

.j-c {
    justify-content: center;
}

.j-s {
    justify-content: flex-start;
}

.j-e {
    justify-content: flex-end;
}

.s-a {
    justify-content: space-around;
}

.flexone {
    flex: 1;
}

.flexdirection {
    flex-direction: column;
}

.flexwrap {
    flex-wrap: wrap;
}

.pos_rel {
    position: relative;
}

.themecolor {
    color: #62db30 !important;
}

.text-bold {
    font-weight: 600;
}

.minheight_100 {
    min-height: 100px;
}

.minheight_90 {
    min-height: 90px;
}

.minheight_80 {
    min-height: 80px;
}

.bt-none {
    border-top: none !important;
}

.bb-none {
    border-bottom: none !important;
}

.theme_color {
    color: #3cad5e !important;
}



/* 

@-webkit-keyframes autofill {
to {
color: #666;
background: transparent; } }

@keyframes autofill {
to {
color: #666;
background: transparent; } } */

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*scrollbar css*/

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 0px;

}

/* Track */
::-webkit-scrollbar-track {
    background: #efefef;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /* background: black;  */
    border-radius: 3px;


}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    /* background: grey;  */
}



/*selection background css*/

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #2e2e2e;
}

::selection {
    color: #fff;
    background: #2e2e2e;
}

.font_16 {
    font-size: 16px !important;
}

.font_17 {
    font-size: 17px !important;
}

.font_18 {
    font-size: 18px !important;
}

.font_19 {
    font-size: 19px !important;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.capital {
    text-transform: capitalize;
}



table td,
th {
    font-size: 17px !important;
}

table th {
    font-weight: bold !important;
}

/* .theme{color:#535c71 !important;} */

.calcmain .container {
    /* max-width: 1212px !important; */
}

/* project css start from here */

.headerheading {
    font-size: 28px;
    font-weight: bold;
    color: #353f58;
    margin: 15px 0 0 !important;
    font-family: 'Rubik', sans-serif !important;
    margin-bottom: 15px !important;
    padding-top: 15px !important;

}

.headerinputy {
    margin: 8px 0;
    width: 100%;
    padding: 9px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #cecece;
    height: 48px;
}

.inpheado {
    font-size: 14px;
    font-weight: 600;
    color: #5d6579;
}


.ranyslisec .range .thumb,
.range .thumb:after {
    transform: rotate(45deg);
}

.ranyslisec .range .thumb {
    height: 30px;
    width: auto;
    padding: 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.ranyslisec .range .thumb .thumb-value {
    color: #fff;
    font-weight: 500;
    z-index: 2;
    transform: rotate(-45deg);
}

.ranyslisec .range .thumb:after {
    -webkit-transform: rotate(-45deg);
    border-radius: 0;
    transform: rotate(-45deg);
    background: #ff8319;
    z-index: -1;
}

.slidheading {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 17px;
    color: #5d6579;
}

/*Ezequiel Agregado*/

.ezeMod {
    position: relative;
    display: inline-block;
}

.ezeMod .tooltiptext {
    visibility: hidden;
    font-weight: 200;
    font-size: 13px;
    background-color: white;
    width: 250px;
    color: #aeb2bc;
    text-align: center;
    border: 1px solid #aeb2bc;
    border-radius: 6px;
    padding: 10px;
    Overflow: visible;
    /* Position the tooltip */
    position: absolute;
    z-index: 9990;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    /* Use half of the width (120/2 = 60), to center the tooltip */
}

.ezeMod:hover .tooltiptext {
    visibility: visible;
}

/*HASTA ACÁ*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.headersli[type='range']::-webkit-slider-thumb {

    background: #fff;
    box-shadow: 0 2px 5px grey;
}



.sliammount {
    font-size: 19px;
}

.headersecwithborder {
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 20px 10px;
    min-height: 380px;
}

.headercoly {
    padding: 0 13px;
}


.headertabone .nav-link.active,
.headertabone .show>.nav-link {
    color: #3f51b5;
    background-color: rgb(18 102 241 / 8%);
    border: 1px solid #627aff;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.headertabone .nav-link {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 14px 5px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: inherit;
    background: white;
    color: #aeb2bc;
}

.headertabone {
    border: 1px solid #d0d0d0;
    border-radius: 5px;
}

.tabyocont {
    font-size: 14px;
    color: #5d6579;
}

.headerrightseco {
    font-size: 1.1rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
    margin-top: 37px;
}

.hackonom {
    color: #2d3c6e;
    font-size: 19px;
}


.headersli_rightpad {
    padding-top: 25px;
}


.caphead {
    color: #676e81;
}

.capty {
    font-size: 19px;
    font-weight: 400;
    color: #5d6579;
}

.slideosecto {
    border: none;
    padding: 0;
    border-radius: 6px;
    position: relative;

    margin-bottom: 67px;
}

.sectwptopcrd {
    background: #f4f4f6;
    color: #313131;
    padding: 10px;
    min-height: 93px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 148px;
    border-radius: 5px;
    margin-right: 3px;
}

.calcmain .fa-info-circle {
    font-size: .75rem;
    cursor: pointer;
    color: #aeb2bc;
    margin-left: 6px;
}

.groscont {
    font-size: 32px;
    font-weight: 400;
    color: #414a61;
}

.borrarbtn {
    margin: 5px;
    margin-left: auto;
    border: 2px solid #ff7b0f;
    background: white;
    color: #ff7b0f;
    padding: 9px 0px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    width: 203px;
    text-transform: uppercase;

}

.sectwocrdwithborder {
    padding: 29px 27px;
    border: 1px solid #d6d4d4;
    border-radius: 5px;
    min-height: 395px;


}

.carinisec {
    margin-bottom: 11px !important;
}

.inverhead {
    font-weight: 600;
    color: #5d6579;
}

.inverhead2 {
    font-size: 32px;
    color: #353f58;
    font-weight: 500;
}

.cariinitota {
    color: #334272;
    font-weight: 600;

}

.butosecto {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-size: 17px;
    cursor: pointer;
    padding: 0 12px;
    white-space: nowrap;
    color: #aeb2bc;
}

.perdolsec {
    border: 1px solid #b9b7b7;
    border-radius: 4px;
}

.dolla {
    width: 45px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.dollaactive {
    border: 1px solid #4b6dda;
    border-radius: 4px;
    background: #f0f4ff;
    color: #486dda;
    font-weight: 600;

}


.iniyhead {
    min-width: 180px;
    color: #858B9A;
    font-size: 14px;
}

.headertabnine {
    border: none;
    border-radius: 5px;
}

.headertabnine .nav-link.active,
.headertabnine .show>.nav-link {
    color: #4b6dda;
    background-color: rgb(255 255 255 / 8%);
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 3px solid #4b6dda;
    border-radius: 2px;
    font-weight: 600;
}


.iniynom {
    color: #858a96;
}

.stwooo {
    color: #2d3c6e !important;
}

.headertabthree {
    border: none;
    border-bottom: 1px solid #cecece;
    border-radius: 0;
    display: flex;
    align-items: center;
}

.headertabthree .nav-link {
    padding: 14px 15px;
    background: white;
}

.headertabthree .nav-link.active,
.headertabthree .show>.nav-link {
    color: #486dda;
    background-color: rgb(18 102 241 / 8%);
    border: 1px solid #486dda;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px 5px 0 0;
    background: white;
    border-bottom: 2px solid #486dda;
    font-weight: bold;
}

.heady_tablehead {
    background: #f4f4f6;
}

.editohead {
    cursor: pointer;
    color: #4b6dda;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 14px 0;
    font-size: 17px;
}

.botoho {
    border: 1px solid #bfbfbf;
    border-radius: 5px;
}



.secthreebordersecto {
    border: 1px solid #cccccc;
}

.secthreelesto {
    padding: 19px 13px;

}

.tienahead {
    margin-right: 15px;
    font-size: 22px;
    font-family: 'Rubik', sans-serif !important;
    font-weight: 400;
}

.contabtno {
    border: 2px solid white;
    background: transparent;
    color: white;
    padding: 5px 17px;
    border-radius: 3px;
    letter-spacing: 1px;
    width: 185px;
    height: 48px;
    font-size: 17px;
    text-transform: uppercase;
}

footer {
    background: #353f58;
    color: white;
}

footer.page-footer a {
    font-size: 17px;
}

.abcnav {
    box-shadow: 0 2px 5px rgb(128 128 128 / 41%);
    position: fixed;
    width: 100%;
    background: white !important;
    top: 0;
    left: 0;
    z-index: 99;
}

.calcheader {
    padding-top: 56px;
}


.modalcontent {
    min-height: 100vh;
}


.modalo_head {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #b0b0b0;
    margin-bottom: 15px;
}

.jomoinputone {
    width: 120px;
    margin-left: 8px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    font-size: 17px;
    padding: 7px 7px;
}

.joconto {
    margin: 0 8px;
    color: grey;
}

.modall_inpusecto {
    margin: 11px 0;
}

.jomoinputtwo {
    width: 74px;
    text-align: right;
}

.modaselto {
    width: 109px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    font-size: .9rem;
    padding: 0px 7px;
    margin: 0 6px
}

.modyy_fosecbtno {
    width: 214px;
    padding: 10px 25px;
    min-width: 220px;
    margin: 19px 0;
    font-size: 16px;
    height: 48px;
}

.modaatextoclosy {
    margin: 20px 0;
    font-weight: 600;
    letter-spacing: 2px;
    color: #FF7B0F;
    cursor: pointer;
    font-size: 17px;
}

.modalsubheado {

    font-weight: 500;
    color: #182747;
}

.logoynav {
    width: 190px;
    height: auto;
}


.justopadooo {
    padding: 0 15px;
}

.footerlogo {
    max-width: 205px;
}

.headerimg {
    height: 388px;
    max-width: 388px !important;
    margin: 0 auto;
}

.groshead {
    color: #5D6579;
}

.justtosetmargin {
    margin: 26px 0 14px 0;
}

.tabymargino {
    margin-top: 33px !important;
}


.hakohead {
    color: #353f58;
    font-size: 19px;

}


.changetabocolo {
    color: #5d6579;
    font-size: 17px !important;
}

.ednottabley td {
    padding: 13px 16px;
}

.taksa {
    background: #f0f4ff;
}

.discitexto {
    font-size: 15px;
    color: #7b8192;
}

.italiy {
    font-style: italic;
}

.newwidthselect {
    width: 125px;
}

.closemodaldesi {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    background: #ff7b0f !important;
    opacity: 1;
    color: white;
    margin-right: 14px !important;
    padding: 6px !important;
}




#akkadtwo .carinisec {
    margin-bottom: 5px !important;
}

#akkadtwo {
    border: 1px solid #d6d8dd;
    padding: 10px 22px;
}

#pop2 .iniyhead {
    min-width: 180px;
    color: #858B9A;
    font-size: 17px;
}

.secthreelesto .carinisec {
    margin-bottom: 0px !important;
    height: 47px;
}


.fornewbcoko:after {
    position: absolute;
    content: '';
    background: #f4f4f6;
    left: 50%;
    top: 0;
    width: 100%;
    height: 47px;
    z-index: -1;
    transform: translateX(-50%);
    /* margin: 0 -30px; */
}


.justforthwidth {
    width: 154px;
    color: #5d6579;
    font-weight: 600;
}

.changetabocolo .tada {
    color: #858b9a;
}

.forbackoooo {
    background: #f0f4ff
}

.modal-header {
    border: none;
}


#personamodal .iniynom {
    color: #3f3f58;
}

#personamodal .butosecto {
    min-width: 46px;
    height: 48px;
}

.sixtywid {
    width: 60px;
}



#personamodal .jomoinputone {
    height: 48px
}

#personamodal .modalsubheado {
    font-weight: 400;
}


.modal-footer {
    border: none;
}


.rentatabo .nav-link {

    width: 178px;
    height: 48px;
}


.anostabo .nav-link {
    height: 48px;
    width: 89px;
}

.topyipsec1 {
    max-width: 388px;
    width: 100%;
    padding: 0;
}

.topyipsec2 {
    max-width: 214px;
    padding: 0;
    width: 100%;

}

.topyipsec3 {
    max-width: 150px;
    width: 100%;
    padding: 0;
}

.headerleftcoly {
    width: 100%;
    max-width: 800px;
}


.headerrightcoly {
    max-width: 388px;
    margin-left: auto;
}

.tab-content {
    padding: 0;
    padding-top: 0;
}


.borrarwidth {
    width: 210px;
    height: 48px;
}

.sectwoleftcolyy {
    width: 100%;
    max-width: 491px;
}

.sectworightycolyy {
    max-width: 697px;
    width: 100%;
    margin-left: auto;
}

.sectowhr2 {
    margin: 8px 0;
}

.forococo {
    margin-right: 20px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 4px;
}

.forococo i {
    color: #353f58 !important;
    font-size: 19px !important;
}

footer.page-footer {
    background: #353f58 !important;
}

.justfosetois {
    margin-bottom: 41px;
}


.akasdir {
    padding: 29px 20px 29px 40px;
}


.resuuu {
    width: 128px;
}

.resuuu2 {
    width: 175px;
}

.resuuu3 {
    width: 162px;
}

.resuuu4 {
    width: 200px;
}


.elomelo td,
th {
    padding: 13px 14px !important;
}

.elomelo {
    min-height: 265px;
}

.mose1 {
    width: 140px;
}

.mose2 {
    width: 103px;
}

.iueriuer {
    margin: 0;
    margin-left: 13px;
}


.table td {
    color: #5d6579;
}

.table td,
th {
    border: none;
}


footer p {
    margin: 0;
    margin-top: calc(19px/2);
    padding-bottom: calc(19px/2);
}

.dialogowido {
    max-width: 600px;
}


.bub {
    color: #353F58;
}


#personamodal .modal-title {
    font-weight: 600;
    font-family: 'Rubik', sans-serif !important;
    color: #353F58;
    padding-left: 3px;
}

.modybdypady {
    padding: 16px 51px 16px 24px;
}















@media(max-width: 1250px) {

    .headerleftcoly {
        max-width: 759px;
    }

    .anostabo .nav-link {
        width: auto;
    }

    .rentatabo .nav-link {
        width: auto;
    }



    .topyipsec1 {
        max-width: 358px;
    }

    .sectwoleftcolyy {
        max-width: 446px;
    }

    .sectworightycolyy {
        max-width: 685px;
    }

    .sectiontwo {
        padding: 0 17px;
    }

    .sectionthree {
        padding: 0 17px;
    }

    .calcheader .container {
        padding: 0 17px !important;
    }

}


@media(max-width: 1181px) {

    .headerleftcoly {
        max-width: 100%;
    }

    .topyipsec1 {
        max-width: 49%;
    }

    .topyipsec2 {
        max-width: 48%;
    }


    .headerrightcoly {
        max-width: 100%;
        margin-left: auto;
        text-align: center;
    }

    .sectwoleftcolyy {
        max-width: 100%;
    }

    .sectworightycolyy {
        max-width: 100%;
        margin: 5px 0;
    }

    .forococo {
        margin-right: 8px;
    }


    .slideosecto .owl-nav {
        position: absolute;
        bottom: -75px;
        left: 50%;
        transform: translateX(-50%);
    }




}


@media(max-width: 769px) {

    .borrarbtn {
        margin: 16px auto;
    }


    .tabyocont {
        margin-bottom: 16px;
    }

    .forrowcardo {
        flex-direction: column;
        align-items: center;
    }

    .topyipsec2 {
        max-width: 100%;
        padding: 0;
        width: 100%;
        margin: 0 0px 0 0 !important;
    }

    .topyipsec1 {
        max-width: 100%;
    }

    .headerleftcoly {
        width: 100%;
    }

    .sectworightycolyy {
        max-width: 100%;
    }

    .sectwoleftcolyy {
        max-width: 100%;
    }

    .akasdir {
        padding: 17px;
    }

    .rere {
        padding: 0 17px;
    }

    .rebob {
        padding: 0 17px;
        justify-content: center;
    }

    .headercoly {
        padding: 0 7px;
    }


    .fornewbcoko:after {
        width: 108%;
    }


}






@media(max-width: 426px) {

    .headerimg {
        margin: 0;
        max-width: 100% !important;
    }

    .sectiontwo {
        padding: 0px;
    }

    .sectionthree {
        padding: 0px;
    }

    .calcheader .container {
        padding: 0px !important;
    }

    .calcmain {
        padding: 0;
    }

    .alkjljk {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-left: 25px;

    }

    .forrowcardo {
        display: block;
    }

    .sectwptopcrd {
        width: 148px;
        flex: none;
        margin: 2px !important;
    }

    .borrarbtn {
        margin: 16px auto;
        display: block;
    }

    .owl-nav {
        left: 17px !important;
        transform: unset !important;
    }

    .akasdir {
        padding: 17px;
    }

    .headertabnine .nav-link {
        text-align: left;
        padding: 10px 8px;
        letter-spacing: 1px;
    }

    table {
        white-space: nowrap;
    }

    .tabyocont {
        margin-bottom: 16px;
    }

    .mobilefootcol {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .headertabthree .nav-item {}

    .headertabthree {
        flex-wrap: nowrap;
        overflow-x: auto;
    }


    .asofo {
        flex-direction: column;
        align-items: flex-start;
    }

    .toconpadoyy {
        padding-left: 0 !important;
        width: 100% !important;
        flex: auto;
        margin-bottom: 15px;
    }

    .headertabone .nav-link {
        font-size: 17px !important;
    }

    .iniyhead {
        font-size: 17px !important;
    }

    .changetabocolo {
        font-size: 13px !important;
        white-space: nowrap;
    }

    .slidheading {
        font-size: 17px;
    }

    .topyipsec2 {
        max-width: 100%;
        padding: 0;
        width: 100%;
        margin: 0 0px 0 0 !important;
    }

    .topyipsec1 {
        max-width: 100%;
    }

    .headerleftcoly {
        width: 100%;

    }

    .headerheading {
        font-size: 24px;
    }

    .rere {
        padding: 0 17px;
    }

    .rebob {
        padding: 0 17px;
        justify-content: center;
    }

    .headercoly {
        padding: 0 7px;
    }

    .headerrightcoly {
        max-width: 100%;
        margin-left: unset;
    }

    .contabtno {
        margin-top: 15px;
    }

    .contabtno {
        margin-top: 15px;
    }

    .dfjkdfj {
        border-top: 1px solid #586687;
        padding-top: 20px;
    }

    .eslkjk {
        display: block;
        width: 100%;
        margin-bottom: 18px !important;
    }

    .discitexto,
    .discooo {
        padding: 0 15px;
    }

    .iuiufol {
        justify-content: center;
        text-align: center;
    }

    .footerlogo {
        max-width: 205px;
        display: block;
        margin: 0 auto 31px;
    }

    .akubai {
        order: 1;
        margin: 0 !important;
    }

    .abud1 {
        order: 2;
    }

    .jomoinputone {
        width: 80px;
    }

    .lkjlkjuut {
        flex-direction: column;
        align-items: flex-end;
    }

    .lkjlkjuut .modu_inptysecto {
        margin-bottom: 12px;
    }

    .nhmjkl {
        align-items: flex-start;
    }

    .mose1 {
        width: 93px;
    }

    .mose2 {
        width: 90px;
    }

    .headertabnine {
        border: none;
        border-radius: 5px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .secthreelesto {
        padding: 18px 0px;
    }

    .butosecto {
        padding: 0 8px;
    }


    .iueodofp {
        padding: 17px !important;
    }

    .dolla {
        width: 46px;
    }

    .sectwocrdwithborder {
        padding: 29px 17px;
    }

    .headertabone {
        border: 1px solid #d0d0d0;
        border-radius: 5px;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .rentatabo .nav-link {
        width: auto;
    }

    .anostabo .nav-link {
        width: auto;
    }


    #akkadtwo .carinisec {
        margin-bottom: 0px !important;
        height: 47px;
    }

    .fornewbcoko:after {
        width: 108%;
    }

    .elomargoo {
        margin-bottom: 19px !important;
    }

    .elominatimargo {
        margin-top: 23px;
    }

    .leftoo {
        width: 100%;
        text-align: center;
        margin-bottom: 18px;
    }

    .sectworightycolyy {
        margin: 46px 0 0;
    }

    .modybdypady {
        padding: 16px 20px 16px 20px;
    }

}

.modal-content2 {
    background: white;
}

.cardDetailInfo {

    background-color: royalblue;
}