.position-search{
    display: flex;
    justify-content: center;
    margin-top: -4rem;
    margin-bottom: 4rem;
}

/* .input-group-search{
    width: 40vw;
    width: 40%;
    padding-right: 3rem;
    padding-right: 40px;    
} */
/* somwang */
#tiscobank_branch > .list-detail-branch-container:nth-child(odd),
#somwang_branch > .list-detail-branch-container:nth-child(odd) {
    background-color: #E9E9E9;
}

#tiscobank_branch > .list-detail-branch-container:nth-child(even),
#somwang_branch > .list-detail-branch-container:nth-child(even) {
    background-color: #d3d3d3;
}

.list-detail-branch-container{
    padding: 1rem;
    cursor: pointer;
}

.list-detail-branch-hr {
    background-color: rgb(0 0 0 / 0%) !important;
    border-top: 1px solid #000000 !important;
    opacity: 1;
}

.list-detail-branch-header {
    display: flex;
}

.list-detail-branch-title {
    /* padding-left: 1rem; */
    color: #1268b0;
    font-size: 18px;
    font-weight: 700;
}

.list-detail-branch-item {
    display: flex;
    /* padding-bottom: 0.5rem; */
}

.list-detail-branch-item-icon {
    display: inline-flex;
}

.list-detail-branch-item-title {
    padding-left: 0.25rem ;
    font-size: 14px;
}

.list-detail-branch-container:hover {
    background-color: #1268b0 !important;
    color: #fff;
}

.list-detail-branch-container:hover > .list-detail-branch-header >.list-detail-branch-title{
    color: #fff !important;
} 

.select_branch{
    font-size: 16px;
    border-radius: 0px;
}



.input-search{
    font-size: 16px !important;
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-bottom: 1px solid #c9c9c99c !important;
}

.input-icon-search{
    color: #ccc;
    background: #fff;
    border-left-width: 0px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.btn-search{
    width: -webkit-fill-available;
    position: relative;
    line-height: 0 !important;
    background-color: #2169b3;
    font-size: 16px !important;
    line-height: 1.75 !important;
    padding: .25rem;
    color: #fff !important;
}


.branch-detail:hover,
.branch-detail:focus{
    box-shadow: 5px 5px 15px 5px #ddd !important;
}

.branch-detail {
    height: 100%;
}

.card.branch-detail {
    box-shadow: 0 1px 5px 0 #ddd;
    border-radius: 25px;
    cursor: pointer;
}

.branch-text{
    font-size: 1rem;
}

.branch-icon{
    padding-right: 0.5rem;
}

.branch-round-2{
    padding-left: 2rem;
}

.branch-detail-footer-icon{
    margin-top: -0.5rem;
}

.branch-detail-footer-btn{
    font-size: 1.25rem !important;
    padding: .5rem !important;
    border-radius: 100px;
    background-color: #2169b3 !important;
    /* width: 250px; */
    /* width: 20vw; */
    width: -webkit-fill-available;
    color: #fff !important;
}

.link-tel {
    color: #1e87f0 !important;
    text-decoration: none;
    cursor: pointer;
}

.link-tel:hover {
    color: #0f6ecd !important;
    text-decoration: underline;
}

.btn-location {
    width: -webkit-fill-available;
    color: #fff !important;
    border-radius: 0px;
    padding: 0.25rem;
    background: #2169b3;
}

.btn-location > svg {
    margin-top: -6px;
    padding-right: 0.1rem;
}

.branch-detail >.card-footer {
    /* padding: 1rem; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
    padding-left: 3rem;
}

.showOnMobile{
    display: none;
}


@media only screen and (max-width: 450px) {
    .position-search{
        display: grid;
    }
    
    .input-group-search{
        /* width: 80vw; */
        padding-right: 0rem;
        /* padding-bottom: 1.5rem; */
    }

    .btn-search{
        width: 80vw;
        /* padding:1rem !important; */
        /* padding-top: 1.25rem !important;
        padding-right: 1rem !important;
        padding-bottom: 1.25rem !important;
        padding-left: 1rem !important; */
    }

    .position-search{
        margin-top: -7rem;
        margin-bottom: 3rem;
    }

    .branch-detail-footer-btn {
        /* width:80vw !important; */
    }

    .setting-padding-branch {
        padding-left: 20px;
        padding-right: 20px;
    }
     
}

@media only screen and (max-width: 768px) {
    .btn-search{
        width: -webkit-fill-available;
    }

}

@media only screen and (max-width: 430px) {
    .btn-search {
        width: -webkit-fill-available;
    }

    .showOnMobile{
        display: block;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .btn-search {
        width: 100%;
    }
}