.vtop-bar {
    background-color: #fff;
    padding: 15px 20px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 10%);
    border-radius: 3px;
    margin-bottom: 30px;
}

.vcard {
    background-color: #fff;
    padding: 30px 20px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 10%);
    border-radius: 3px;
    margin-bottom: 30px;
    max-width: 750px;
}

.vtop-bar h2,
.vtop-bar h4,
.vtop-bar p {
    margin: 0px;
}

.v-bar {
    display: flex;
    justify-content: space-between;
}

.v-bar h2 {
    font-size: 21px;
    font-weight: 600;
    color: #242628;
}

.vtop-bar h4 {
    font-size: 16px;
    font-weight: 600;
    color: #242628;
    margin-top: 20px;
}

.v-bar p {
    font-size: 14px;
    color: #81909C;
}

.vcard .vcard-top {
    display: flex;
    align-items: center;
}

.vcard .vcard-top h2 {
    padding-left: 20px;
    font-weight: 600;
}

.vcard .vcard-body {
    padding-left: 65px;
}

.vcard .vcard-body p {
    font-weight: 400;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.vpop-prag a,
.vcard .vcard-body p a {
    color: #E1581A;
    text-decoration: none;
}

.vpop-prag a:hover,
.vcard .vcard-body p a:hover {
    color: #333;
}

.vcard .vcard-body a.vsign,
.vcard .vcard-body a.rcb-btn {
    background-color: #E1581A;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
    outline: none;
    font-size: 13px;
}

.vcard .vcard-body a.vsign:hover,
.vcard .vcard-body a.rcb-btn:hover {
    background-color: #000;
}

.vscore {
    margin-bottom: 20px;
}

.vscore span.vsuper {
    color: #242628;
    font-weight: 600;
    font-size: 36px;
}

.vscore span.grey {
    color: #7C848A;
    font-weight: 400;
    font-size: 14px;
}

.vcard-body .vconnect {
    padding-top: 10px;
    border-top: 1px solid #DDDDDD;
    margin-top: 10px;
}

.vcard-body .vstatus {
    display: flex;
    padding-bottom: 10px;
}

.vcard-body .vexpire {
    display: flex;
    padding-bottom: 10px;
}

.vcard-body .vuser {
    display: flex;
    padding-bottom: 10px;
}

.vcard-body .grey {
    color: #7C848A;
    font-weight: 400;
    font-size: 12px;
}

.vcard-body .green {
    color: #1DB954;
    font-weight: 600;
    font-size: 12px;
    padding-left: 10px;
}

.vcard-body .black {
    color: #242628;
    font-weight: 600;
    font-size: 12px;
    padding: 0px 10px;
}

.vcard-body .orange {
    color: #E1581A;
    font-weight: 600;
    font-size: 12px;
}

.vcard-body .vconnect a.connect {
    background-color: #E1581A;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #E1581A;
    outline: none;
}

.vcard-body .vconnect a.connect:hover {
    background-color: #000;
    border-color: #000;
}

.vcard-body .vconnect a.dconnect {
    background-color: #fff;
    color: #7C848A;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #7C848A;
    margin-left: 15px;
    outline: none;
}

.vcard-body .vconnect a.dconnect:hover {
   background-color: #000;
   border-color: #000;
   color: #fff;
}


.dconnect {
    cursor: pointer;
}

.vpop a {
    margin-right: 10px;
}

.vpopup-fixed.vsign.hidden {
    display: none;
}

.vpopup-fixed.vcont.hidden {
    display: none;
}

.vpopup-fixed.vsign.show {
    display: block;
    position: fixed;
    background-color: #00000075;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.vpopup-fixed .vpopup-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vpopup-fixed.vcont.show {
    display: block;
    position: fixed;
    background-color: #00000075;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.vpopup-container .vpopup-content {
    background-color: #fff;
    border-radius: 3px;
    padding: 30px;
    width: 400px;
    max-width: 100%;
}

.vpop-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
}

