
/********* Custom slim scroll bar *******/


/* width */

::-webkit-scrollbar {
    width: 6px;
  }
  
  
  /* Track */
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  
  /* Handle */
  
  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
  }


/* body { font-family: sans-serif; font-size: 14px; line-height: 1.6em; margin: 0; padding: 0; } */
.container { max-width: 960px; }


@media (min-width: 1200px) {
    

}
@media (min-width: 992px){
 

}
@media (min-width: 768px) {
 
    
}
@media (max-width: 576px) {

    .input-group>.form-control, .input-group>.form-select {
        width: 90%;
    }
} 

/* @media (min-width: 576px) and (max-width: 767px) {

    .input-group>.form-control, .input-group>.form-select {
        width: 100%;
        text-align: center;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}  */


footer {
    position: fixed;
    height: 65px;
    bottom: 0;
    width: 100%;
    padding-left: 20px;
    /* background-color: #502d90; */
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 7px;
}

.flex-md-row {
    flex-direction: row!important;
    padding-left: 20px !important;
}
.fw-normal {
    font-weight: 400!important;
    color: #502E91;
}
.text-muted {
    color: #464646!important;
}
.search-result {
    /* width: 350px; */
    color: #502e91;
    font-size: 15px;
    font-weight: 500;
        height: 125px;
}
.search-result-address {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 15px;
    /* height: 125px; */
}
.search-result a {
    width: 300px;
    color: #580ae9;
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline;
    padding-left: 15px;
    display: inline-block;
    word-break: break-word;
    line-height: 26px;
}

input {
    font-size: 28px;
    padding: 10px;
    border: 1px solid #502e91 !important;
    display: block;
    margin: 20px 0;
    background: #f3f3f3 !important;
    border-radius: 4px;
    font-size: 16px !important;
    width: 350px;
    height: 45px;
    color: #502e91;
    font-weight: 900;
    font-size: 18px !important;
}

input[value^="00-"] {

    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #502E91 !important;
    border: 1px solid #502E91 !important;
    color: #fff;
    word-break: break-all;
}

.card-custom {
    /* position: relative;
    display: flex; */
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #502E91 !important;
    border-radius: 0.25rem;

    /* box-shadow: rgb(0 0 0 / 55%) 0px 4px 15px; */
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;*/
}

.card-title {
    margin-bottom: 0.5rem;
    color: #502E91;
    font-weight: 500;
    line-height: 26px;
}

.card-body-custom {
    flex: 1 1 auto;
    /*padding: 1rem 1rem 1rem 1rem;*/
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border: 1px solid #502E91 !important;
    border-radius: 0.25rem;
    max-width: 180px;
    /*height: 140px;
     display: inline-block; */
    display: inline-table;
    margin-bottom: 2rem;
    margin-right: 1rem;
    
}

.input-group-text {
    background: none;
    font-size: 16px;
    font-weight: 500;
    border: 0px solid #ddd !important;
}
.card-none {
    display: none;
}
.state {
    color: #000 !important;
padding: 1rem 1rem 1rem 1rem !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 0px 0px 30px 0px;
    /* height: 25px !important; */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.Location {
    color: #502E91 !important;
padding: 1rem 1rem 1rem 1rem !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 0px 0px 30px 0px;
    /* height: 40px !important; */

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.footer-logo {
    width: 50px;
    height: 5   0px;
    background: #502d90;
    border-radius: 50%; 
    display: inline-table;
}
/* 
.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    width: 90%;
} */
