/* body{
    background-color: #f3f5f7;
}  */
.sep{
    border-right: 1px rgba(231, 231, 231, 0.438) solid;
}
.sep-b{
    border-bottom: 1px rgba(178,178,178,0.2) solid;
}

.text-white{
    color:#fff;
}

.table_select{
    /* appearance: none; */
    background-color: transparent;
    border-radius: .5rem;
    margin: 0;
    padding: .25rem .5rem;
    border: 1px #b2b2b2 solid;
    outline: none;
}
.mod_select{
    background-color: #ffffff;
    border-radius: .5rem;
    margin: 0;
    padding: .5rem;
    border: none;
    outline: none;
    width: 100%;
}
.mod_select:focus{
  box-shadow: none;
}
.txtarea{
    resize: none;
    border: none;
    border-radius: .5rem;
    background-color: #ffffff;
    padding: .25rem;

}

.txtarea::-webkit-input-placeholder{
    color:#b2b2b2;
}
input::-webkit-input-placeholder{
    color:#b2b2b2;
}
input{
    background-color: #ffffff;  
}

.w-sm-150{
    width: 150px;
}

.btn-gold:hover{
    opacity: .8;
}

.dash-gray{
    background-color: #F1F1F1;
}

.dash-first{
    width:5rem; border-radius: .5rem 0 0 .5rem; height: .75rem;
}
.dash-last{
    width:5rem; border-radius: 0 .5rem .5rem 0; height: .75rem;
}
.dash-mid{
    width:5rem; height: .75rem;
}

.circle{
    width: 1.25rem;height: 1.25rem;border-radius: 1rem; margin:0 -.5rem; position: relative;
}

.text-style{
    white-space: nowrap; position: absolute; bottom: 1.75rem; text-align: center;left: -50%;
}

.prev, .next{
    width:3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    border:none;
    display: flex;
    align-items: center;
    justify-content: center;

}
.prev svg, .next svg{
    width:35%;
}


.scroll-custom-color .ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #AC791E !important;
    height: 6px !important;
}

.scroll-custom-color .ps__thumb-x {
    background-color: #AC791E !important;
}

.scroll-custom-color .ps__rail-x{
    height: 10px;
}

.scroll-custom-color .ps__rail-x{
    opacity: 0.9 !important;
}