.vpop-head h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
}

.vpop-prag {
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
    color: #242628;
}

.vclose-button {
    cursor: pointer;
}

.vinput-group {
    display: flex;
    flex-direction: column;
}

.vinput-group label {
    color: #242628;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px;
}

.vinput-group input[type="text"],
.vinput-group input[type="password"] {
    border-color: #24262880;
    height: 40px;
}

.vinput-group input[type="text"] {
    margin-bottom: 15px;
}

.vinput-group input[type="password"] {
    margin-bottom: 10px;
}

.vinput-group a {
    font-weight: 600;
    font-size: 14px;
    color: #E1581A;
    outline: none;
}

.vinput-group input[type="submit"] {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: #E1581A;
    border-color: #E1581A;
    padding: 10px;
    border-radius: 4px;
    box-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    outline: none;
}

.vlinks-row {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    position: relative;
}

.vlinks-body h2 {
    margin: 0px;
    font-weight: 600;
}

.vlinks-body a {
    margin-left: 0;
    margin-top: 5px;
    color: #E1581A;
    text-decoration: none;
    font-weight: 600;
    outline: none;
}

.vlinks-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
}

.vpop-body a.conn {
    background-color: #E1581A;
    display: flex;
    justify-content: center;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
}

.rcb-pro-user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 48px;
}

#request-processing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999; /* Ensure it's on top */
}

#request-processing.hidden {
    display: none;
}

#request-processing::after {
    content: "";
    border: 4px solid rgba(255, 255, 255, 0.3); /* Light grey */
    border-top: 4px solid #E1581A; /* Orange */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

.vpopup-container .vpopup-content{
/*	width:450px;
	height:490px;
	padding:40px 45px 0px 45px;
	margin:auto auto;*/
}
.vpopup-fixed .vinput-group label{
font-size:14px;
}
.vinput-group input[type="text"], .vinput-group input[type="password"] {
    border-color: #242628;
	height:47px;
}
.vinput-group a{
	margin-top:5px;
	text-decoration:none;
	margin-bottom:18px;
}
.vinput-group input[type="submit"]{
	    padding: 14px;
	    border:none;
	font-size:16px;
}
.vpopup-fixed .vpop-prag p{
	font-size:14px;
	line-height:24px;
}
.vcard .vcard-body p {
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
}

.vcard-body .grey {
    font-size: 14px;
}

.vcard-body .black {
    font-size: 14px;
    color: 242628;
}

.vcard-body .green {
    font-size: 14px;
}

.vcard-body .vconnect a.dconnect {
    font-size: 13px;
	padding: 12px 16px;
}

.vcard-body .vconnect a.connect {
    font-size: 13px;
	padding: 12px 16px;
}

.orange.dconnect {
    font-size: 13px;
	padding-left:10px;
}

.vscore span.vsuper {
    text-edge: cap;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: right;
}

.vcard-body .vconnect {
    padding-top: 25px;
}
.vlinks-row {
    display: flex;
    align-items: center;
    padding: 18px 0px 50px 0px;
    position: relative;
}
.vpop-body .vlinks .vlinks-row:nth-child(1)::after {
        content: "";
    position: absolute;
    top: 64px;
    left: 22px;
    width: 2px;
    height: 88px;
    background-image: radial-gradient(circle, #D9DEEC 50%, transparent 0);
    background-size: 5px 10px;
}

.vpop-body a.conn{
	margin-top:15px;
	font-size:16px;
	padding:14px;
}
.vlinks-body h2{
	font-size:16px;
}
.vlinks-body a{
	font-size:13px;
}
.vpop-head{
	padding-bottom:20px;
}
#wpzoom-credit-score_refresh {
    display: block;
    margin-right: 15px;
    float: left;
    margin-top: 5px;
}

#wpzoom-credit-score_refresh img {
    transition: transform 0.3s ease;
}

#wpzoom-credit-score_refresh.rotating img {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

