/* This CSS file will be loaded at last. Any CSS customization should be placed here */

.vrcdivsearch {
    background: transparent;
}
.vrcsfentrycont #vrccomselph select, .vrcsfentrycont #vrccomselpm select, .vrcsfentrycont #vrccomseldh select, .vrcsfentrycont #vrccomseldm select {
    visibility: visible !important;
    opacity: 1 !important;
    color: #666 !important;
}
.vrcdivsearch .vrcsfentrycont .vrcsfentryselect select {
    opacity: 1 !important;
    visibility: visible !important ;
    color: #666 !important;
}
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: black !important;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}


.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url(./images/flags.png) !important;
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}
 @media screen and (max-width: 600px) {
.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url(./images/flags.png) !important;
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}  
	}

.vrc-oconfirm-paym-block .vrc-gpay-licont-active {
    border-color: #df1e1e !important;
    background: #000000 !important;
}
.vrcentercoupon .btn {
    
    border: 1px solid #000000;
    margin: 5px 0 0 5px;
    display: inline-block !important;
}