
html.semi-dark .top-header .navbar, .top-header {
    background: linear-gradient(132deg, #08a7cb 0%, #6F16E2 95.81%);
}
a.navbar-brand {
    background: #333;
    border-radius: 50px;
    padding: 5px 10px;
}

.top-header .navbar .top-navbar-right .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-right: 25px !important;
    padding-left: 0px;
}

.form-items {
    background: #fff;
}

.form-content .form-button .ibtn {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(132deg, #02C7F3 0%, #6F16E2 95.81%);
    border: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.form-content .form-items .page-links a {
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    background: linear-gradient(to right, #000000 0%, #4236b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.textHeading h2 {
    color: #323232;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 700;
}

.formVel .form-items .page-links label, .form-items label {
    color: #666 !important;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
}

.page-links {
    margin-top: 25px;
    font-size: 13px;
    text-align: center;
}

.form-content .form-button .ibtn
{
    border-radius: 50px !important;
}


.footer-color{
    background:url(../image/footer.svg);
 background-size: cover;
 background-position: center;
 border-radius: 30px;
 }


 footer h6{
    background: linear-gradient(132deg, #02C7F3 0%, #6F16E2 95.81%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 122.5%;
 }

 .footer-color a{
    color: rgba(255, 255, 255, 0.85);
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.3px;
}

.footer-padding{
    padding: 20px;
    
}

.column {
    color: #fff;
}

.gradients_line {
    margin: 40px 0 0px 0;
    display: block;
    border: none;
    height: 1px;
    background: #0071B9;
    background: linear-gradient(to right, #ffffff00, #dbdbdb2b, #444444d4, #ffffff33, #ffffff00);
}

.table>thead {
    background: #180b4e;
}

.table>thead tr th {
    color:#fff;
}

i.bx.bx-info-circle.fs-5 {
    color: #0fb4f2;
}
.copy-ref-link input#myInput, .copy-ref-link button {
 
    background: #180b4e;

}

.updatePrifileForm button.ibtn{
    background: linear-gradient(132deg, #02C7F3 0%, #6F16E2 95.81%);
}

.top-header .navbar li .dropdown-item:hover {
    border-radius: 0;
    color: #5c2fdd;
    background-color: transparent;
}
.clearSearcgtn{
    white-space: nowrap;
    margin-left: 5px;
    background: linear-gradient(132deg, #02C7F3 0%, #6F16E2 95.81%);
    border: none;
    color: #fff;
    padding: 8px 15px;
}

.Referral-Link h4 span {
    color: #198fcf;
    font-weight: 600;
}

.btn-secondary {
    color: #fff;
    background: linear-gradient(132deg, #02C7F3 0%, #6F16E2 95.81%);
}

.content.profileContent-page a {
    color: #6d1ae3;
}

.container-checkbox input:checked~.checkmark-box {
    background-color: #4236b8;
}

input:focus, .form-control:focus, .btn:focus {
    border-color: #0f8bc1;
}