﻿.opc {
    margin-top: -12px;
}
.dh-card {
    min-height: 150px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
}
    .dh-card .red-card {
        border: 1px solid #D0190B;
        border-width: 10px 0 0 0;
        border-radius: 10px;
    }
    .dh-card .blue-card {
        border: 1px solid #2271ad;
        border-width: 10px 0 0 0;
        border-radius: 10px;
    }
    .dh-card .green-card {
        border: 1px solid #246d06;
        border-width: 10px 0 0 0;
        border-radius: 10px;
    }
    .dh-card .orange-card {
        border: 1px solid #e04903;
        border-width: 10px 0 0 0;
        border-radius: 10px;
    }
    .dh-card .topic {
        padding: 2em;
        text-align: center;
        border: 1px solid #DDD;
    }
.in-card {
    padding: 20px;
    min-height: 150px;
    display: inherit;
    position: relative;
}
.bank .in-card {
    padding: 5px;
    display: inherit;
    position: relative;    
}
@media (min-width: 48em) {
        in-card {
        display: flex;
        position: relative;
    }
    .bank .in-card {
        display: inherit;
        position: relative;
    }
    .bank .head {
        text-align: left;
        width: 46%;
    }
    .bank .result {
        width: 54%;
        text-align: left;
    }
}
.bank .result {
    text-align: center;
    color: #7DC344;
    font-weight: 300;
    width: 100%;
    padding: 0 10px;
    word-break: break-all;
}
.bank-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.bank-type .bank {
    width: 100%;
    text-align: center;
    border-radius: 8px;
    margin: 20px 0;
    transition: all 0.5s ease;
    background-color: #F8F8F8;
    border: 1px solid #DDD;
}
@media (min-width: 48em) {
    .bank-type .bank {
        width: 33%;
    }
}
.pay-ref {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.clr-red {
    color: #D0190B;
}
.whois-field {
    width: 100%;
    flex-wrap: wrap;
    margin: 10px;
}

.tab {
    text-indent: 50px;
}

.quotation-table {
    overflow: auto; 
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2271ad;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

.quotation-item {
    min-width: 160px;
}

.img-control {
    min-width: 110px;
    width: 90px;
    height: 110px;
}

.img-control > img {
    width: 120px;
    height: 100%;
}