.dvs_vin_btn a,
.dvs_vin_btn a:hover {
        display: flex;
        justify-content: center;
        gap: 4px;
        align-items: center;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        height: 36px;
        width:100%;
        /* max-width:300px; */
        line-height: 36px;
        fill: #ffffff;
        color: #ffffff;
        font-size: 14px;
        background: #c70000; /* Old browsers */
        background: -moz-linear-gradient(top,  #c70000 0%, #9e0000 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c70000), color-stop(100%,#9e0000)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #c70000 0%,#9e0000 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #c70000 0%,#9e0000 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #c70000 0%,#9e0000 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #c70000 0%,#9e0000 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c70000', endColorstr='#9e0000',GradientType=0 ); /* IE6-9 */
}

.dvs_vin_loading {
    background: url('https://www.wtvdvs.com/theme/frontend/default/style/default/image/colorpicker/blank.gif') no-repeat scroll top left transparent;
    display: block;
    width: 16px;
    height: 11px;
}

#dvs_vin_layout_wrapper {
    opacity: 0;
    display: none;
    background: url("https://www.wtvdvs.com/theme/frontend/wtvdvs/style/default/image/layout/thickbox_bg.png") repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: fixed;
    _position:absolute;
    top: 0;
    _top:expression(eval(document.body.scrollTop));
    width: 102%;
    z-index: 10000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity = 80);
}

#dvs_vin_popup_wrapper {
    opacity: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    _position:absolute;
    top: 0;
    _top:expression(eval(document.body.scrollTop));
    width: 100%;
    z-index: 10000000001;
    align-items: center;
}

#dvs_vin_popup {
    display: flex;
    width: 100%;
    max-width:860px;
    position: relative;
    margin: 0 auto;
    height: 100%;
    max-height:405px;
    box-shadow: 0 0 10px #222222;
    border-radius: 2px;
    z-index:10002;
}

#dvs_vin_popup_content {
    display: block;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index:10001;
    height: 100%;
    width: 100%;
    max-height:405px;
}

#dvs_vin_close_btn {
    background: url("https://www.wtvdvs.com/theme/frontend/default/style/default/image/layout/modal_close_icon.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 22px;
    position: absolute;
    right: -9px;
    top: -10px;
    width: 22px;
    z-index: 10002;
}

